Shades of Peru #D28443
Tints of Peru #D28443
RGB
CMYK
RGB Variations
Color information
#D28443 (or 0xD28443) is known color: Peru. HEX triplet: D2, 84 and 43. RGB value is (210,132,67). Sum of RGB (Red+Green+Blue) = 210+132+67=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28443 is #2D7BBC. Grayscale: #949494. Windows color (decimal): -2980797 or 4424914. OLE color: 4424914.
HSL color Cylindrical-coordinate representation of color #D28443: hue angle of 27.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D28443 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 67 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.18 |
| HSL | 27.27º | 0.61% | 0.54% | - |
| HSV(B) | 27.27º | 0.68% | 0.82% | - |
| XYZ | 35.84 | 30.61 | 9.33 | - |
| YUV | 147.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 67 | 0 | 0.37 | 0.68 | 0.18 | 27.27 | 0.61 | 0.54 |
| Hex | D2 | 84 | 43 | 0 | 25 | 44 | 12 | 1B | 3D | 36 |
| Octal | 322 | 204 | 103 | 0 | 45 | 104 | 22 | 33 | 75 | 66 |
| Binary | 11010010 | 10000100 | 1000011 | 0 | 100101 | 1000100 | 10010 | 11011 | 111101 | 110110 |
Color Harmonies of #D28443
Complementary color
Monochromatic Colors of #D28443
Black with #D28443
Text Example
Text Example
White with #D28443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28443; }
p { color: rgb(210,132,67); }
H1.HeaderClassName
{
color: #D28443;
}
.AnyTagClassName
{
color: #D28443;
}
</style>
background-color css
<style>
a { background-color: #D28443; }
a { background-color: rgb(210,132,67); }
div.DivClassName
{
background-color: #D28443;
}
.BgClassName
{
background-color: #D28443;
}
</style>
border-color css
<style>
span { border-color: #D28443; }
span { border-color: rgb(210,132,67); }
td.TdClassName
{
border-color: #D28443;
}
.TagClassName
{
border-color: #D28443;
}
</style>