Shades of Peru #D58E4B
Tints of Peru #D58E4B
RGB
CMYK
RGB Variations
Color information
#D58E4B (or 0xD58E4B) is known color: Peru. HEX triplet: D5, 8E and 4B. RGB value is (213,142,75). Sum of RGB (Red+Green+Blue) = 213+142+75=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E4B is #2A71B4. Grayscale: #9B9B9B. Windows color (decimal): -2781621 or 4951765. OLE color: 4951765.
HSL color Cylindrical-coordinate representation of color #D58E4B: hue angle of 29.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D58E4B is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 75 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.16 |
| HSL | 29.13º | 0.62% | 0.56% | - |
| HSV(B) | 29.13º | 0.65% | 0.84% | - |
| XYZ | 38.38 | 34 | 11.2 | - |
| YUV | 155.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 75 | 0 | 0.33 | 0.65 | 0.16 | 29.13 | 0.62 | 0.56 |
| Hex | D5 | 8E | 4B | 0 | 21 | 41 | 10 | 1D | 3E | 38 |
| Octal | 325 | 216 | 113 | 0 | 41 | 101 | 20 | 35 | 76 | 70 |
| Binary | 11010101 | 10001110 | 1001011 | 0 | 100001 | 1000001 | 10000 | 11101 | 111110 | 111000 |
Color Harmonies of #D58E4B
Complementary color
Monochromatic Colors of #D58E4B
Black with #D58E4B
Text Example
Text Example
White with #D58E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E4B; }
p { color: rgb(213,142,75); }
H1.HeaderClassName
{
color: #D58E4B;
}
.AnyTagClassName
{
color: #D58E4B;
}
</style>
background-color css
<style>
a { background-color: #D58E4B; }
a { background-color: rgb(213,142,75); }
div.DivClassName
{
background-color: #D58E4B;
}
.BgClassName
{
background-color: #D58E4B;
}
</style>
border-color css
<style>
span { border-color: #D58E4B; }
span { border-color: rgb(213,142,75); }
td.TdClassName
{
border-color: #D58E4B;
}
.TagClassName
{
border-color: #D58E4B;
}
</style>