Shades of Equator #DEAB60
Tints of Equator #DEAB60
RGB
CMYK
RGB Variations
Color information
#DEAB60 (or 0xDEAB60) is known color: Equator. HEX triplet: DE, AB and 60. RGB value is (222,171,96). Sum of RGB (Red+Green+Blue) = 222+171+96=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB60 is #21549F. Grayscale: #B2B2B2. Windows color (decimal): -2184352 or 6335454. OLE color: 6335454.
HSL color Cylindrical-coordinate representation of color #DEAB60: hue angle of 35.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEAB60 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 96 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.13 |
| HSL | 35.71º | 0.66% | 0.62% | - |
| HSV(B) | 35.71º | 0.57% | 0.87% | - |
| XYZ | 46.8 | 45.5 | 17.38 | - |
| YUV | 177.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 96 | 0 | 0.23 | 0.57 | 0.13 | 35.71 | 0.66 | 0.62 |
| Hex | DE | AB | 60 | 0 | 17 | 39 | D | 24 | 42 | 3E |
| Octal | 336 | 253 | 140 | 0 | 27 | 71 | 15 | 44 | 102 | 76 |
| Binary | 11011110 | 10101011 | 1100000 | 0 | 10111 | 111001 | 1101 | 100100 | 1000010 | 111110 |
Color Harmonies of #DEAB60
Complementary color
Monochromatic Colors of #DEAB60
Black with #DEAB60
Text Example
Text Example
White with #DEAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB60; }
p { color: rgb(222,171,96); }
H1.HeaderClassName
{
color: #DEAB60;
}
.AnyTagClassName
{
color: #DEAB60;
}
</style>
background-color css
<style>
a { background-color: #DEAB60; }
a { background-color: rgb(222,171,96); }
div.DivClassName
{
background-color: #DEAB60;
}
.BgClassName
{
background-color: #DEAB60;
}
</style>
border-color css
<style>
span { border-color: #DEAB60; }
span { border-color: rgb(222,171,96); }
td.TdClassName
{
border-color: #DEAB60;
}
.TagClassName
{
border-color: #DEAB60;
}
</style>