Shades of Peru #D2893B
Tints of Peru #D2893B
RGB
CMYK
RGB Variations
Color information
#D2893B (or 0xD2893B) is known color: Peru. HEX triplet: D2, 89 and 3B. RGB value is (210,137,59). Sum of RGB (Red+Green+Blue) = 210+137+59=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893B is #2D76C4. Grayscale: #969696. Windows color (decimal): -2979525 or 3901906. OLE color: 3901906.
HSL color Cylindrical-coordinate representation of color #D2893B: hue angle of 30.99º 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 #D2893B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 59 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.18 |
| HSL | 30.99º | 0.63% | 0.53% | - |
| HSV(B) | 30.99º | 0.72% | 0.82% | - |
| XYZ | 36.31 | 31.91 | 8.38 | - |
| YUV | 149.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 59 | 0 | 0.35 | 0.72 | 0.18 | 30.99 | 0.63 | 0.53 |
| Hex | D2 | 89 | 3B | 0 | 23 | 48 | 12 | 1F | 3F | 35 |
| Octal | 322 | 211 | 73 | 0 | 43 | 110 | 22 | 37 | 77 | 65 |
| Binary | 11010010 | 10001001 | 111011 | 0 | 100011 | 1001000 | 10010 | 11111 | 111111 | 110101 |
Color Harmonies of #D2893B
Complementary color
Monochromatic Colors of #D2893B
Black with #D2893B
Text Example
Text Example
White with #D2893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2893B; }
p { color: rgb(210,137,59); }
H1.HeaderClassName
{
color: #D2893B;
}
.AnyTagClassName
{
color: #D2893B;
}
</style>
background-color css
<style>
a { background-color: #D2893B; }
a { background-color: rgb(210,137,59); }
div.DivClassName
{
background-color: #D2893B;
}
.BgClassName
{
background-color: #D2893B;
}
</style>
border-color css
<style>
span { border-color: #D2893B; }
span { border-color: rgb(210,137,59); }
td.TdClassName
{
border-color: #D2893B;
}
.TagClassName
{
border-color: #D2893B;
}
</style>