#D37C0F
A medium, vivid orange closely aligning with Chocolate.
About #D37C0F
Visually, #D37C0F is defined as a vivid orange. Designers often compare it to the standard color Chocolate. This translates to an RGB value of rgb(211, 124, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 41% M, 93% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D37C0F
RGB211, 124, 15
HSL33.4°, 86.7%, 44.3%
CMYK0%, 41%, 93%, 17%
HSV33.4°, 92.9%, 82.7%
LAB60.2, 27.2, 64.2
XYZ34.2, 28.3, 4.1
Decimal13859855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C0F;
}
.text-color {
color: #D37C0F;
}
.border-color {
border: 2px solid #D37C0F;
}