Shades of Peru #D2833F
Tints of Peru #D2833F
RGB
CMYK
RGB Variations
Color information
#D2833F (or 0xD2833F) is known color: Peru. HEX triplet: D2, 83 and 3F. RGB value is (210,131,63). Sum of RGB (Red+Green+Blue) = 210+131+63=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2833F is #2D7CC0. Grayscale: #939393. Windows color (decimal): -2981057 or 4162514. OLE color: 4162514.
HSL color Cylindrical-coordinate representation of color #D2833F: hue angle of 27.76º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2833F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 63 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.18 |
| HSL | 27.76º | 0.62% | 0.54% | - |
| HSV(B) | 27.76º | 0.7% | 0.82% | - |
| XYZ | 35.59 | 30.29 | 8.67 | - |
| YUV | 146.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 63 | 0 | 0.38 | 0.70 | 0.18 | 27.76 | 0.62 | 0.54 |
| Hex | D2 | 83 | 3F | 0 | 26 | 46 | 12 | 1C | 3E | 36 |
| Octal | 322 | 203 | 77 | 0 | 46 | 106 | 22 | 34 | 76 | 66 |
| Binary | 11010010 | 10000011 | 111111 | 0 | 100110 | 1000110 | 10010 | 11100 | 111110 | 110110 |
Color Harmonies of #D2833F
Complementary color
Monochromatic Colors of #D2833F
Black with #D2833F
Text Example
Text Example
White with #D2833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2833F; }
p { color: rgb(210,131,63); }
H1.HeaderClassName
{
color: #D2833F;
}
.AnyTagClassName
{
color: #D2833F;
}
</style>
background-color css
<style>
a { background-color: #D2833F; }
a { background-color: rgb(210,131,63); }
div.DivClassName
{
background-color: #D2833F;
}
.BgClassName
{
background-color: #D2833F;
}
</style>
border-color css
<style>
span { border-color: #D2833F; }
span { border-color: rgb(210,131,63); }
td.TdClassName
{
border-color: #D2833F;
}
.TagClassName
{
border-color: #D2833F;
}
</style>