Shades of Peru #D28C3C
Tints of Peru #D28C3C
RGB
CMYK
RGB Variations
Color information
#D28C3C (or 0xD28C3C) is known color: Peru. HEX triplet: D2, 8C and 3C. RGB value is (210,140,60). Sum of RGB (Red+Green+Blue) = 210+140+60=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C3C is #2D73C3. Grayscale: #989898. Windows color (decimal): -2978756 or 3968210. OLE color: 3968210.
HSL color Cylindrical-coordinate representation of color #D28C3C: hue angle of 32º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D28C3C is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 60 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.18 |
| HSL | 32º | 0.63% | 0.53% | - |
| HSV(B) | 32º | 0.71% | 0.82% | - |
| XYZ | 36.77 | 32.78 | 8.66 | - |
| YUV | 151.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 60 | 0 | 0.33 | 0.71 | 0.18 | 32 | 0.63 | 0.53 |
| Hex | D2 | 8C | 3C | 0 | 21 | 47 | 12 | 20 | 3E | 35 |
| Octal | 322 | 214 | 74 | 0 | 41 | 107 | 22 | 40 | 76 | 65 |
| Binary | 11010010 | 10001100 | 111100 | 0 | 100001 | 1000111 | 10010 | 100000 | 111110 | 110101 |
Color Harmonies of #D28C3C
Complementary color
Monochromatic Colors of #D28C3C
Black with #D28C3C
Text Example
Text Example
White with #D28C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C3C; }
p { color: rgb(210,140,60); }
H1.HeaderClassName
{
color: #D28C3C;
}
.AnyTagClassName
{
color: #D28C3C;
}
</style>
background-color css
<style>
a { background-color: #D28C3C; }
a { background-color: rgb(210,140,60); }
div.DivClassName
{
background-color: #D28C3C;
}
.BgClassName
{
background-color: #D28C3C;
}
</style>
border-color css
<style>
span { border-color: #D28C3C; }
span { border-color: rgb(210,140,60); }
td.TdClassName
{
border-color: #D28C3C;
}
.TagClassName
{
border-color: #D28C3C;
}
</style>