Shades of Peru #D18442
Tints of Peru #D18442
RGB
CMYK
RGB Variations
Color information
#D18442 (or 0xD18442) is known color: Peru. HEX triplet: D1, 84 and 42. RGB value is (209,132,66). Sum of RGB (Red+Green+Blue) = 209+132+66=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D18442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18442 is #2E7BBD. Grayscale: #939393. Windows color (decimal): -3046334 or 4359377. OLE color: 4359377.
HSL color Cylindrical-coordinate representation of color #D18442: hue angle of 27.69º 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 #D18442 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 66 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.18 |
| HSL | 27.69º | 0.61% | 0.54% | - |
| HSV(B) | 27.69º | 0.68% | 0.82% | - |
| XYZ | 35.53 | 30.45 | 9.16 | - |
| YUV | 147.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 66 | 0 | 0.37 | 0.68 | 0.18 | 27.69 | 0.61 | 0.54 |
| Hex | D1 | 84 | 42 | 0 | 25 | 44 | 12 | 1C | 3D | 36 |
| Octal | 321 | 204 | 102 | 0 | 45 | 104 | 22 | 34 | 75 | 66 |
| Binary | 11010001 | 10000100 | 1000010 | 0 | 100101 | 1000100 | 10010 | 11100 | 111101 | 110110 |
Color Harmonies of #D18442
Complementary color
Monochromatic Colors of #D18442
Black with #D18442
Text Example
Text Example
White with #D18442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18442; }
p { color: rgb(209,132,66); }
H1.HeaderClassName
{
color: #D18442;
}
.AnyTagClassName
{
color: #D18442;
}
</style>
background-color css
<style>
a { background-color: #D18442; }
a { background-color: rgb(209,132,66); }
div.DivClassName
{
background-color: #D18442;
}
.BgClassName
{
background-color: #D18442;
}
</style>
border-color css
<style>
span { border-color: #D18442; }
span { border-color: rgb(209,132,66); }
td.TdClassName
{
border-color: #D18442;
}
.TagClassName
{
border-color: #D18442;
}
</style>