Shades of Peru #D28842
Tints of Peru #D28842
RGB
CMYK
RGB Variations
Color information
#D28842 (or 0xD28842) is known color: Peru. HEX triplet: D2, 88 and 42. RGB value is (210,136,66). Sum of RGB (Red+Green+Blue) = 210+136+66=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28842 is #2D77BD. Grayscale: #969696. Windows color (decimal): -2979774 or 4360402. OLE color: 4360402.
HSL color Cylindrical-coordinate representation of color #D28842: hue angle of 29.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D28842 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 66 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.18 |
| HSL | 29.17º | 0.62% | 0.54% | - |
| HSV(B) | 29.17º | 0.69% | 0.82% | - |
| XYZ | 36.37 | 31.7 | 9.36 | - |
| YUV | 150.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 66 | 0 | 0.35 | 0.69 | 0.18 | 29.17 | 0.62 | 0.54 |
| Hex | D2 | 88 | 42 | 0 | 23 | 45 | 12 | 1D | 3E | 36 |
| Octal | 322 | 210 | 102 | 0 | 43 | 105 | 22 | 35 | 76 | 66 |
| Binary | 11010010 | 10001000 | 1000010 | 0 | 100011 | 1000101 | 10010 | 11101 | 111110 | 110110 |
Color Harmonies of #D28842
Complementary color
Monochromatic Colors of #D28842
Black with #D28842
Text Example
Text Example
White with #D28842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28842; }
p { color: rgb(210,136,66); }
H1.HeaderClassName
{
color: #D28842;
}
.AnyTagClassName
{
color: #D28842;
}
</style>
background-color css
<style>
a { background-color: #D28842; }
a { background-color: rgb(210,136,66); }
div.DivClassName
{
background-color: #D28842;
}
.BgClassName
{
background-color: #D28842;
}
</style>
border-color css
<style>
span { border-color: #D28842; }
span { border-color: rgb(210,136,66); }
td.TdClassName
{
border-color: #D28842;
}
.TagClassName
{
border-color: #D28842;
}
</style>