#DB6616
A medium, vivid orange closely aligning with Chocolate.
About #DB6616
The hex code #DB6616 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 219 red, 102 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 53% magenta, 90% yellow, and 14% black. With a hue angle of 24.4 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB6616
RGB219, 102, 22
HSL24.4°, 81.7%, 47.3%
CMYK0%, 53%, 90%, 14%
HSV24.4°, 90.0%, 85.9%
LAB56.7, 41.9, 60.5
XYZ34.1, 24.6, 3.7
Decimal14378518
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6616;
}
.text-color {
color: #DB6616;
}
.border-color {
border: 2px solid #DB6616;
}