Shades of Peru #D28541
Tints of Peru #D28541
RGB
CMYK
RGB Variations
Color information
#D28541 (or 0xD28541) is known color: Peru. HEX triplet: D2, 85 and 41. RGB value is (210,133,65). Sum of RGB (Red+Green+Blue) = 210+133+65=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D28541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28541 is #2D7ABE. Grayscale: #949494. Windows color (decimal): -2980543 or 4294098. OLE color: 4294098.
HSL color Cylindrical-coordinate representation of color #D28541: hue angle of 28.14º 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 #D28541 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 65 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.18 |
| HSL | 28.14º | 0.62% | 0.54% | - |
| HSV(B) | 28.14º | 0.69% | 0.82% | - |
| XYZ | 35.92 | 30.86 | 9.06 | - |
| YUV | 148.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 65 | 0 | 0.37 | 0.69 | 0.18 | 28.14 | 0.62 | 0.54 |
| Hex | D2 | 85 | 41 | 0 | 25 | 45 | 12 | 1C | 3E | 36 |
| Octal | 322 | 205 | 101 | 0 | 45 | 105 | 22 | 34 | 76 | 66 |
| Binary | 11010010 | 10000101 | 1000001 | 0 | 100101 | 1000101 | 10010 | 11100 | 111110 | 110110 |
Color Harmonies of #D28541
Complementary color
Monochromatic Colors of #D28541
Black with #D28541
Text Example
Text Example
White with #D28541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28541; }
p { color: rgb(210,133,65); }
H1.HeaderClassName
{
color: #D28541;
}
.AnyTagClassName
{
color: #D28541;
}
</style>
background-color css
<style>
a { background-color: #D28541; }
a { background-color: rgb(210,133,65); }
div.DivClassName
{
background-color: #D28541;
}
.BgClassName
{
background-color: #D28541;
}
</style>
border-color css
<style>
span { border-color: #D28541; }
span { border-color: rgb(210,133,65); }
td.TdClassName
{
border-color: #D28541;
}
.TagClassName
{
border-color: #D28541;
}
</style>