#D39924
A medium, vivid orange closely aligning with Goldenrod.
About #D39924
The hex code #D39924 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(211, 153, 36).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 27% M, 83% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D39924
RGB211, 153, 36
HSL40.1°, 70.9%, 48.4%
CMYK0%, 27%, 83%, 17%
HSV40.1°, 82.9%, 82.7%
LAB67.1, 12.0, 64.2
XYZ38.6, 36.8, 6.7
Decimal13867300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D39924;
}
.text-color {
color: #D39924;
}
.border-color {
border: 2px solid #D39924;
}