#D39216
A medium, vivid orange closely aligning with Darkgoldenrod.
About #D39216
The hex code #D39216 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 146, and 22.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 31% Magenta, 90% Yellow, and 17% Black. The HSL representation is 39.4° hue, 81.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#D39216
RGB211, 146, 22
HSL39.4°, 81.1%, 45.7%
CMYK0%, 31%, 90%, 17%
HSV39.4°, 89.6%, 82.7%
LAB65.3, 15.5, 66.5
XYZ37.3, 34.5, 5.4
Decimal13865494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D39216;
}
.text-color {
color: #D39216;
}
.border-color {
border: 2px solid #D39216;
}