Shades of Peru #D28742
Tints of Peru #D28742
RGB
CMYK
RGB Variations
Color information
#D28742 (or 0xD28742) is known color: Peru. HEX triplet: D2, 87 and 42. RGB value is (210,135,66). Sum of RGB (Red+Green+Blue) = 210+135+66=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28742 is #2D78BD. Grayscale: #959595. Windows color (decimal): -2980030 or 4360146. OLE color: 4360146.
HSL color Cylindrical-coordinate representation of color #D28742: hue angle of 28.75º 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 #D28742 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 66 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.18 |
| HSL | 28.75º | 0.62% | 0.54% | - |
| HSV(B) | 28.75º | 0.69% | 0.82% | - |
| XYZ | 36.23 | 31.42 | 9.31 | - |
| YUV | 149.56 | 80.85 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 66 | 0 | 0.36 | 0.69 | 0.18 | 28.75 | 0.62 | 0.54 |
| Hex | D2 | 87 | 42 | 0 | 24 | 45 | 12 | 1D | 3E | 36 |
| Octal | 322 | 207 | 102 | 0 | 44 | 105 | 22 | 35 | 76 | 66 |
| Binary | 11010010 | 10000111 | 1000010 | 0 | 100100 | 1000101 | 10010 | 11101 | 111110 | 110110 |
Color Harmonies of #D28742
Complementary color
Monochromatic Colors of #D28742
Black with #D28742
Text Example
Text Example
White with #D28742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28742; }
p { color: rgb(210,135,66); }
H1.HeaderClassName
{
color: #D28742;
}
.AnyTagClassName
{
color: #D28742;
}
</style>
background-color css
<style>
a { background-color: #D28742; }
a { background-color: rgb(210,135,66); }
div.DivClassName
{
background-color: #D28742;
}
.BgClassName
{
background-color: #D28742;
}
</style>
border-color css
<style>
span { border-color: #D28742; }
span { border-color: rgb(210,135,66); }
td.TdClassName
{
border-color: #D28742;
}
.TagClassName
{
border-color: #D28742;
}
</style>