Shades of Peru #D28740
Tints of Peru #D28740
RGB
CMYK
RGB Variations
Color information
#D28740 (or 0xD28740) is known color: Peru. HEX triplet: D2, 87 and 40. RGB value is (210,135,64). Sum of RGB (Red+Green+Blue) = 210+135+64=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28740 is #2D78BF. Grayscale: #959595. Windows color (decimal): -2980032 or 4229074. OLE color: 4229074.
HSL color Cylindrical-coordinate representation of color #D28740: hue angle of 29.18º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28740 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 64 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.18 |
| HSL | 29.18º | 0.62% | 0.54% | - |
| HSV(B) | 29.18º | 0.7% | 0.82% | - |
| XYZ | 36.17 | 31.4 | 9.01 | - |
| YUV | 149.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 64 | 0 | 0.36 | 0.70 | 0.18 | 29.18 | 0.62 | 0.54 |
| Hex | D2 | 87 | 40 | 0 | 24 | 46 | 12 | 1D | 3E | 36 |
| Octal | 322 | 207 | 100 | 0 | 44 | 106 | 22 | 35 | 76 | 66 |
| Binary | 11010010 | 10000111 | 1000000 | 0 | 100100 | 1000110 | 10010 | 11101 | 111110 | 110110 |
Color Harmonies of #D28740
Complementary color
Monochromatic Colors of #D28740
Black with #D28740
Text Example
Text Example
White with #D28740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28740; }
p { color: rgb(210,135,64); }
H1.HeaderClassName
{
color: #D28740;
}
.AnyTagClassName
{
color: #D28740;
}
</style>
background-color css
<style>
a { background-color: #D28740; }
a { background-color: rgb(210,135,64); }
div.DivClassName
{
background-color: #D28740;
}
.BgClassName
{
background-color: #D28740;
}
</style>
border-color css
<style>
span { border-color: #D28740; }
span { border-color: rgb(210,135,64); }
td.TdClassName
{
border-color: #D28740;
}
.TagClassName
{
border-color: #D28740;
}
</style>