Shades of Equator #DEAB68
Tints of Equator #DEAB68
RGB
CMYK
RGB Variations
Color information
#DEAB68 (or 0xDEAB68) is known color: Equator. HEX triplet: DE, AB and 68. RGB value is (222,171,104). Sum of RGB (Red+Green+Blue) = 222+171+104=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB68 is #215497. Grayscale: #B2B2B2. Windows color (decimal): -2184344 or 6859742. OLE color: 6859742.
HSL color Cylindrical-coordinate representation of color #DEAB68: hue angle of 34.07º 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 #DEAB68 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 104 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 34.07º | 0.64% | 0.64% | - |
| HSV(B) | 34.07º | 0.53% | 0.87% | - |
| XYZ | 47.19 | 45.65 | 19.42 | - |
| YUV | 178.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 104 | 0 | 0.23 | 0.53 | 0.13 | 34.07 | 0.64 | 0.64 |
| Hex | DE | AB | 68 | 0 | 17 | 35 | D | 22 | 40 | 40 |
| Octal | 336 | 253 | 150 | 0 | 27 | 65 | 15 | 42 | 100 | 100 |
| Binary | 11011110 | 10101011 | 1101000 | 0 | 10111 | 110101 | 1101 | 100010 | 1000000 | 1000000 |
Color Harmonies of #DEAB68
Complementary color
Monochromatic Colors of #DEAB68
Black with #DEAB68
Text Example
Text Example
White with #DEAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB68; }
p { color: rgb(222,171,104); }
H1.HeaderClassName
{
color: #DEAB68;
}
.AnyTagClassName
{
color: #DEAB68;
}
</style>
background-color css
<style>
a { background-color: #DEAB68; }
a { background-color: rgb(222,171,104); }
div.DivClassName
{
background-color: #DEAB68;
}
.BgClassName
{
background-color: #DEAB68;
}
</style>
border-color css
<style>
span { border-color: #DEAB68; }
span { border-color: rgb(222,171,104); }
td.TdClassName
{
border-color: #DEAB68;
}
.TagClassName
{
border-color: #DEAB68;
}
</style>