Shades of Equator #DEAA6A
Tints of Equator #DEAA6A
RGB
CMYK
RGB Variations
Color information
#DEAA6A (or 0xDEAA6A) is known color: Equator. HEX triplet: DE, AA and 6A. RGB value is (222,170,106). Sum of RGB (Red+Green+Blue) = 222+170+106=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA6A is #215595. Grayscale: #B2B2B2. Windows color (decimal): -2184598 or 6990558. OLE color: 6990558.
HSL color Cylindrical-coordinate representation of color #DEAA6A: hue angle of 33.1º 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 #DEAA6A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.13 |
| HSL | 33.1º | 0.64% | 0.64% | - |
| HSV(B) | 33.1º | 0.52% | 0.87% | - |
| XYZ | 47.1 | 45.32 | 19.9 | - |
| YUV | 178.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 106 | 0 | 0.23 | 0.52 | 0.13 | 33.1 | 0.64 | 0.64 |
| Hex | DE | AA | 6A | 0 | 17 | 34 | D | 21 | 40 | 40 |
| Octal | 336 | 252 | 152 | 0 | 27 | 64 | 15 | 41 | 100 | 100 |
| Binary | 11011110 | 10101010 | 1101010 | 0 | 10111 | 110100 | 1101 | 100001 | 1000000 | 1000000 |
Color Harmonies of #DEAA6A
Complementary color
Monochromatic Colors of #DEAA6A
Black with #DEAA6A
Text Example
Text Example
White with #DEAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA6A; }
p { color: rgb(222,170,106); }
H1.HeaderClassName
{
color: #DEAA6A;
}
.AnyTagClassName
{
color: #DEAA6A;
}
</style>
background-color css
<style>
a { background-color: #DEAA6A; }
a { background-color: rgb(222,170,106); }
div.DivClassName
{
background-color: #DEAA6A;
}
.BgClassName
{
background-color: #DEAA6A;
}
</style>
border-color css
<style>
span { border-color: #DEAA6A; }
span { border-color: rgb(222,170,106); }
td.TdClassName
{
border-color: #DEAA6A;
}
.TagClassName
{
border-color: #DEAA6A;
}
</style>