Shades of Equator #DEA96A
Tints of Equator #DEA96A
RGB
CMYK
RGB Variations
Color information
#DEA96A (or 0xDEA96A) is known color: Equator. HEX triplet: DE, A9 and 6A. RGB value is (222,169,106). Sum of RGB (Red+Green+Blue) = 222+169+106=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA96A is #215695. Grayscale: #B1B1B1. Windows color (decimal): -2184854 or 6990302. OLE color: 6990302.
HSL color Cylindrical-coordinate representation of color #DEA96A: hue angle of 32.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEA96A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 106 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 32.59º | 0.64% | 0.64% | - |
| HSV(B) | 32.59º | 0.52% | 0.87% | - |
| XYZ | 46.91 | 44.95 | 19.84 | - |
| YUV | 177.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 106 | 0 | 0.24 | 0.52 | 0.13 | 32.59 | 0.64 | 0.64 |
| Hex | DE | A9 | 6A | 0 | 18 | 34 | D | 21 | 40 | 40 |
| Octal | 336 | 251 | 152 | 0 | 30 | 64 | 15 | 41 | 100 | 100 |
| Binary | 11011110 | 10101001 | 1101010 | 0 | 11000 | 110100 | 1101 | 100001 | 1000000 | 1000000 |
Color Harmonies of #DEA96A
Complementary color
Monochromatic Colors of #DEA96A
Black with #DEA96A
Text Example
Text Example
White with #DEA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA96A; }
p { color: rgb(222,169,106); }
H1.HeaderClassName
{
color: #DEA96A;
}
.AnyTagClassName
{
color: #DEA96A;
}
</style>
background-color css
<style>
a { background-color: #DEA96A; }
a { background-color: rgb(222,169,106); }
div.DivClassName
{
background-color: #DEA96A;
}
.BgClassName
{
background-color: #DEA96A;
}
</style>
border-color css
<style>
span { border-color: #DEA96A; }
span { border-color: rgb(222,169,106); }
td.TdClassName
{
border-color: #DEA96A;
}
.TagClassName
{
border-color: #DEA96A;
}
</style>