Shades of Peru #D08443
Tints of Peru #D08443
RGB
CMYK
RGB Variations
Color information
#D08443 (or 0xD08443) is known color: Peru. HEX triplet: D0, 84 and 43. RGB value is (208,132,67). Sum of RGB (Red+Green+Blue) = 208+132+67=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08443 is #2F7BBC. Grayscale: #939393. Windows color (decimal): -3111869 or 4424912. OLE color: 4424912.
HSL color Cylindrical-coordinate representation of color #D08443: hue angle of 27.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D08443 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 67 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.18 |
| HSL | 27.66º | 0.6% | 0.54% | - |
| HSV(B) | 27.66º | 0.68% | 0.82% | - |
| XYZ | 35.28 | 30.32 | 9.3 | - |
| YUV | 147.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 67 | 0 | 0.37 | 0.68 | 0.18 | 27.66 | 0.6 | 0.54 |
| Hex | D0 | 84 | 43 | 0 | 25 | 44 | 12 | 1C | 3C | 36 |
| Octal | 320 | 204 | 103 | 0 | 45 | 104 | 22 | 34 | 74 | 66 |
| Binary | 11010000 | 10000100 | 1000011 | 0 | 100101 | 1000100 | 10010 | 11100 | 111100 | 110110 |
Color Harmonies of #D08443
Complementary color
Monochromatic Colors of #D08443
Black with #D08443
Text Example
Text Example
White with #D08443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08443; }
p { color: rgb(208,132,67); }
H1.HeaderClassName
{
color: #D08443;
}
.AnyTagClassName
{
color: #D08443;
}
</style>
background-color css
<style>
a { background-color: #D08443; }
a { background-color: rgb(208,132,67); }
div.DivClassName
{
background-color: #D08443;
}
.BgClassName
{
background-color: #D08443;
}
</style>
border-color css
<style>
span { border-color: #D08443; }
span { border-color: rgb(208,132,67); }
td.TdClassName
{
border-color: #D08443;
}
.TagClassName
{
border-color: #D08443;
}
</style>