Shades of Peru #D28540
Tints of Peru #D28540
RGB
CMYK
RGB Variations
Color information
#D28540 (or 0xD28540) is known color: Peru. HEX triplet: D2, 85 and 40. RGB value is (210,133,64). Sum of RGB (Red+Green+Blue) = 210+133+64=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D28540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28540 is #2D7ABF. Grayscale: #949494. Windows color (decimal): -2980544 or 4228562. OLE color: 4228562.
HSL color Cylindrical-coordinate representation of color #D28540: hue angle of 28.36º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28540 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 64 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.18 |
| HSL | 28.36º | 0.62% | 0.54% | - |
| HSV(B) | 28.36º | 0.7% | 0.82% | - |
| XYZ | 35.89 | 30.85 | 8.91 | - |
| YUV | 148.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 64 | 0 | 0.37 | 0.70 | 0.18 | 28.36 | 0.62 | 0.54 |
| Hex | D2 | 85 | 40 | 0 | 25 | 46 | 12 | 1C | 3E | 36 |
| Octal | 322 | 205 | 100 | 0 | 45 | 106 | 22 | 34 | 76 | 66 |
| Binary | 11010010 | 10000101 | 1000000 | 0 | 100101 | 1000110 | 10010 | 11100 | 111110 | 110110 |
Color Harmonies of #D28540
Complementary color
Monochromatic Colors of #D28540
Black with #D28540
Text Example
Text Example
White with #D28540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28540; }
p { color: rgb(210,133,64); }
H1.HeaderClassName
{
color: #D28540;
}
.AnyTagClassName
{
color: #D28540;
}
</style>
background-color css
<style>
a { background-color: #D28540; }
a { background-color: rgb(210,133,64); }
div.DivClassName
{
background-color: #D28540;
}
.BgClassName
{
background-color: #D28540;
}
</style>
border-color css
<style>
span { border-color: #D28540; }
span { border-color: rgb(210,133,64); }
td.TdClassName
{
border-color: #D28540;
}
.TagClassName
{
border-color: #D28540;
}
</style>