Shades of Equator #DEAB65
Tints of Equator #DEAB65
RGB
CMYK
RGB Variations
Color information
#DEAB65 (or 0xDEAB65) is known color: Equator. HEX triplet: DE, AB and 65. RGB value is (222,171,101). Sum of RGB (Red+Green+Blue) = 222+171+101=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB65 is #21549A. Grayscale: #B2B2B2. Windows color (decimal): -2184347 or 6663134. OLE color: 6663134.
HSL color Cylindrical-coordinate representation of color #DEAB65: hue angle of 34.71º 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 #DEAB65 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 101 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 34.71º | 0.65% | 0.63% | - |
| HSV(B) | 34.71º | 0.55% | 0.87% | - |
| XYZ | 47.04 | 45.6 | 18.63 | - |
| YUV | 178.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 101 | 0 | 0.23 | 0.55 | 0.13 | 34.71 | 0.65 | 0.63 |
| Hex | DE | AB | 65 | 0 | 17 | 37 | D | 23 | 41 | 3F |
| Octal | 336 | 253 | 145 | 0 | 27 | 67 | 15 | 43 | 101 | 77 |
| Binary | 11011110 | 10101011 | 1100101 | 0 | 10111 | 110111 | 1101 | 100011 | 1000001 | 111111 |
Color Harmonies of #DEAB65
Complementary color
Monochromatic Colors of #DEAB65
Black with #DEAB65
Text Example
Text Example
White with #DEAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB65; }
p { color: rgb(222,171,101); }
H1.HeaderClassName
{
color: #DEAB65;
}
.AnyTagClassName
{
color: #DEAB65;
}
</style>
background-color css
<style>
a { background-color: #DEAB65; }
a { background-color: rgb(222,171,101); }
div.DivClassName
{
background-color: #DEAB65;
}
.BgClassName
{
background-color: #DEAB65;
}
</style>
border-color css
<style>
span { border-color: #DEAB65; }
span { border-color: rgb(222,171,101); }
td.TdClassName
{
border-color: #DEAB65;
}
.TagClassName
{
border-color: #DEAB65;
}
</style>