Shades of Peru #D58E41
Tints of Peru #D58E41
RGB
CMYK
RGB Variations
Color information
#D58E41 (or 0xD58E41) is known color: Peru. HEX triplet: D5, 8E and 41. RGB value is (213,142,65). Sum of RGB (Red+Green+Blue) = 213+142+65=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E41 is #2A71BE. Grayscale: #9A9A9A. Windows color (decimal): -2781631 or 4296405. OLE color: 4296405.
HSL color Cylindrical-coordinate representation of color #D58E41: hue angle of 31.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D58E41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 65 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.16 |
| HSL | 31.22º | 0.64% | 0.55% | - |
| HSV(B) | 31.22º | 0.69% | 0.84% | - |
| XYZ | 38.07 | 33.87 | 9.53 | - |
| YUV | 154.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 65 | 0 | 0.33 | 0.69 | 0.16 | 31.22 | 0.64 | 0.55 |
| Hex | D5 | 8E | 41 | 0 | 21 | 45 | 10 | 1F | 40 | 37 |
| Octal | 325 | 216 | 101 | 0 | 41 | 105 | 20 | 37 | 100 | 67 |
| Binary | 11010101 | 10001110 | 1000001 | 0 | 100001 | 1000101 | 10000 | 11111 | 1000000 | 110111 |
Color Harmonies of #D58E41
Complementary color
Monochromatic Colors of #D58E41
Black with #D58E41
Text Example
Text Example
White with #D58E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E41; }
p { color: rgb(213,142,65); }
H1.HeaderClassName
{
color: #D58E41;
}
.AnyTagClassName
{
color: #D58E41;
}
</style>
background-color css
<style>
a { background-color: #D58E41; }
a { background-color: rgb(213,142,65); }
div.DivClassName
{
background-color: #D58E41;
}
.BgClassName
{
background-color: #D58E41;
}
</style>
border-color css
<style>
span { border-color: #D58E41; }
span { border-color: rgb(213,142,65); }
td.TdClassName
{
border-color: #D58E41;
}
.TagClassName
{
border-color: #D58E41;
}
</style>