Shades of Peru #D6803B
Tints of Peru #D6803B
RGB
CMYK
RGB Variations
Color information
#D6803B (or 0xD6803B) is known color: Peru. HEX triplet: D6, 80 and 3B. RGB value is (214,128,59). Sum of RGB (Red+Green+Blue) = 214+128+59=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6803B is #297FC4. Grayscale: #929292. Windows color (decimal): -2719685 or 3899606. OLE color: 3899606.
HSL color Cylindrical-coordinate representation of color #D6803B: hue angle of 26.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6803B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.16 |
| HSL | 26.71º | 0.65% | 0.54% | - |
| HSV(B) | 26.71º | 0.72% | 0.84% | - |
| XYZ | 36.24 | 30.05 | 8.03 | - |
| YUV | 145.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 59 | 0 | 0.40 | 0.72 | 0.16 | 26.71 | 0.65 | 0.54 |
| Hex | D6 | 80 | 3B | 0 | 28 | 48 | 10 | 1B | 41 | 36 |
| Octal | 326 | 200 | 73 | 0 | 50 | 110 | 20 | 33 | 101 | 66 |
| Binary | 11010110 | 10000000 | 111011 | 0 | 101000 | 1001000 | 10000 | 11011 | 1000001 | 110110 |
Color Harmonies of #D6803B
Complementary color
Monochromatic Colors of #D6803B
Black with #D6803B
Text Example
Text Example
White with #D6803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6803B; }
p { color: rgb(214,128,59); }
H1.HeaderClassName
{
color: #D6803B;
}
.AnyTagClassName
{
color: #D6803B;
}
</style>
background-color css
<style>
a { background-color: #D6803B; }
a { background-color: rgb(214,128,59); }
div.DivClassName
{
background-color: #D6803B;
}
.BgClassName
{
background-color: #D6803B;
}
</style>
border-color css
<style>
span { border-color: #D6803B; }
span { border-color: rgb(214,128,59); }
td.TdClassName
{
border-color: #D6803B;
}
.TagClassName
{
border-color: #D6803B;
}
</style>