#DB8A3A
A medium, moderate orange closely aligning with Peru.
About #DB8A3A
The hex code #DB8A3A represents a beautifully specific shade of orange. Its closest recognized web color is Peru. In the RGB color space, it consists of 219 red, 138 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 37% Magenta, 74% Yellow, and 14% Black. The HSL representation is 29.8° hue, 69.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB8A3A
RGB219, 138, 58
HSL29.8°, 69.1%, 54.3%
CMYK0%, 37%, 74%, 14%
HSV29.8°, 73.5%, 85.9%
LAB64.6, 24.3, 53.8
XYZ39.1, 33.5, 8.4
Decimal14387770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8A3A;
}
.text-color {
color: #DB8A3A;
}
.border-color {
border: 2px solid #DB8A3A;
}