Shades of Peru #D2803F
Tints of Peru #D2803F
RGB
CMYK
RGB Variations
Color information
#D2803F (or 0xD2803F) is known color: Peru. HEX triplet: D2, 80 and 3F. RGB value is (210,128,63). Sum of RGB (Red+Green+Blue) = 210+128+63=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2803F is #2D7FC0. Grayscale: #919191. Windows color (decimal): -2981825 or 4161746. OLE color: 4161746.
HSL color Cylindrical-coordinate representation of color #D2803F: hue angle of 26.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2803F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 63 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.18 |
| HSL | 26.53º | 0.62% | 0.54% | - |
| HSV(B) | 26.53º | 0.7% | 0.82% | - |
| XYZ | 35.19 | 29.5 | 8.54 | - |
| YUV | 145.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 63 | 0 | 0.39 | 0.70 | 0.18 | 26.53 | 0.62 | 0.54 |
| Hex | D2 | 80 | 3F | 0 | 27 | 46 | 12 | 1B | 3E | 36 |
| Octal | 322 | 200 | 77 | 0 | 47 | 106 | 22 | 33 | 76 | 66 |
| Binary | 11010010 | 10000000 | 111111 | 0 | 100111 | 1000110 | 10010 | 11011 | 111110 | 110110 |
Color Harmonies of #D2803F
Complementary color
Monochromatic Colors of #D2803F
Black with #D2803F
Text Example
Text Example
White with #D2803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2803F; }
p { color: rgb(210,128,63); }
H1.HeaderClassName
{
color: #D2803F;
}
.AnyTagClassName
{
color: #D2803F;
}
</style>
background-color css
<style>
a { background-color: #D2803F; }
a { background-color: rgb(210,128,63); }
div.DivClassName
{
background-color: #D2803F;
}
.BgClassName
{
background-color: #D2803F;
}
</style>
border-color css
<style>
span { border-color: #D2803F; }
span { border-color: rgb(210,128,63); }
td.TdClassName
{
border-color: #D2803F;
}
.TagClassName
{
border-color: #D2803F;
}
</style>