Shades of Peru #D28D4C
Tints of Peru #D28D4C
RGB
CMYK
RGB Variations
Color information
#D28D4C (or 0xD28D4C) is known color: Peru. HEX triplet: D2, 8D and 4C. RGB value is (210,141,76). Sum of RGB (Red+Green+Blue) = 210+141+76=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D4C is #2D72B3. Grayscale: #9A9A9A. Windows color (decimal): -2978484 or 5017042. OLE color: 5017042.
HSL color Cylindrical-coordinate representation of color #D28D4C: hue angle of 29.1º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D28D4C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 76 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.18 |
| HSL | 29.1º | 0.6% | 0.56% | - |
| HSV(B) | 29.1º | 0.64% | 0.82% | - |
| XYZ | 37.41 | 33.27 | 11.29 | - |
| YUV | 154.22 | 83.86 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 76 | 0 | 0.33 | 0.64 | 0.18 | 29.1 | 0.6 | 0.56 |
| Hex | D2 | 8D | 4C | 0 | 21 | 40 | 12 | 1D | 3C | 38 |
| Octal | 322 | 215 | 114 | 0 | 41 | 100 | 22 | 35 | 74 | 70 |
| Binary | 11010010 | 10001101 | 1001100 | 0 | 100001 | 1000000 | 10010 | 11101 | 111100 | 111000 |
Color Harmonies of #D28D4C
Complementary color
Monochromatic Colors of #D28D4C
Black with #D28D4C
Text Example
Text Example
White with #D28D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D4C; }
p { color: rgb(210,141,76); }
H1.HeaderClassName
{
color: #D28D4C;
}
.AnyTagClassName
{
color: #D28D4C;
}
</style>
background-color css
<style>
a { background-color: #D28D4C; }
a { background-color: rgb(210,141,76); }
div.DivClassName
{
background-color: #D28D4C;
}
.BgClassName
{
background-color: #D28D4C;
}
</style>
border-color css
<style>
span { border-color: #D28D4C; }
span { border-color: rgb(210,141,76); }
td.TdClassName
{
border-color: #D28D4C;
}
.TagClassName
{
border-color: #D28D4C;
}
</style>