#D35007
A medium, vivid orange closely aligning with Chocolate.
About #D35007
The precise color #D35007 is an excellent choice for modern design projects. 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, 80, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 97% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D35007
RGB211, 80, 7
HSL21.5°, 93.6%, 42.7%
CMYK0%, 62%, 97%, 17%
HSV21.5°, 96.7%, 82.7%
LAB51.4, 49.1, 60.0
XYZ29.8, 19.6, 2.4
Decimal13848583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D35007;
}
.text-color {
color: #D35007;
}
.border-color {
border: 2px solid #D35007;
}