Shades of Peru #D2853A
Tints of Peru #D2853A
RGB
CMYK
RGB Variations
Color information
#D2853A (or 0xD2853A) is known color: Peru. HEX triplet: D2, 85 and 3A. RGB value is (210,133,58). Sum of RGB (Red+Green+Blue) = 210+133+58=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2853A is #2D7AC5. Grayscale: #939393. Windows color (decimal): -2980550 or 3835346. OLE color: 3835346.
HSL color Cylindrical-coordinate representation of color #D2853A: hue angle of 29.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2853A is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 58 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.18 |
| HSL | 29.61º | 0.63% | 0.53% | - |
| HSV(B) | 29.61º | 0.72% | 0.82% | - |
| XYZ | 35.73 | 30.78 | 8.06 | - |
| YUV | 147.47 | 77.51 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 58 | 0 | 0.37 | 0.72 | 0.18 | 29.61 | 0.63 | 0.53 |
| Hex | D2 | 85 | 3A | 0 | 25 | 48 | 12 | 1E | 3F | 35 |
| Octal | 322 | 205 | 72 | 0 | 45 | 110 | 22 | 36 | 77 | 65 |
| Binary | 11010010 | 10000101 | 111010 | 0 | 100101 | 1001000 | 10010 | 11110 | 111111 | 110101 |
Color Harmonies of #D2853A
Complementary color
Monochromatic Colors of #D2853A
Black with #D2853A
Text Example
Text Example
White with #D2853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2853A; }
p { color: rgb(210,133,58); }
H1.HeaderClassName
{
color: #D2853A;
}
.AnyTagClassName
{
color: #D2853A;
}
</style>
background-color css
<style>
a { background-color: #D2853A; }
a { background-color: rgb(210,133,58); }
div.DivClassName
{
background-color: #D2853A;
}
.BgClassName
{
background-color: #D2853A;
}
</style>
border-color css
<style>
span { border-color: #D2853A; }
span { border-color: rgb(210,133,58); }
td.TdClassName
{
border-color: #D2853A;
}
.TagClassName
{
border-color: #D2853A;
}
</style>