#DB9257
A light, moderate orange closely aligning with Peru.
About #DB9257
Visually, #DB9257 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(219, 146, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 33% Magenta, 60% Yellow, and 14% Black. The HSL representation is 26.8° hue, 64.7% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB9257
RGB219, 146, 87
HSL26.8°, 64.7%, 60.0%
CMYK0%, 33%, 60%, 14%
HSV26.8°, 60.3%, 85.9%
LAB66.8, 21.7, 42.1
XYZ41.2, 36.3, 13.9
Decimal14389847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB9257;
}
.text-color {
color: #DB9257;
}
.border-color {
border: 2px solid #DB9257;
}