#D38A07
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D38A07
The hex code #D38A07 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkgoldenrod. This translates to an RGB value of rgb(211, 138, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 35% Magenta, 97% Yellow, and 17% Black. The HSL representation is 38.5° hue, 93.6% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38A07
RGB211, 138, 7
HSL38.5°, 93.6%, 42.7%
CMYK0%, 35%, 97%, 17%
HSV38.5°, 96.7%, 82.7%
LAB63.4, 19.6, 67.8
XYZ36.0, 32.0, 4.5
Decimal13863431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38A07;
}
.text-color {
color: #D38A07;
}
.border-color {
border: 2px solid #D38A07;
}