Shades of Peru #D18040
Tints of Peru #D18040
RGB
CMYK
RGB Variations
Color information
#D18040 (or 0xD18040) is known color: Peru. HEX triplet: D1, 80 and 40. RGB value is (209,128,64). Sum of RGB (Red+Green+Blue) = 209+128+64=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D18040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18040 is #2E7FBF. Grayscale: #919191. Windows color (decimal): -3047360 or 4227281. OLE color: 4227281.
HSL color Cylindrical-coordinate representation of color #D18040: hue angle of 26.48º 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 #D18040 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 64 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.18 |
| HSL | 26.48º | 0.61% | 0.54% | - |
| HSV(B) | 26.48º | 0.69% | 0.82% | - |
| XYZ | 34.94 | 29.36 | 8.68 | - |
| YUV | 144.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 64 | 0 | 0.39 | 0.69 | 0.18 | 26.48 | 0.61 | 0.54 |
| Hex | D1 | 80 | 40 | 0 | 27 | 45 | 12 | 1A | 3D | 36 |
| Octal | 321 | 200 | 100 | 0 | 47 | 105 | 22 | 32 | 75 | 66 |
| Binary | 11010001 | 10000000 | 1000000 | 0 | 100111 | 1000101 | 10010 | 11010 | 111101 | 110110 |
Color Harmonies of #D18040
Complementary color
Monochromatic Colors of #D18040
Black with #D18040
Text Example
Text Example
White with #D18040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18040; }
p { color: rgb(209,128,64); }
H1.HeaderClassName
{
color: #D18040;
}
.AnyTagClassName
{
color: #D18040;
}
</style>
background-color css
<style>
a { background-color: #D18040; }
a { background-color: rgb(209,128,64); }
div.DivClassName
{
background-color: #D18040;
}
.BgClassName
{
background-color: #D18040;
}
</style>
border-color css
<style>
span { border-color: #D18040; }
span { border-color: rgb(209,128,64); }
td.TdClassName
{
border-color: #D18040;
}
.TagClassName
{
border-color: #D18040;
}
</style>