Shades of Peru #D58D42
Tints of Peru #D58D42
RGB
CMYK
RGB Variations
Color information
#D58D42 (or 0xD58D42) is known color: Peru. HEX triplet: D5, 8D and 42. RGB value is (213,141,66). Sum of RGB (Red+Green+Blue) = 213+141+66=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D42 is #2A72BD. Grayscale: #9A9A9A. Windows color (decimal): -2781886 or 4361685. OLE color: 4361685.
HSL color Cylindrical-coordinate representation of color #D58D42: hue angle of 30.61º 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 #D58D42 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 66 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.16 |
| HSL | 30.61º | 0.64% | 0.55% | - |
| HSV(B) | 30.61º | 0.69% | 0.84% | - |
| XYZ | 37.95 | 33.59 | 9.64 | - |
| YUV | 153.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 66 | 0 | 0.34 | 0.69 | 0.16 | 30.61 | 0.64 | 0.55 |
| Hex | D5 | 8D | 42 | 0 | 22 | 45 | 10 | 1F | 40 | 37 |
| Octal | 325 | 215 | 102 | 0 | 42 | 105 | 20 | 37 | 100 | 67 |
| Binary | 11010101 | 10001101 | 1000010 | 0 | 100010 | 1000101 | 10000 | 11111 | 1000000 | 110111 |
Color Harmonies of #D58D42
Complementary color
Monochromatic Colors of #D58D42
Black with #D58D42
Text Example
Text Example
White with #D58D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D42; }
p { color: rgb(213,141,66); }
H1.HeaderClassName
{
color: #D58D42;
}
.AnyTagClassName
{
color: #D58D42;
}
</style>
background-color css
<style>
a { background-color: #D58D42; }
a { background-color: rgb(213,141,66); }
div.DivClassName
{
background-color: #D58D42;
}
.BgClassName
{
background-color: #D58D42;
}
</style>
border-color css
<style>
span { border-color: #D58D42; }
span { border-color: rgb(213,141,66); }
td.TdClassName
{
border-color: #D58D42;
}
.TagClassName
{
border-color: #D58D42;
}
</style>