#D34907
A medium, vivid orange closely aligning with Chocolate.
About #D34907
Visually, #D34907 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 73, and 7.
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 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D34907
RGB211, 73, 7
HSL19.4°, 93.6%, 42.7%
CMYK0%, 65%, 97%, 17%
HSV19.4°, 96.7%, 82.7%
LAB50.3, 52.1, 59.3
XYZ29.3, 18.6, 2.3
Decimal13846791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34907;
}
.text-color {
color: #D34907;
}
.border-color {
border: 2px solid #D34907;
}