#DB8333
A medium, moderate orange closely aligning with Peru.
About #DB8333
When working with digital screens, the color #DB8333 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 219 red, 131 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 40% magenta inks. The HSL representation is 28.6° hue, 70.0% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB8333
RGB219, 131, 51
HSL28.6°, 70.0%, 52.9%
CMYK0%, 40%, 77%, 14%
HSV28.6°, 76.7%, 85.9%
LAB63.0, 27.8, 55.2
XYZ37.9, 31.5, 7.2
Decimal14385971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8333;
}
.text-color {
color: #DB8333;
}
.border-color {
border: 2px solid #DB8333;
}