#D3752C
A medium, moderate orange closely aligning with Chocolate.
About #D3752C
Visually, #D3752C is defined as a moderate orange. Designers often compare it to the standard color Chocolate. Its digital footprint relies on 211 parts red, 117 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 45% M, 79% Y, and 17% K. With a hue angle of 26.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3752C
RGB211, 117, 44
HSL26.2°, 65.5%, 50.0%
CMYK0%, 45%, 79%, 17%
HSV26.2°, 79.1%, 82.7%
LAB58.7, 31.6, 53.7
XYZ33.7, 26.8, 5.8
Decimal13858092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3752C;
}
.text-color {
color: #D3752C;
}
.border-color {
border: 2px solid #D3752C;
}