#D37C50
A medium, moderate orange closely aligning with Peru.
About #D37C50
The precise color #D37C50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Peru. Its digital footprint relies on 211 parts red, 124 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 41% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D37C50
RGB211, 124, 80
HSL20.2°, 59.8%, 57.1%
CMYK0%, 41%, 62%, 17%
HSV20.2°, 62.1%, 82.7%
LAB60.6, 29.8, 38.2
XYZ35.5, 28.8, 11.3
Decimal13859920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C50;
}
.text-color {
color: #D37C50;
}
.border-color {
border: 2px solid #D37C50;
}