Shades of Equator #DEAC5E
Tints of Equator #DEAC5E
RGB
CMYK
RGB Variations
Color information
#DEAC5E (or 0xDEAC5E) is known color: Equator. HEX triplet: DE, AC and 5E. RGB value is (222,172,94). Sum of RGB (Red+Green+Blue) = 222+172+94=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC5E is #2153A1. Grayscale: #B2B2B2. Windows color (decimal): -2184098 or 6204638. OLE color: 6204638.
HSL color Cylindrical-coordinate representation of color #DEAC5E: hue angle of 36.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEAC5E is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 94 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.13 |
| HSL | 36.56º | 0.66% | 0.62% | - |
| HSV(B) | 36.56º | 0.58% | 0.87% | - |
| XYZ | 46.9 | 45.84 | 16.97 | - |
| YUV | 178.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 94 | 0 | 0.23 | 0.58 | 0.13 | 36.56 | 0.66 | 0.62 |
| Hex | DE | AC | 5E | 0 | 17 | 3A | D | 25 | 42 | 3E |
| Octal | 336 | 254 | 136 | 0 | 27 | 72 | 15 | 45 | 102 | 76 |
| Binary | 11011110 | 10101100 | 1011110 | 0 | 10111 | 111010 | 1101 | 100101 | 1000010 | 111110 |
Color Harmonies of #DEAC5E
Complementary color
Monochromatic Colors of #DEAC5E
Black with #DEAC5E
Text Example
Text Example
White with #DEAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC5E; }
p { color: rgb(222,172,94); }
H1.HeaderClassName
{
color: #DEAC5E;
}
.AnyTagClassName
{
color: #DEAC5E;
}
</style>
background-color css
<style>
a { background-color: #DEAC5E; }
a { background-color: rgb(222,172,94); }
div.DivClassName
{
background-color: #DEAC5E;
}
.BgClassName
{
background-color: #DEAC5E;
}
</style>
border-color css
<style>
span { border-color: #DEAC5E; }
span { border-color: rgb(222,172,94); }
td.TdClassName
{
border-color: #DEAC5E;
}
.TagClassName
{
border-color: #DEAC5E;
}
</style>