Shades of Peru #D0843E
Tints of Peru #D0843E
RGB
CMYK
RGB Variations
Color information
#D0843E (or 0xD0843E) is known color: Peru. HEX triplet: D0, 84 and 3E. RGB value is (208,132,62). Sum of RGB (Red+Green+Blue) = 208+132+62=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0843E is #2F7BC1. Grayscale: #939393. Windows color (decimal): -3111874 or 4097232. OLE color: 4097232.
HSL color Cylindrical-coordinate representation of color #D0843E: hue angle of 28.77º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0843E is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 62 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.18 |
| HSL | 28.77º | 0.61% | 0.53% | - |
| HSV(B) | 28.77º | 0.7% | 0.82% | - |
| XYZ | 35.13 | 30.26 | 8.55 | - |
| YUV | 146.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 62 | 0 | 0.37 | 0.70 | 0.18 | 28.77 | 0.61 | 0.53 |
| Hex | D0 | 84 | 3E | 0 | 25 | 46 | 12 | 1D | 3D | 35 |
| Octal | 320 | 204 | 76 | 0 | 45 | 106 | 22 | 35 | 75 | 65 |
| Binary | 11010000 | 10000100 | 111110 | 0 | 100101 | 1000110 | 10010 | 11101 | 111101 | 110101 |
Color Harmonies of #D0843E
Complementary color
Monochromatic Colors of #D0843E
Black with #D0843E
Text Example
Text Example
White with #D0843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0843E; }
p { color: rgb(208,132,62); }
H1.HeaderClassName
{
color: #D0843E;
}
.AnyTagClassName
{
color: #D0843E;
}
</style>
background-color css
<style>
a { background-color: #D0843E; }
a { background-color: rgb(208,132,62); }
div.DivClassName
{
background-color: #D0843E;
}
.BgClassName
{
background-color: #D0843E;
}
</style>
border-color css
<style>
span { border-color: #D0843E; }
span { border-color: rgb(208,132,62); }
td.TdClassName
{
border-color: #D0843E;
}
.TagClassName
{
border-color: #D0843E;
}
</style>