Shades of Peru #D2833E
Tints of Peru #D2833E
RGB
CMYK
RGB Variations
Color information
#D2833E (or 0xD2833E) is known color: Peru. HEX triplet: D2, 83 and 3E. RGB value is (210,131,62). Sum of RGB (Red+Green+Blue) = 210+131+62=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2833E is #2D7CC1. Grayscale: #939393. Windows color (decimal): -2981058 or 4096978. OLE color: 4096978.
HSL color Cylindrical-coordinate representation of color #D2833E: hue angle of 27.97º degrees, saturation: 0.62, 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 #D2833E is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 62 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.18 |
| HSL | 27.97º | 0.62% | 0.53% | - |
| HSV(B) | 27.97º | 0.7% | 0.82% | - |
| XYZ | 35.56 | 30.28 | 8.53 | - |
| YUV | 146.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 62 | 0 | 0.38 | 0.70 | 0.18 | 27.97 | 0.62 | 0.53 |
| Hex | D2 | 83 | 3E | 0 | 26 | 46 | 12 | 1C | 3E | 35 |
| Octal | 322 | 203 | 76 | 0 | 46 | 106 | 22 | 34 | 76 | 65 |
| Binary | 11010010 | 10000011 | 111110 | 0 | 100110 | 1000110 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D2833E
Complementary color
Monochromatic Colors of #D2833E
Black with #D2833E
Text Example
Text Example
White with #D2833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2833E; }
p { color: rgb(210,131,62); }
H1.HeaderClassName
{
color: #D2833E;
}
.AnyTagClassName
{
color: #D2833E;
}
</style>
background-color css
<style>
a { background-color: #D2833E; }
a { background-color: rgb(210,131,62); }
div.DivClassName
{
background-color: #D2833E;
}
.BgClassName
{
background-color: #D2833E;
}
</style>
border-color css
<style>
span { border-color: #D2833E; }
span { border-color: rgb(210,131,62); }
td.TdClassName
{
border-color: #D2833E;
}
.TagClassName
{
border-color: #D2833E;
}
</style>