Shades of Peru #D18842
Tints of Peru #D18842
RGB
CMYK
RGB Variations
Color information
#D18842 (or 0xD18842) is known color: Peru. HEX triplet: D1, 88 and 42. RGB value is (209,136,66). Sum of RGB (Red+Green+Blue) = 209+136+66=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D18842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18842 is #2E77BD. Grayscale: #969696. Windows color (decimal): -3045310 or 4360401. OLE color: 4360401.
HSL color Cylindrical-coordinate representation of color #D18842: hue angle of 29.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D18842 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 66 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.18 |
| HSL | 29.37º | 0.61% | 0.54% | - |
| HSV(B) | 29.37º | 0.68% | 0.82% | - |
| XYZ | 36.08 | 31.56 | 9.34 | - |
| YUV | 149.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 66 | 0 | 0.35 | 0.68 | 0.18 | 29.37 | 0.61 | 0.54 |
| Hex | D1 | 88 | 42 | 0 | 23 | 44 | 12 | 1D | 3D | 36 |
| Octal | 321 | 210 | 102 | 0 | 43 | 104 | 22 | 35 | 75 | 66 |
| Binary | 11010001 | 10001000 | 1000010 | 0 | 100011 | 1000100 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D18842
Complementary color
Monochromatic Colors of #D18842
Black with #D18842
Text Example
Text Example
White with #D18842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18842; }
p { color: rgb(209,136,66); }
H1.HeaderClassName
{
color: #D18842;
}
.AnyTagClassName
{
color: #D18842;
}
</style>
background-color css
<style>
a { background-color: #D18842; }
a { background-color: rgb(209,136,66); }
div.DivClassName
{
background-color: #D18842;
}
.BgClassName
{
background-color: #D18842;
}
</style>
border-color css
<style>
span { border-color: #D18842; }
span { border-color: rgb(209,136,66); }
td.TdClassName
{
border-color: #D18842;
}
.TagClassName
{
border-color: #D18842;
}
</style>