Shades of Peru #D2893C
Tints of Peru #D2893C
RGB
CMYK
RGB Variations
Color information
#D2893C (or 0xD2893C) is known color: Peru. HEX triplet: D2, 89 and 3C. RGB value is (210,137,60). Sum of RGB (Red+Green+Blue) = 210+137+60=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893C is #2D76C3. Grayscale: #969696. Windows color (decimal): -2979524 or 3967442. OLE color: 3967442.
HSL color Cylindrical-coordinate representation of color #D2893C: hue angle of 30.8º 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 #D2893C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 60 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.18 |
| HSL | 30.8º | 0.63% | 0.53% | - |
| HSV(B) | 30.8º | 0.71% | 0.82% | - |
| XYZ | 36.34 | 31.92 | 8.52 | - |
| YUV | 150.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 60 | 0 | 0.35 | 0.71 | 0.18 | 30.8 | 0.63 | 0.53 |
| Hex | D2 | 89 | 3C | 0 | 23 | 47 | 12 | 1F | 3E | 35 |
| Octal | 322 | 211 | 74 | 0 | 43 | 107 | 22 | 37 | 76 | 65 |
| Binary | 11010010 | 10001001 | 111100 | 0 | 100011 | 1000111 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D2893C
Complementary color
Monochromatic Colors of #D2893C
Black with #D2893C
Text Example
Text Example
White with #D2893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2893C; }
p { color: rgb(210,137,60); }
H1.HeaderClassName
{
color: #D2893C;
}
.AnyTagClassName
{
color: #D2893C;
}
</style>
background-color css
<style>
a { background-color: #D2893C; }
a { background-color: rgb(210,137,60); }
div.DivClassName
{
background-color: #D2893C;
}
.BgClassName
{
background-color: #D2893C;
}
</style>
border-color css
<style>
span { border-color: #D2893C; }
span { border-color: rgb(210,137,60); }
td.TdClassName
{
border-color: #D2893C;
}
.TagClassName
{
border-color: #D2893C;
}
</style>