Shades of Equator #DEAB6D
Tints of Equator #DEAB6D
RGB
CMYK
RGB Variations
Color information
#DEAB6D (or 0xDEAB6D) is known color: Equator. HEX triplet: DE, AB and 6D. RGB value is (222,171,109). Sum of RGB (Red+Green+Blue) = 222+171+109=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB6D is #215492. Grayscale: #B3B3B3. Windows color (decimal): -2184339 or 7187422. OLE color: 7187422.
HSL color Cylindrical-coordinate representation of color #DEAB6D: hue angle of 32.92º 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 #DEAB6D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 109 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.13 |
| HSL | 32.92º | 0.63% | 0.65% | - |
| HSV(B) | 32.92º | 0.51% | 0.87% | - |
| XYZ | 47.45 | 45.76 | 20.8 | - |
| YUV | 179.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 109 | 0 | 0.23 | 0.51 | 0.13 | 32.92 | 0.63 | 0.65 |
| Hex | DE | AB | 6D | 0 | 17 | 33 | D | 21 | 3F | 41 |
| Octal | 336 | 253 | 155 | 0 | 27 | 63 | 15 | 41 | 77 | 101 |
| Binary | 11011110 | 10101011 | 1101101 | 0 | 10111 | 110011 | 1101 | 100001 | 111111 | 1000001 |
Color Harmonies of #DEAB6D
Complementary color
Monochromatic Colors of #DEAB6D
Black with #DEAB6D
Text Example
Text Example
White with #DEAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB6D; }
p { color: rgb(222,171,109); }
H1.HeaderClassName
{
color: #DEAB6D;
}
.AnyTagClassName
{
color: #DEAB6D;
}
</style>
background-color css
<style>
a { background-color: #DEAB6D; }
a { background-color: rgb(222,171,109); }
div.DivClassName
{
background-color: #DEAB6D;
}
.BgClassName
{
background-color: #DEAB6D;
}
</style>
border-color css
<style>
span { border-color: #DEAB6D; }
span { border-color: rgb(222,171,109); }
td.TdClassName
{
border-color: #DEAB6D;
}
.TagClassName
{
border-color: #DEAB6D;
}
</style>