Shades of Peru #D28949
Tints of Peru #D28949
RGB
CMYK
RGB Variations
Color information
#D28949 (or 0xD28949) is known color: Peru. HEX triplet: D2, 89 and 49. RGB value is (210,137,73). Sum of RGB (Red+Green+Blue) = 210+137+73=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D28949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28949 is #2D76B6. Grayscale: #979797. Windows color (decimal): -2979511 or 4819410. OLE color: 4819410.
HSL color Cylindrical-coordinate representation of color #D28949: hue angle of 28.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D28949 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 73 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.18 |
| HSL | 28.03º | 0.6% | 0.55% | - |
| HSV(B) | 28.03º | 0.65% | 0.82% | - |
| XYZ | 36.73 | 32.07 | 10.56 | - |
| YUV | 151.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 73 | 0 | 0.35 | 0.65 | 0.18 | 28.03 | 0.6 | 0.55 |
| Hex | D2 | 89 | 49 | 0 | 23 | 41 | 12 | 1C | 3C | 37 |
| Octal | 322 | 211 | 111 | 0 | 43 | 101 | 22 | 34 | 74 | 67 |
| Binary | 11010010 | 10001001 | 1001001 | 0 | 100011 | 1000001 | 10010 | 11100 | 111100 | 110111 |
Color Harmonies of #D28949
Complementary color
Monochromatic Colors of #D28949
Black with #D28949
Text Example
Text Example
White with #D28949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28949; }
p { color: rgb(210,137,73); }
H1.HeaderClassName
{
color: #D28949;
}
.AnyTagClassName
{
color: #D28949;
}
</style>
background-color css
<style>
a { background-color: #D28949; }
a { background-color: rgb(210,137,73); }
div.DivClassName
{
background-color: #D28949;
}
.BgClassName
{
background-color: #D28949;
}
</style>
border-color css
<style>
span { border-color: #D28949; }
span { border-color: rgb(210,137,73); }
td.TdClassName
{
border-color: #D28949;
}
.TagClassName
{
border-color: #D28949;
}
</style>