#D36D42
A medium, moderate orange closely aligning with Coral.
About #D36D42
The hex code #D36D42 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Coral. This translates to an RGB value of rgb(211, 109, 66).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. The HSL representation is 17.8° hue, 62.2% saturation, and 54.3% lightness.
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#D36D42
RGB211, 109, 66
HSL17.8°, 62.2%, 54.3%
CMYK0%, 48%, 69%, 17%
HSV17.8°, 68.7%, 82.7%
LAB57.2, 36.8, 41.6
XYZ33.3, 25.2, 8.3
Decimal13856066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36D42;
}
.text-color {
color: #D36D42;
}
.border-color {
border: 2px solid #D36D42;
}