#D39207
A medium, vivid orange closely aligning with Goldenrod.
About #D39207
The hex code #D39207 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 146, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 31% Magenta, 97% Yellow, and 17% Black. With a hue angle of 40.9 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D39207
RGB211, 146, 7
HSL40.9°, 93.6%, 42.7%
CMYK0%, 31%, 97%, 17%
HSV40.9°, 96.7%, 82.7%
LAB65.3, 15.3, 69.1
XYZ37.2, 34.4, 4.9
Decimal13865479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D39207;
}
.text-color {
color: #D39207;
}
.border-color {
border: 2px solid #D39207;
}