#DB7500
A medium, vivid orange closely aligning with Chocolate.
About #DB7500
At its core, #DB7500 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 219 parts red, 117 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#DB7500
RGB219, 117, 0
HSL32.1°, 100.0%, 42.9%
CMYK0%, 47%, 100%, 14%
HSV32.1°, 100.0%, 85.9%
LAB59.7, 34.1, 67.0
XYZ35.6, 27.8, 3.5
Decimal14382336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.56:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7500;
}
.text-color {
color: #DB7500;
}
.border-color {
border: 2px solid #DB7500;
}