Shades of Equator #DEAC68
Tints of Equator #DEAC68
RGB
CMYK
RGB Variations
Color information
#DEAC68 (or 0xDEAC68) is known color: Equator. HEX triplet: DE, AC and 68. RGB value is (222,172,104). Sum of RGB (Red+Green+Blue) = 222+172+104=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC68 is #215397. Grayscale: #B3B3B3. Windows color (decimal): -2184088 or 6859998. OLE color: 6859998.
HSL color Cylindrical-coordinate representation of color #DEAC68: hue angle of 34.58º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEAC68 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 104 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 34.58º | 0.64% | 0.64% | - |
| HSV(B) | 34.58º | 0.53% | 0.87% | - |
| XYZ | 47.38 | 46.03 | 19.49 | - |
| YUV | 179.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 104 | 0 | 0.23 | 0.53 | 0.13 | 34.58 | 0.64 | 0.64 |
| Hex | DE | AC | 68 | 0 | 17 | 35 | D | 23 | 40 | 40 |
| Octal | 336 | 254 | 150 | 0 | 27 | 65 | 15 | 43 | 100 | 100 |
| Binary | 11011110 | 10101100 | 1101000 | 0 | 10111 | 110101 | 1101 | 100011 | 1000000 | 1000000 |
Color Harmonies of #DEAC68
Complementary color
Monochromatic Colors of #DEAC68
Black with #DEAC68
Text Example
Text Example
White with #DEAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC68; }
p { color: rgb(222,172,104); }
H1.HeaderClassName
{
color: #DEAC68;
}
.AnyTagClassName
{
color: #DEAC68;
}
</style>
background-color css
<style>
a { background-color: #DEAC68; }
a { background-color: rgb(222,172,104); }
div.DivClassName
{
background-color: #DEAC68;
}
.BgClassName
{
background-color: #DEAC68;
}
</style>
border-color css
<style>
span { border-color: #DEAC68; }
span { border-color: rgb(222,172,104); }
td.TdClassName
{
border-color: #DEAC68;
}
.TagClassName
{
border-color: #DEAC68;
}
</style>