#D37C1D
A medium, vivid orange closely aligning with Chocolate.
About #D37C1D
Visually, #D37C1D is defined as a vivid orange. 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, 124, and 29.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 41% M, 86% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D37C1D
RGB211, 124, 29
HSL31.3°, 75.8%, 47.1%
CMYK0%, 41%, 86%, 17%
HSV31.3°, 86.3%, 82.7%
LAB60.2, 27.5, 60.6
XYZ34.3, 28.4, 4.8
Decimal13859869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C1D;
}
.text-color {
color: #D37C1D;
}
.border-color {
border: 2px solid #D37C1D;
}