#D38A00
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D38A00
The hex code #D38A00 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 211 red, 138 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 35% magenta, 100% yellow, and 17% black. The HSL representation is 39.2° hue, 100.0% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38A00
RGB211, 138, 0
HSL39.2°, 100.0%, 41.4%
CMYK0%, 35%, 100%, 17%
HSV39.2°, 100.0%, 82.7%
LAB63.4, 19.5, 68.8
XYZ36.0, 32.0, 4.3
Decimal13863424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84: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: #D38A00;
}
.text-color {
color: #D38A00;
}
.border-color {
border: 2px solid #D38A00;
}