#DB5F2C
A medium, vivid orange closely aligning with Chocolate.
About #DB5F2C
Visually, #DB5F2C is defined as a vivid orange. Its closest recognized web color is Chocolate. Its digital footprint relies on 219 parts red, 95 parts green, and 44 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 80% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB5F2C
RGB219, 95, 44
HSL17.5°, 70.9%, 51.6%
CMYK0%, 57%, 80%, 14%
HSV17.5°, 79.9%, 85.9%
LAB55.5, 45.9, 51.1
XYZ33.8, 23.4, 5.1
Decimal14376748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69: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: #DB5F2C;
}
.text-color {
color: #DB5F2C;
}
.border-color {
border: 2px solid #DB5F2C;
}