#D38333
A medium, moderate orange closely aligning with Peru.
About #D38333
When working with digital screens, the color #D38333 is rendered by mixing light. It is closely associated with the named CSS color Peru. In the RGB color space, it consists of 211 red, 131 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 38% magenta, 76% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D38333
RGB211, 131, 51
HSL30.0°, 64.5%, 51.4%
CMYK0%, 38%, 76%, 17%
HSV30.0°, 75.8%, 82.7%
LAB61.9, 24.4, 53.8
XYZ35.6, 30.3, 7.1
Decimal13861683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38333;
}
.text-color {
color: #D38333;
}
.border-color {
border: 2px solid #D38333;
}