Shades of Equator #DEAA6D
Tints of Equator #DEAA6D
RGB
CMYK
RGB Variations
Color information
#DEAA6D (or 0xDEAA6D) is known color: Equator. HEX triplet: DE, AA and 6D. RGB value is (222,170,109). Sum of RGB (Red+Green+Blue) = 222+170+109=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA6D is #215592. Grayscale: #B2B2B2. Windows color (decimal): -2184595 or 7187166. OLE color: 7187166.
HSL color Cylindrical-coordinate representation of color #DEAA6D: hue angle of 32.39º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEAA6D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 109 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.13 |
| HSL | 32.39º | 0.63% | 0.65% | - |
| HSV(B) | 32.39º | 0.51% | 0.87% | - |
| XYZ | 47.26 | 45.38 | 20.74 | - |
| YUV | 178.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 109 | 0 | 0.23 | 0.51 | 0.13 | 32.39 | 0.63 | 0.65 |
| Hex | DE | AA | 6D | 0 | 17 | 33 | D | 20 | 3F | 41 |
| Octal | 336 | 252 | 155 | 0 | 27 | 63 | 15 | 40 | 77 | 101 |
| Binary | 11011110 | 10101010 | 1101101 | 0 | 10111 | 110011 | 1101 | 100000 | 111111 | 1000001 |
Color Harmonies of #DEAA6D
Complementary color
Monochromatic Colors of #DEAA6D
Black with #DEAA6D
Text Example
Text Example
White with #DEAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA6D; }
p { color: rgb(222,170,109); }
H1.HeaderClassName
{
color: #DEAA6D;
}
.AnyTagClassName
{
color: #DEAA6D;
}
</style>
background-color css
<style>
a { background-color: #DEAA6D; }
a { background-color: rgb(222,170,109); }
div.DivClassName
{
background-color: #DEAA6D;
}
.BgClassName
{
background-color: #DEAA6D;
}
</style>
border-color css
<style>
span { border-color: #DEAA6D; }
span { border-color: rgb(222,170,109); }
td.TdClassName
{
border-color: #DEAA6D;
}
.TagClassName
{
border-color: #DEAA6D;
}
</style>