#D37500
A medium, vivid orange closely aligning with Chocolate.
About #D37500
Visually, #D37500 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, 117, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D37500
RGB211, 117, 0
HSL33.3°, 100.0%, 41.4%
CMYK0%, 45%, 100%, 17%
HSV33.3°, 100.0%, 82.7%
LAB58.6, 30.8, 65.7
XYZ33.2, 26.6, 3.4
Decimal13858048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.31: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: #D37500;
}
.text-color {
color: #D37500;
}
.border-color {
border: 2px solid #D37500;
}