Shades of Peru #D08446
Tints of Peru #D08446
RGB
CMYK
RGB Variations
Color information
#D08446 (or 0xD08446) is known color: Peru. HEX triplet: D0, 84 and 46. RGB value is (208,132,70). Sum of RGB (Red+Green+Blue) = 208+132+70=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08446 is #2F7BB9. Grayscale: #939393. Windows color (decimal): -3111866 or 4621520. OLE color: 4621520.
HSL color Cylindrical-coordinate representation of color #D08446: hue angle of 26.96º 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 #D08446 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 70 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.18 |
| HSL | 26.96º | 0.59% | 0.55% | - |
| HSV(B) | 26.96º | 0.66% | 0.82% | - |
| XYZ | 35.37 | 30.35 | 9.79 | - |
| YUV | 147.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 70 | 0 | 0.37 | 0.66 | 0.18 | 26.96 | 0.59 | 0.55 |
| Hex | D0 | 84 | 46 | 0 | 25 | 42 | 12 | 1B | 3B | 37 |
| Octal | 320 | 204 | 106 | 0 | 45 | 102 | 22 | 33 | 73 | 67 |
| Binary | 11010000 | 10000100 | 1000110 | 0 | 100101 | 1000010 | 10010 | 11011 | 111011 | 110111 |
Color Harmonies of #D08446
Complementary color
Monochromatic Colors of #D08446
Black with #D08446
Text Example
Text Example
White with #D08446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08446; }
p { color: rgb(208,132,70); }
H1.HeaderClassName
{
color: #D08446;
}
.AnyTagClassName
{
color: #D08446;
}
</style>
background-color css
<style>
a { background-color: #D08446; }
a { background-color: rgb(208,132,70); }
div.DivClassName
{
background-color: #D08446;
}
.BgClassName
{
background-color: #D08446;
}
</style>
border-color css
<style>
span { border-color: #D08446; }
span { border-color: rgb(208,132,70); }
td.TdClassName
{
border-color: #D08446;
}
.TagClassName
{
border-color: #D08446;
}
</style>