Shades of Peru #D6803A
Tints of Peru #D6803A
RGB
CMYK
RGB Variations
Color information
#D6803A (or 0xD6803A) is known color: Peru. HEX triplet: D6, 80 and 3A. RGB value is (214,128,58). Sum of RGB (Red+Green+Blue) = 214+128+58=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6803A is #297FC5. Grayscale: #929292. Windows color (decimal): -2719686 or 3834070. OLE color: 3834070.
HSL color Cylindrical-coordinate representation of color #D6803A: hue angle of 26.92º degrees, saturation: 0.66, 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 #D6803A is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 58 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.16 |
| HSL | 26.92º | 0.66% | 0.53% | - |
| HSV(B) | 26.92º | 0.73% | 0.84% | - |
| XYZ | 36.21 | 30.04 | 7.89 | - |
| YUV | 145.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 58 | 0 | 0.40 | 0.73 | 0.16 | 26.92 | 0.66 | 0.53 |
| Hex | D6 | 80 | 3A | 0 | 28 | 49 | 10 | 1B | 42 | 35 |
| Octal | 326 | 200 | 72 | 0 | 50 | 111 | 20 | 33 | 102 | 65 |
| Binary | 11010110 | 10000000 | 111010 | 0 | 101000 | 1001001 | 10000 | 11011 | 1000010 | 110101 |
Color Harmonies of #D6803A
Complementary color
Monochromatic Colors of #D6803A
Black with #D6803A
Text Example
Text Example
White with #D6803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6803A; }
p { color: rgb(214,128,58); }
H1.HeaderClassName
{
color: #D6803A;
}
.AnyTagClassName
{
color: #D6803A;
}
</style>
background-color css
<style>
a { background-color: #D6803A; }
a { background-color: rgb(214,128,58); }
div.DivClassName
{
background-color: #D6803A;
}
.BgClassName
{
background-color: #D6803A;
}
</style>
border-color css
<style>
span { border-color: #D6803A; }
span { border-color: rgb(214,128,58); }
td.TdClassName
{
border-color: #D6803A;
}
.TagClassName
{
border-color: #D6803A;
}
</style>