#D38A50
A medium, moderate orange closely aligning with Peru.
About #D38A50
The precise color #D38A50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(211, 138, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 35% M, 62% Y, and 17% K. The HSL representation is 26.6° hue, 59.8% saturation, and 57.1% 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#D38A50
RGB211, 138, 80
HSL26.6°, 59.8%, 57.1%
CMYK0%, 35%, 62%, 17%
HSV26.6°, 62.1%, 82.7%
LAB63.8, 22.3, 42.0
XYZ37.4, 32.6, 11.9
Decimal13863504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38A50;
}
.text-color {
color: #D38A50;
}
.border-color {
border: 2px solid #D38A50;
}