Shades of Peru #D2813C
Tints of Peru #D2813C
RGB
CMYK
RGB Variations
Color information
#D2813C (or 0xD2813C) is known color: Peru. HEX triplet: D2, 81 and 3C. RGB value is (210,129,60). Sum of RGB (Red+Green+Blue) = 210+129+60=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2813C is #2D7EC3. Grayscale: #919191. Windows color (decimal): -2981572 or 3965394. OLE color: 3965394.
HSL color Cylindrical-coordinate representation of color #D2813C: hue angle of 27.6º 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 #D2813C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 60 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.18 |
| HSL | 27.6º | 0.63% | 0.53% | - |
| HSV(B) | 27.6º | 0.71% | 0.82% | - |
| XYZ | 35.24 | 29.73 | 8.16 | - |
| YUV | 145.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 60 | 0 | 0.39 | 0.71 | 0.18 | 27.6 | 0.63 | 0.53 |
| Hex | D2 | 81 | 3C | 0 | 27 | 47 | 12 | 1C | 3E | 35 |
| Octal | 322 | 201 | 74 | 0 | 47 | 107 | 22 | 34 | 76 | 65 |
| Binary | 11010010 | 10000001 | 111100 | 0 | 100111 | 1000111 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D2813C
Complementary color
Monochromatic Colors of #D2813C
Black with #D2813C
Text Example
Text Example
White with #D2813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2813C; }
p { color: rgb(210,129,60); }
H1.HeaderClassName
{
color: #D2813C;
}
.AnyTagClassName
{
color: #D2813C;
}
</style>
background-color css
<style>
a { background-color: #D2813C; }
a { background-color: rgb(210,129,60); }
div.DivClassName
{
background-color: #D2813C;
}
.BgClassName
{
background-color: #D2813C;
}
</style>
border-color css
<style>
span { border-color: #D2813C; }
span { border-color: rgb(210,129,60); }
td.TdClassName
{
border-color: #D2813C;
}
.TagClassName
{
border-color: #D2813C;
}
</style>