Shades of Peru #D2853D
Tints of Peru #D2853D
RGB
CMYK
RGB Variations
Color information
#D2853D (or 0xD2853D) is known color: Peru. HEX triplet: D2, 85 and 3D. RGB value is (210,133,61). Sum of RGB (Red+Green+Blue) = 210+133+61=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2853D is #2D7AC2. Grayscale: #949494. Windows color (decimal): -2980547 or 4031954. OLE color: 4031954.
HSL color Cylindrical-coordinate representation of color #D2853D: hue angle of 28.99º 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 #D2853D is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 61 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.18 |
| HSL | 28.99º | 0.62% | 0.53% | - |
| HSV(B) | 28.99º | 0.71% | 0.82% | - |
| XYZ | 35.81 | 30.81 | 8.48 | - |
| YUV | 147.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 61 | 0 | 0.37 | 0.71 | 0.18 | 28.99 | 0.62 | 0.53 |
| Hex | D2 | 85 | 3D | 0 | 25 | 47 | 12 | 1D | 3E | 35 |
| Octal | 322 | 205 | 75 | 0 | 45 | 107 | 22 | 35 | 76 | 65 |
| Binary | 11010010 | 10000101 | 111101 | 0 | 100101 | 1000111 | 10010 | 11101 | 111110 | 110101 |
Color Harmonies of #D2853D
Complementary color
Monochromatic Colors of #D2853D
Black with #D2853D
Text Example
Text Example
White with #D2853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2853D; }
p { color: rgb(210,133,61); }
H1.HeaderClassName
{
color: #D2853D;
}
.AnyTagClassName
{
color: #D2853D;
}
</style>
background-color css
<style>
a { background-color: #D2853D; }
a { background-color: rgb(210,133,61); }
div.DivClassName
{
background-color: #D2853D;
}
.BgClassName
{
background-color: #D2853D;
}
</style>
border-color css
<style>
span { border-color: #D2853D; }
span { border-color: rgb(210,133,61); }
td.TdClassName
{
border-color: #D2853D;
}
.TagClassName
{
border-color: #D2853D;
}
</style>