Shades of Peru #D28C3E
Tints of Peru #D28C3E
RGB
CMYK
RGB Variations
Color information
#D28C3E (or 0xD28C3E) is known color: Peru. HEX triplet: D2, 8C and 3E. RGB value is (210,140,62). Sum of RGB (Red+Green+Blue) = 210+140+62=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C3E is #2D73C1. Grayscale: #989898. Windows color (decimal): -2978754 or 4099282. OLE color: 4099282.
HSL color Cylindrical-coordinate representation of color #D28C3E: hue angle of 31.62º 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 #D28C3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.18 |
| HSL | 31.62º | 0.62% | 0.53% | - |
| HSV(B) | 31.62º | 0.7% | 0.82% | - |
| XYZ | 36.83 | 32.81 | 8.95 | - |
| YUV | 152.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 62 | 0 | 0.33 | 0.70 | 0.18 | 31.62 | 0.62 | 0.53 |
| Hex | D2 | 8C | 3E | 0 | 21 | 46 | 12 | 20 | 3E | 35 |
| Octal | 322 | 214 | 76 | 0 | 41 | 106 | 22 | 40 | 76 | 65 |
| Binary | 11010010 | 10001100 | 111110 | 0 | 100001 | 1000110 | 10010 | 100000 | 111110 | 110101 |
Color Harmonies of #D28C3E
Complementary color
Monochromatic Colors of #D28C3E
Black with #D28C3E
Text Example
Text Example
White with #D28C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C3E; }
p { color: rgb(210,140,62); }
H1.HeaderClassName
{
color: #D28C3E;
}
.AnyTagClassName
{
color: #D28C3E;
}
</style>
background-color css
<style>
a { background-color: #D28C3E; }
a { background-color: rgb(210,140,62); }
div.DivClassName
{
background-color: #D28C3E;
}
.BgClassName
{
background-color: #D28C3E;
}
</style>
border-color css
<style>
span { border-color: #D28C3E; }
span { border-color: rgb(210,140,62); }
td.TdClassName
{
border-color: #D28C3E;
}
.TagClassName
{
border-color: #D28C3E;
}
</style>