Shades of Peru #D18840
Tints of Peru #D18840
RGB
CMYK
RGB Variations
Color information
#D18840 (or 0xD18840) is known color: Peru. HEX triplet: D1, 88 and 40. RGB value is (209,136,64). Sum of RGB (Red+Green+Blue) = 209+136+64=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18840 is #2E77BF. Grayscale: #959595. Windows color (decimal): -3045312 or 4229329. OLE color: 4229329.
HSL color Cylindrical-coordinate representation of color #D18840: hue angle of 29.79º degrees, saturation: 0.61, 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 #D18840 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 64 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.18 |
| HSL | 29.79º | 0.61% | 0.54% | - |
| HSV(B) | 29.79º | 0.69% | 0.82% | - |
| XYZ | 36.02 | 31.53 | 9.04 | - |
| YUV | 149.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 64 | 0 | 0.35 | 0.69 | 0.18 | 29.79 | 0.61 | 0.54 |
| Hex | D1 | 88 | 40 | 0 | 23 | 45 | 12 | 1E | 3D | 36 |
| Octal | 321 | 210 | 100 | 0 | 43 | 105 | 22 | 36 | 75 | 66 |
| Binary | 11010001 | 10001000 | 1000000 | 0 | 100011 | 1000101 | 10010 | 11110 | 111101 | 110110 |
Color Harmonies of #D18840
Complementary color
Monochromatic Colors of #D18840
Black with #D18840
Text Example
Text Example
White with #D18840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18840; }
p { color: rgb(209,136,64); }
H1.HeaderClassName
{
color: #D18840;
}
.AnyTagClassName
{
color: #D18840;
}
</style>
background-color css
<style>
a { background-color: #D18840; }
a { background-color: rgb(209,136,64); }
div.DivClassName
{
background-color: #D18840;
}
.BgClassName
{
background-color: #D18840;
}
</style>
border-color css
<style>
span { border-color: #D18840; }
span { border-color: rgb(209,136,64); }
td.TdClassName
{
border-color: #D18840;
}
.TagClassName
{
border-color: #D18840;
}
</style>