Shades of Peru #D58A40
Tints of Peru #D58A40
RGB
CMYK
RGB Variations
Color information
#D58A40 (or 0xD58A40) is known color: Peru. HEX triplet: D5, 8A and 40. RGB value is (213,138,64). Sum of RGB (Red+Green+Blue) = 213+138+64=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A40 is #2A75BF. Grayscale: #989898. Windows color (decimal): -2782656 or 4229845. OLE color: 4229845.
HSL color Cylindrical-coordinate representation of color #D58A40: hue angle of 29.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D58A40 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 64 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.16 |
| HSL | 29.8º | 0.64% | 0.54% | - |
| HSV(B) | 29.8º | 0.7% | 0.84% | - |
| XYZ | 37.45 | 32.69 | 9.19 | - |
| YUV | 151.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 64 | 0 | 0.35 | 0.70 | 0.16 | 29.8 | 0.64 | 0.54 |
| Hex | D5 | 8A | 40 | 0 | 23 | 46 | 10 | 1E | 40 | 36 |
| Octal | 325 | 212 | 100 | 0 | 43 | 106 | 20 | 36 | 100 | 66 |
| Binary | 11010101 | 10001010 | 1000000 | 0 | 100011 | 1000110 | 10000 | 11110 | 1000000 | 110110 |
Color Harmonies of #D58A40
Complementary color
Monochromatic Colors of #D58A40
Black with #D58A40
Text Example
Text Example
White with #D58A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A40; }
p { color: rgb(213,138,64); }
H1.HeaderClassName
{
color: #D58A40;
}
.AnyTagClassName
{
color: #D58A40;
}
</style>
background-color css
<style>
a { background-color: #D58A40; }
a { background-color: rgb(213,138,64); }
div.DivClassName
{
background-color: #D58A40;
}
.BgClassName
{
background-color: #D58A40;
}
</style>
border-color css
<style>
span { border-color: #D58A40; }
span { border-color: rgb(213,138,64); }
td.TdClassName
{
border-color: #D58A40;
}
.TagClassName
{
border-color: #D58A40;
}
</style>