Shades of Peru #D28C41
Tints of Peru #D28C41
RGB
CMYK
RGB Variations
Color information
#D28C41 (or 0xD28C41) is known color: Peru. HEX triplet: D2, 8C and 41. RGB value is (210,140,65). Sum of RGB (Red+Green+Blue) = 210+140+65=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C41 is #2D73BE. Grayscale: #989898. Windows color (decimal): -2978751 or 4295890. OLE color: 4295890.
HSL color Cylindrical-coordinate representation of color #D28C41: hue angle of 31.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D28C41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 65 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.18 |
| HSL | 31.03º | 0.62% | 0.54% | - |
| HSV(B) | 31.03º | 0.69% | 0.82% | - |
| XYZ | 36.91 | 32.84 | 9.39 | - |
| YUV | 152.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 65 | 0 | 0.33 | 0.69 | 0.18 | 31.03 | 0.62 | 0.54 |
| Hex | D2 | 8C | 41 | 0 | 21 | 45 | 12 | 1F | 3E | 36 |
| Octal | 322 | 214 | 101 | 0 | 41 | 105 | 22 | 37 | 76 | 66 |
| Binary | 11010010 | 10001100 | 1000001 | 0 | 100001 | 1000101 | 10010 | 11111 | 111110 | 110110 |
Color Harmonies of #D28C41
Complementary color
Monochromatic Colors of #D28C41
Black with #D28C41
Text Example
Text Example
White with #D28C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C41; }
p { color: rgb(210,140,65); }
H1.HeaderClassName
{
color: #D28C41;
}
.AnyTagClassName
{
color: #D28C41;
}
</style>
background-color css
<style>
a { background-color: #D28C41; }
a { background-color: rgb(210,140,65); }
div.DivClassName
{
background-color: #D28C41;
}
.BgClassName
{
background-color: #D28C41;
}
</style>
border-color css
<style>
span { border-color: #D28C41; }
span { border-color: rgb(210,140,65); }
td.TdClassName
{
border-color: #D28C41;
}
.TagClassName
{
border-color: #D28C41;
}
</style>