Shades of Peru #D28944
Tints of Peru #D28944
RGB
CMYK
RGB Variations
Color information
#D28944 (or 0xD28944) is known color: Peru. HEX triplet: D2, 89 and 44. RGB value is (210,137,68). Sum of RGB (Red+Green+Blue) = 210+137+68=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D28944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28944 is #2D76BB. Grayscale: #979797. Windows color (decimal): -2979516 or 4491730. OLE color: 4491730.
HSL color Cylindrical-coordinate representation of color #D28944: hue angle of 29.15º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D28944 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 68 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.18 |
| HSL | 29.15º | 0.61% | 0.55% | - |
| HSV(B) | 29.15º | 0.68% | 0.82% | - |
| XYZ | 36.57 | 32.01 | 9.72 | - |
| YUV | 150.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 68 | 0 | 0.35 | 0.68 | 0.18 | 29.15 | 0.61 | 0.55 |
| Hex | D2 | 89 | 44 | 0 | 23 | 44 | 12 | 1D | 3D | 37 |
| Octal | 322 | 211 | 104 | 0 | 43 | 104 | 22 | 35 | 75 | 67 |
| Binary | 11010010 | 10001001 | 1000100 | 0 | 100011 | 1000100 | 10010 | 11101 | 111101 | 110111 |
Color Harmonies of #D28944
Complementary color
Monochromatic Colors of #D28944
Black with #D28944
Text Example
Text Example
White with #D28944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28944; }
p { color: rgb(210,137,68); }
H1.HeaderClassName
{
color: #D28944;
}
.AnyTagClassName
{
color: #D28944;
}
</style>
background-color css
<style>
a { background-color: #D28944; }
a { background-color: rgb(210,137,68); }
div.DivClassName
{
background-color: #D28944;
}
.BgClassName
{
background-color: #D28944;
}
</style>
border-color css
<style>
span { border-color: #D28944; }
span { border-color: rgb(210,137,68); }
td.TdClassName
{
border-color: #D28944;
}
.TagClassName
{
border-color: #D28944;
}
</style>