Shades of Peru #D2893D
Tints of Peru #D2893D
RGB
CMYK
RGB Variations
Color information
#D2893D (or 0xD2893D) is known color: Peru. HEX triplet: D2, 89 and 3D. RGB value is (210,137,61). Sum of RGB (Red+Green+Blue) = 210+137+61=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2893D is #2D76C2. Grayscale: #969696. Windows color (decimal): -2979523 or 4032978. OLE color: 4032978.
HSL color Cylindrical-coordinate representation of color #D2893D: hue angle of 30.6º 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 #D2893D is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 61 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.18 |
| HSL | 30.6º | 0.62% | 0.53% | - |
| HSV(B) | 30.6º | 0.71% | 0.82% | - |
| XYZ | 36.37 | 31.93 | 8.66 | - |
| YUV | 150.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 61 | 0 | 0.35 | 0.71 | 0.18 | 30.6 | 0.62 | 0.53 |
| Hex | D2 | 89 | 3D | 0 | 23 | 47 | 12 | 1F | 3E | 35 |
| Octal | 322 | 211 | 75 | 0 | 43 | 107 | 22 | 37 | 76 | 65 |
| Binary | 11010010 | 10001001 | 111101 | 0 | 100011 | 1000111 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D2893D
Complementary color
Monochromatic Colors of #D2893D
Black with #D2893D
Text Example
Text Example
White with #D2893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2893D; }
p { color: rgb(210,137,61); }
H1.HeaderClassName
{
color: #D2893D;
}
.AnyTagClassName
{
color: #D2893D;
}
</style>
background-color css
<style>
a { background-color: #D2893D; }
a { background-color: rgb(210,137,61); }
div.DivClassName
{
background-color: #D2893D;
}
.BgClassName
{
background-color: #D2893D;
}
</style>
border-color css
<style>
span { border-color: #D2893D; }
span { border-color: rgb(210,137,61); }
td.TdClassName
{
border-color: #D2893D;
}
.TagClassName
{
border-color: #D2893D;
}
</style>