Shades of Peru #D2883D
Tints of Peru #D2883D
RGB
CMYK
RGB Variations
Color information
#D2883D (or 0xD2883D) is known color: Peru. HEX triplet: D2, 88 and 3D. RGB value is (210,136,61). Sum of RGB (Red+Green+Blue) = 210+136+61=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2883D is #2D77C2. Grayscale: #959595. Windows color (decimal): -2979779 or 4032722. OLE color: 4032722.
HSL color Cylindrical-coordinate representation of color #D2883D: hue angle of 30.2º 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 #D2883D is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 61 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.18 |
| HSL | 30.2º | 0.62% | 0.53% | - |
| HSV(B) | 30.2º | 0.71% | 0.82% | - |
| XYZ | 36.22 | 31.65 | 8.61 | - |
| YUV | 149.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 61 | 0 | 0.35 | 0.71 | 0.18 | 30.2 | 0.62 | 0.53 |
| Hex | D2 | 88 | 3D | 0 | 23 | 47 | 12 | 1E | 3E | 35 |
| Octal | 322 | 210 | 75 | 0 | 43 | 107 | 22 | 36 | 76 | 65 |
| Binary | 11010010 | 10001000 | 111101 | 0 | 100011 | 1000111 | 10010 | 11110 | 111110 | 110101 |
Color Harmonies of #D2883D
Complementary color
Monochromatic Colors of #D2883D
Black with #D2883D
Text Example
Text Example
White with #D2883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2883D; }
p { color: rgb(210,136,61); }
H1.HeaderClassName
{
color: #D2883D;
}
.AnyTagClassName
{
color: #D2883D;
}
</style>
background-color css
<style>
a { background-color: #D2883D; }
a { background-color: rgb(210,136,61); }
div.DivClassName
{
background-color: #D2883D;
}
.BgClassName
{
background-color: #D2883D;
}
</style>
border-color css
<style>
span { border-color: #D2883D; }
span { border-color: rgb(210,136,61); }
td.TdClassName
{
border-color: #D2883D;
}
.TagClassName
{
border-color: #D2883D;
}
</style>