#DB661D
A medium, vivid orange closely aligning with Chocolate.
About #DB661D
Visually, #DB661D is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(219, 102, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 53% Magenta, 87% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB661D
RGB219, 102, 29
HSL23.1°, 76.6%, 48.6%
CMYK0%, 53%, 87%, 14%
HSV23.1°, 86.8%, 85.9%
LAB56.7, 42.1, 58.3
XYZ34.2, 24.7, 4.1
Decimal14378525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.93:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB661D;
}
.text-color {
color: #DB661D;
}
.border-color {
border: 2px solid #DB661D;
}