#DB8A2C
A medium, vivid orange closely aligning with Peru.
About #DB8A2C
At its core, #DB8A2C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Peru. Its digital footprint relies on 219 parts red, 138 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 37% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB8A2C
RGB219, 138, 44
HSL32.2°, 70.9%, 51.6%
CMYK0%, 37%, 80%, 14%
HSV32.2°, 79.9%, 85.9%
LAB64.5, 23.8, 59.5
XYZ38.8, 33.4, 6.8
Decimal14387756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8A2C;
}
.text-color {
color: #DB8A2C;
}
.border-color {
border: 2px solid #DB8A2C;
}