Shades of Peru #D28D3E
Tints of Peru #D28D3E
RGB
CMYK
RGB Variations
Color information
#D28D3E (or 0xD28D3E) is known color: Peru. HEX triplet: D2, 8D and 3E. RGB value is (210,141,62). Sum of RGB (Red+Green+Blue) = 210+141+62=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D3E is #2D72C1. Grayscale: #999999. Windows color (decimal): -2978498 or 4099538. OLE color: 4099538.
HSL color Cylindrical-coordinate representation of color #D28D3E: hue angle of 32.03º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28D3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.18 |
| HSL | 32.03º | 0.62% | 0.53% | - |
| HSV(B) | 32.03º | 0.7% | 0.82% | - |
| XYZ | 36.97 | 33.1 | 9 | - |
| YUV | 152.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 62 | 0 | 0.33 | 0.70 | 0.18 | 32.03 | 0.62 | 0.53 |
| Hex | D2 | 8D | 3E | 0 | 21 | 46 | 12 | 20 | 3E | 35 |
| Octal | 322 | 215 | 76 | 0 | 41 | 106 | 22 | 40 | 76 | 65 |
| Binary | 11010010 | 10001101 | 111110 | 0 | 100001 | 1000110 | 10010 | 100000 | 111110 | 110101 |
Color Harmonies of #D28D3E
Complementary color
Monochromatic Colors of #D28D3E
Black with #D28D3E
Text Example
Text Example
White with #D28D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D3E; }
p { color: rgb(210,141,62); }
H1.HeaderClassName
{
color: #D28D3E;
}
.AnyTagClassName
{
color: #D28D3E;
}
</style>
background-color css
<style>
a { background-color: #D28D3E; }
a { background-color: rgb(210,141,62); }
div.DivClassName
{
background-color: #D28D3E;
}
.BgClassName
{
background-color: #D28D3E;
}
</style>
border-color css
<style>
span { border-color: #D28D3E; }
span { border-color: rgb(210,141,62); }
td.TdClassName
{
border-color: #D28D3E;
}
.TagClassName
{
border-color: #D28D3E;
}
</style>