#D36600
A medium, vivid orange closely aligning with Chocolate.
About #D36600
At its core, #D36600 is a medium and vivid hue. Designers often compare it to the standard color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 102, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 52% M, 100% Y, and 17% K. The HSL representation is 29.0° hue, 100.0% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D36600
RGB211, 102, 0
HSL29.0°, 100.0%, 41.4%
CMYK0%, 52%, 100%, 17%
HSV29.0°, 100.0%, 82.7%
LAB55.4, 38.5, 63.8
XYZ31.6, 23.4, 2.8
Decimal13854208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36600;
}
.text-color {
color: #D36600;
}
.border-color {
border: 2px solid #D36600;
}