Shades of Peru #D28C4C
Tints of Peru #D28C4C
RGB
CMYK
RGB Variations
Color information
#D28C4C (or 0xD28C4C) is known color: Peru. HEX triplet: D2, 8C and 4C. RGB value is (210,140,76). Sum of RGB (Red+Green+Blue) = 210+140+76=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C4C is #2D73B3. Grayscale: #999999. Windows color (decimal): -2978740 or 5016786. OLE color: 5016786.
HSL color Cylindrical-coordinate representation of color #D28C4C: hue angle of 28.66º 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 #D28C4C is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 76 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.18 |
| HSL | 28.66º | 0.6% | 0.56% | - |
| HSV(B) | 28.66º | 0.64% | 0.82% | - |
| XYZ | 37.26 | 32.98 | 11.24 | - |
| YUV | 153.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 76 | 0 | 0.33 | 0.64 | 0.18 | 28.66 | 0.6 | 0.56 |
| Hex | D2 | 8C | 4C | 0 | 21 | 40 | 12 | 1D | 3C | 38 |
| Octal | 322 | 214 | 114 | 0 | 41 | 100 | 22 | 35 | 74 | 70 |
| Binary | 11010010 | 10001100 | 1001100 | 0 | 100001 | 1000000 | 10010 | 11101 | 111100 | 111000 |
Color Harmonies of #D28C4C
Complementary color
Monochromatic Colors of #D28C4C
Black with #D28C4C
Text Example
Text Example
White with #D28C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C4C; }
p { color: rgb(210,140,76); }
H1.HeaderClassName
{
color: #D28C4C;
}
.AnyTagClassName
{
color: #D28C4C;
}
</style>
background-color css
<style>
a { background-color: #D28C4C; }
a { background-color: rgb(210,140,76); }
div.DivClassName
{
background-color: #D28C4C;
}
.BgClassName
{
background-color: #D28C4C;
}
</style>
border-color css
<style>
span { border-color: #D28C4C; }
span { border-color: rgb(210,140,76); }
td.TdClassName
{
border-color: #D28C4C;
}
.TagClassName
{
border-color: #D28C4C;
}
</style>