Shades of Peru #D08647
Tints of Peru #D08647
RGB
CMYK
RGB Variations
Color information
#D08647 (or 0xD08647) is known color: Peru. HEX triplet: D0, 86 and 47. RGB value is (208,134,71). Sum of RGB (Red+Green+Blue) = 208+134+71=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D08647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08647 is #2F79B8. Grayscale: #959595. Windows color (decimal): -3111353 or 4687568. OLE color: 4687568.
HSL color Cylindrical-coordinate representation of color #D08647: hue angle of 27.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D08647 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 71 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.18 |
| HSL | 27.59º | 0.59% | 0.55% | - |
| HSV(B) | 27.59º | 0.66% | 0.82% | - |
| XYZ | 35.67 | 30.92 | 10.05 | - |
| YUV | 148.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 71 | 0 | 0.36 | 0.66 | 0.18 | 27.59 | 0.59 | 0.55 |
| Hex | D0 | 86 | 47 | 0 | 24 | 42 | 12 | 1C | 3B | 37 |
| Octal | 320 | 206 | 107 | 0 | 44 | 102 | 22 | 34 | 73 | 67 |
| Binary | 11010000 | 10000110 | 1000111 | 0 | 100100 | 1000010 | 10010 | 11100 | 111011 | 110111 |
Color Harmonies of #D08647
Complementary color
Monochromatic Colors of #D08647
Black with #D08647
Text Example
Text Example
White with #D08647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08647; }
p { color: rgb(208,134,71); }
H1.HeaderClassName
{
color: #D08647;
}
.AnyTagClassName
{
color: #D08647;
}
</style>
background-color css
<style>
a { background-color: #D08647; }
a { background-color: rgb(208,134,71); }
div.DivClassName
{
background-color: #D08647;
}
.BgClassName
{
background-color: #D08647;
}
</style>
border-color css
<style>
span { border-color: #D08647; }
span { border-color: rgb(208,134,71); }
td.TdClassName
{
border-color: #D08647;
}
.TagClassName
{
border-color: #D08647;
}
</style>