#D37507
A medium, vivid orange closely aligning with Chocolate.
About #D37507
At its core, #D37507 is a medium and vivid hue. 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, 117, and 7.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. The HSL representation is 32.4° hue, 93.6% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D37507
RGB211, 117, 7
HSL32.4°, 93.6%, 42.7%
CMYK0%, 45%, 97%, 17%
HSV32.4°, 96.7%, 82.7%
LAB58.6, 30.8, 64.5
XYZ33.3, 26.6, 3.6
Decimal13858055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.32:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37507;
}
.text-color {
color: #D37507;
}
.border-color {
border: 2px solid #D37507;
}