Shades of Equator #DEA864
Tints of Equator #DEA864
RGB
CMYK
RGB Variations
Color information
#DEA864 (or 0xDEA864) is known color: Equator. HEX triplet: DE, A8 and 64. RGB value is (222,168,100). Sum of RGB (Red+Green+Blue) = 222+168+100=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA864 is #21579B. Grayscale: #B0B0B0. Windows color (decimal): -2185116 or 6596830. OLE color: 6596830.
HSL color Cylindrical-coordinate representation of color #DEA864: hue angle of 33.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEA864 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 100 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.13 |
| HSL | 33.44º | 0.65% | 0.63% | - |
| HSV(B) | 33.44º | 0.55% | 0.87% | - |
| XYZ | 46.43 | 44.45 | 18.19 | - |
| YUV | 176.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 100 | 0 | 0.24 | 0.55 | 0.13 | 33.44 | 0.65 | 0.63 |
| Hex | DE | A8 | 64 | 0 | 18 | 37 | D | 21 | 41 | 3F |
| Octal | 336 | 250 | 144 | 0 | 30 | 67 | 15 | 41 | 101 | 77 |
| Binary | 11011110 | 10101000 | 1100100 | 0 | 11000 | 110111 | 1101 | 100001 | 1000001 | 111111 |
Color Harmonies of #DEA864
Complementary color
Monochromatic Colors of #DEA864
Black with #DEA864
Text Example
Text Example
White with #DEA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA864; }
p { color: rgb(222,168,100); }
H1.HeaderClassName
{
color: #DEA864;
}
.AnyTagClassName
{
color: #DEA864;
}
</style>
background-color css
<style>
a { background-color: #DEA864; }
a { background-color: rgb(222,168,100); }
div.DivClassName
{
background-color: #DEA864;
}
.BgClassName
{
background-color: #DEA864;
}
</style>
border-color css
<style>
span { border-color: #DEA864; }
span { border-color: rgb(222,168,100); }
td.TdClassName
{
border-color: #DEA864;
}
.TagClassName
{
border-color: #DEA864;
}
</style>