Shades of Peru #D2853C
Tints of Peru #D2853C
RGB
CMYK
RGB Variations
Color information
#D2853C (or 0xD2853C) is known color: Peru. HEX triplet: D2, 85 and 3C. RGB value is (210,133,60). Sum of RGB (Red+Green+Blue) = 210+133+60=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2853C is #2D7AC3. Grayscale: #949494. Windows color (decimal): -2980548 or 3966418. OLE color: 3966418.
HSL color Cylindrical-coordinate representation of color #D2853C: hue angle of 29.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2853C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 60 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.18 |
| HSL | 29.2º | 0.63% | 0.53% | - |
| HSV(B) | 29.2º | 0.71% | 0.82% | - |
| XYZ | 35.78 | 30.8 | 8.33 | - |
| YUV | 147.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 60 | 0 | 0.37 | 0.71 | 0.18 | 29.2 | 0.63 | 0.53 |
| Hex | D2 | 85 | 3C | 0 | 25 | 47 | 12 | 1D | 3E | 35 |
| Octal | 322 | 205 | 74 | 0 | 45 | 107 | 22 | 35 | 76 | 65 |
| Binary | 11010010 | 10000101 | 111100 | 0 | 100101 | 1000111 | 10010 | 11101 | 111110 | 110101 |
Color Harmonies of #D2853C
Complementary color
Monochromatic Colors of #D2853C
Black with #D2853C
Text Example
Text Example
White with #D2853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2853C; }
p { color: rgb(210,133,60); }
H1.HeaderClassName
{
color: #D2853C;
}
.AnyTagClassName
{
color: #D2853C;
}
</style>
background-color css
<style>
a { background-color: #D2853C; }
a { background-color: rgb(210,133,60); }
div.DivClassName
{
background-color: #D2853C;
}
.BgClassName
{
background-color: #D2853C;
}
</style>
border-color css
<style>
span { border-color: #D2853C; }
span { border-color: rgb(210,133,60); }
td.TdClassName
{
border-color: #D2853C;
}
.TagClassName
{
border-color: #D2853C;
}
</style>