Shades of Equator #DEAB69
Tints of Equator #DEAB69
RGB
CMYK
RGB Variations
Color information
#DEAB69 (or 0xDEAB69) is known color: Equator. HEX triplet: DE, AB and 69. RGB value is (222,171,105). Sum of RGB (Red+Green+Blue) = 222+171+105=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB69 is #215496. Grayscale: #B3B3B3. Windows color (decimal): -2184343 or 6925278. OLE color: 6925278.
HSL color Cylindrical-coordinate representation of color #DEAB69: hue angle of 33.85º 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 #DEAB69 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 105 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 33.85º | 0.64% | 0.64% | - |
| HSV(B) | 33.85º | 0.53% | 0.87% | - |
| XYZ | 47.24 | 45.68 | 19.69 | - |
| YUV | 178.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 105 | 0 | 0.23 | 0.53 | 0.13 | 33.85 | 0.64 | 0.64 |
| Hex | DE | AB | 69 | 0 | 17 | 35 | D | 22 | 40 | 40 |
| Octal | 336 | 253 | 151 | 0 | 27 | 65 | 15 | 42 | 100 | 100 |
| Binary | 11011110 | 10101011 | 1101001 | 0 | 10111 | 110101 | 1101 | 100010 | 1000000 | 1000000 |
Color Harmonies of #DEAB69
Complementary color
Monochromatic Colors of #DEAB69
Black with #DEAB69
Text Example
Text Example
White with #DEAB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB69; }
p { color: rgb(222,171,105); }
H1.HeaderClassName
{
color: #DEAB69;
}
.AnyTagClassName
{
color: #DEAB69;
}
</style>
background-color css
<style>
a { background-color: #DEAB69; }
a { background-color: rgb(222,171,105); }
div.DivClassName
{
background-color: #DEAB69;
}
.BgClassName
{
background-color: #DEAB69;
}
</style>
border-color css
<style>
span { border-color: #DEAB69; }
span { border-color: rgb(222,171,105); }
td.TdClassName
{
border-color: #DEAB69;
}
.TagClassName
{
border-color: #DEAB69;
}
</style>