#D36616
A medium, vivid orange closely aligning with Chocolate.
About #D36616
The hex code #D36616 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 102, and 22.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 52% magenta, 90% yellow, and 17% black. The HSL representation is 25.4° hue, 81.1% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D36616
RGB211, 102, 22
HSL25.4°, 81.1%, 45.7%
CMYK0%, 52%, 90%, 17%
HSV25.4°, 89.6%, 82.7%
LAB55.5, 38.8, 59.0
XYZ31.8, 23.4, 3.6
Decimal13854230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36616;
}
.text-color {
color: #D36616;
}
.border-color {
border: 2px solid #D36616;
}