What color is Dark Yellow?
Dark yellow is a warm, muted tone that leans toward amber or old gold, hex #BA8E23, with a slightly earthy quality that keeps it from looking bright. It shares the depth of raw beeswax, holding warmth without strong orange or green pull.
What is the meaning of the color Dark Yellow?
Ancient dyers across the Mediterranean extracted yellow pigments from weld and pomegranate rind, producing tones close to this shade as early as the first millennium BCE. By the medieval period, deep yellows were associated with saffron-dyed cloth traded along routes from Persia to Western Europe, making the color a mark of cost and craft. The color entered formal documentation through the pigment yellow ochre, recorded in European artists’ supply records by the 15th century. The paint manufacturer Winsor and Newton has listed yellow ochre in its professional oil paint range since its founding in 1832, anchoring this shade to fine arts tradition.
What colors go with Dark Yellow?
Colors that pair well with Dark yellow include:
Deep navy: strong, grounding contrast
Burnt sienna: warm tonal harmony
Forest green: earthy, natural balance
Charcoal gray: muted, sophisticated depth
Cream: soft, lightening warmth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #BA8E23 |
color: #BA8E23;
|
| RGB | 186, 142, 35 |
color: rgb(186, 142, 35);
|
| RGB Percentage | 73%, 56%, 14% |
color: rgb(73%, 56%, 14%);
|
| CMYK | 0%, 24%, 81%, 27% | Not supported in CSS |
| HSL | 43°, 68%, 43% |
color: hsl(43, 68%, 43%);
|
| HSV | 43°, 81%, 73% | Not supported in CSS |
| CIE-LAB | 34, 9, 36 |
color: lab(34% 9 36);
|
| Decimal | 12226083 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.dark-yellow {
color: #BA8E23;
}
$dark-yellow: #BA8E23;
rgb(186, 142, 35)