Shades of Peru #D28A47
Tints of Peru #D28A47
RGB
CMYK
RGB Variations
Color information
#D28A47 (or 0xD28A47) is known color: Peru. HEX triplet: D2, 8A and 47. RGB value is (210,138,71). Sum of RGB (Red+Green+Blue) = 210+138+71=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A47 is #2D75B8. Grayscale: #989898. Windows color (decimal): -2979257 or 4688594. OLE color: 4688594.
HSL color Cylindrical-coordinate representation of color #D28A47: hue angle of 28.92º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D28A47 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 71 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.18 |
| HSL | 28.92º | 0.61% | 0.55% | - |
| HSV(B) | 28.92º | 0.66% | 0.82% | - |
| XYZ | 36.8 | 32.33 | 10.26 | - |
| YUV | 151.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 71 | 0 | 0.34 | 0.66 | 0.18 | 28.92 | 0.61 | 0.55 |
| Hex | D2 | 8A | 47 | 0 | 22 | 42 | 12 | 1D | 3D | 37 |
| Octal | 322 | 212 | 107 | 0 | 42 | 102 | 22 | 35 | 75 | 67 |
| Binary | 11010010 | 10001010 | 1000111 | 0 | 100010 | 1000010 | 10010 | 11101 | 111101 | 110111 |
Color Harmonies of #D28A47
Complementary color
Monochromatic Colors of #D28A47
Black with #D28A47
Text Example
Text Example
White with #D28A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A47; }
p { color: rgb(210,138,71); }
H1.HeaderClassName
{
color: #D28A47;
}
.AnyTagClassName
{
color: #D28A47;
}
</style>
background-color css
<style>
a { background-color: #D28A47; }
a { background-color: rgb(210,138,71); }
div.DivClassName
{
background-color: #D28A47;
}
.BgClassName
{
background-color: #D28A47;
}
</style>
border-color css
<style>
span { border-color: #D28A47; }
span { border-color: rgb(210,138,71); }
td.TdClassName
{
border-color: #D28A47;
}
.TagClassName
{
border-color: #D28A47;
}
</style>