#D36D07
A medium, vivid orange closely aligning with Chocolate.
About #D36D07
At its core, #D36D07 is a medium and vivid hue. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 211 red, 109 green, and 7 blue.
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 48% magenta inks. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D36D07
RGB211, 109, 7
HSL30.0°, 93.6%, 42.7%
CMYK0%, 48%, 97%, 17%
HSV30.0°, 96.7%, 82.7%
LAB56.9, 35.0, 63.4
XYZ32.4, 24.8, 3.3
Decimal13856007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36D07;
}
.text-color {
color: #D36D07;
}
.border-color {
border: 2px solid #D36D07;
}