Shades of Peru #D5803A
Tints of Peru #D5803A
RGB
CMYK
RGB Variations
Color information
#D5803A (or 0xD5803A) is known color: Peru. HEX triplet: D5, 80 and 3A. RGB value is (213,128,58). Sum of RGB (Red+Green+Blue) = 213+128+58=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5803A is #2A7FC5. Grayscale: #919191. Windows color (decimal): -2785222 or 3834069. OLE color: 3834069.
HSL color Cylindrical-coordinate representation of color #D5803A: hue angle of 27.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5803A is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 58 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.16 |
| HSL | 27.1º | 0.65% | 0.53% | - |
| HSV(B) | 27.1º | 0.73% | 0.84% | - |
| XYZ | 35.92 | 29.89 | 7.88 | - |
| YUV | 145.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 58 | 0 | 0.40 | 0.73 | 0.16 | 27.1 | 0.65 | 0.53 |
| Hex | D5 | 80 | 3A | 0 | 28 | 49 | 10 | 1B | 41 | 35 |
| Octal | 325 | 200 | 72 | 0 | 50 | 111 | 20 | 33 | 101 | 65 |
| Binary | 11010101 | 10000000 | 111010 | 0 | 101000 | 1001001 | 10000 | 11011 | 1000001 | 110101 |
Color Harmonies of #D5803A
Complementary color
Monochromatic Colors of #D5803A
Black with #D5803A
Text Example
Text Example
White with #D5803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5803A; }
p { color: rgb(213,128,58); }
H1.HeaderClassName
{
color: #D5803A;
}
.AnyTagClassName
{
color: #D5803A;
}
</style>
background-color css
<style>
a { background-color: #D5803A; }
a { background-color: rgb(213,128,58); }
div.DivClassName
{
background-color: #D5803A;
}
.BgClassName
{
background-color: #D5803A;
}
</style>
border-color css
<style>
span { border-color: #D5803A; }
span { border-color: rgb(213,128,58); }
td.TdClassName
{
border-color: #D5803A;
}
.TagClassName
{
border-color: #D5803A;
}
</style>