#DB9249
A medium, moderate orange closely aligning with Peru.
About #DB9249
Visually, #DB9249 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, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 33% magenta, 67% yellow, and 14% black. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB9249
RGB219, 146, 73
HSL30.0°, 67.0%, 57.3%
CMYK0%, 33%, 67%, 14%
HSV30.0°, 66.7%, 85.9%
LAB66.6, 20.8, 48.9
XYZ40.7, 36.1, 11.1
Decimal14389833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.22:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB9249;
}
.text-color {
color: #DB9249;
}
.border-color {
border: 2px solid #DB9249;
}