#D37C07
A medium, vivid orange closely aligning with Chocolate.
About #D37C07
Visually, #D37C07 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 124, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 41% Magenta, 97% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D37C07
RGB211, 124, 7
HSL34.4°, 93.6%, 42.7%
CMYK0%, 41%, 97%, 17%
HSV34.4°, 96.7%, 82.7%
LAB60.1, 27.1, 65.6
XYZ34.1, 28.3, 3.9
Decimal13859847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C07;
}
.text-color {
color: #D37C07;
}
.border-color {
border: 2px solid #D37C07;
}