Shades of Peru #D08E4C
Tints of Peru #D08E4C
RGB
CMYK
RGB Variations
Color information
#D08E4C (or 0xD08E4C) is known color: Peru. HEX triplet: D0, 8E and 4C. RGB value is (208,142,76). Sum of RGB (Red+Green+Blue) = 208+142+76=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E4C is #2F71B3. Grayscale: #9A9A9A. Windows color (decimal): -3109300 or 5017296. OLE color: 5017296.
HSL color Cylindrical-coordinate representation of color #D08E4C: hue angle of 30º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D08E4C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 76 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.18 |
| HSL | 30º | 0.58% | 0.56% | - |
| HSV(B) | 30º | 0.63% | 0.82% | - |
| XYZ | 36.99 | 33.28 | 11.31 | - |
| YUV | 154.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 76 | 0 | 0.32 | 0.63 | 0.18 | 30 | 0.58 | 0.56 |
| Hex | D0 | 8E | 4C | 0 | 20 | 3F | 12 | 1E | 3A | 38 |
| Octal | 320 | 216 | 114 | 0 | 40 | 77 | 22 | 36 | 72 | 70 |
| Binary | 11010000 | 10001110 | 1001100 | 0 | 100000 | 111111 | 10010 | 11110 | 111010 | 111000 |
Color Harmonies of #D08E4C
Complementary color
Monochromatic Colors of #D08E4C
Black with #D08E4C
Text Example
Text Example
White with #D08E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E4C; }
p { color: rgb(208,142,76); }
H1.HeaderClassName
{
color: #D08E4C;
}
.AnyTagClassName
{
color: #D08E4C;
}
</style>
background-color css
<style>
a { background-color: #D08E4C; }
a { background-color: rgb(208,142,76); }
div.DivClassName
{
background-color: #D08E4C;
}
.BgClassName
{
background-color: #D08E4C;
}
</style>
border-color css
<style>
span { border-color: #D08E4C; }
span { border-color: rgb(208,142,76); }
td.TdClassName
{
border-color: #D08E4C;
}
.TagClassName
{
border-color: #D08E4C;
}
</style>