Shades of Peru #D28D4A
Tints of Peru #D28D4A
RGB
CMYK
RGB Variations
Color information
#D28D4A (or 0xD28D4A) is known color: Peru. HEX triplet: D2, 8D and 4A. RGB value is (210,141,74). Sum of RGB (Red+Green+Blue) = 210+141+74=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D4A is #2D72B5. Grayscale: #9A9A9A. Windows color (decimal): -2978486 or 4885970. OLE color: 4885970.
HSL color Cylindrical-coordinate representation of color #D28D4A: hue angle of 29.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D28D4A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 74 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.18 |
| HSL | 29.56º | 0.6% | 0.56% | - |
| HSV(B) | 29.56º | 0.65% | 0.82% | - |
| XYZ | 37.34 | 33.25 | 10.93 | - |
| YUV | 153.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 74 | 0 | 0.33 | 0.65 | 0.18 | 29.56 | 0.6 | 0.56 |
| Hex | D2 | 8D | 4A | 0 | 21 | 41 | 12 | 1E | 3C | 38 |
| Octal | 322 | 215 | 112 | 0 | 41 | 101 | 22 | 36 | 74 | 70 |
| Binary | 11010010 | 10001101 | 1001010 | 0 | 100001 | 1000001 | 10010 | 11110 | 111100 | 111000 |
Color Harmonies of #D28D4A
Complementary color
Monochromatic Colors of #D28D4A
Black with #D28D4A
Text Example
Text Example
White with #D28D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D4A; }
p { color: rgb(210,141,74); }
H1.HeaderClassName
{
color: #D28D4A;
}
.AnyTagClassName
{
color: #D28D4A;
}
</style>
background-color css
<style>
a { background-color: #D28D4A; }
a { background-color: rgb(210,141,74); }
div.DivClassName
{
background-color: #D28D4A;
}
.BgClassName
{
background-color: #D28D4A;
}
</style>
border-color css
<style>
span { border-color: #D28D4A; }
span { border-color: rgb(210,141,74); }
td.TdClassName
{
border-color: #D28D4A;
}
.TagClassName
{
border-color: #D28D4A;
}
</style>