Shades of Equator #DEA869
Tints of Equator #DEA869
RGB
CMYK
RGB Variations
Color information
#DEA869 (or 0xDEA869) is known color: Equator. HEX triplet: DE, A8 and 69. RGB value is (222,168,105). Sum of RGB (Red+Green+Blue) = 222+168+105=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA869 is #215796. Grayscale: #B1B1B1. Windows color (decimal): -2185111 or 6924510. OLE color: 6924510.
HSL color Cylindrical-coordinate representation of color #DEA869: hue angle of 32.31º 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 #DEA869 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 105 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.13 |
| HSL | 32.31º | 0.64% | 0.64% | - |
| HSV(B) | 32.31º | 0.53% | 0.87% | - |
| XYZ | 46.68 | 44.55 | 19.5 | - |
| YUV | 176.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 105 | 0 | 0.24 | 0.53 | 0.13 | 32.31 | 0.64 | 0.64 |
| Hex | DE | A8 | 69 | 0 | 18 | 35 | D | 20 | 40 | 40 |
| Octal | 336 | 250 | 151 | 0 | 30 | 65 | 15 | 40 | 100 | 100 |
| Binary | 11011110 | 10101000 | 1101001 | 0 | 11000 | 110101 | 1101 | 100000 | 1000000 | 1000000 |
Color Harmonies of #DEA869
Complementary color
Monochromatic Colors of #DEA869
Black with #DEA869
Text Example
Text Example
White with #DEA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA869; }
p { color: rgb(222,168,105); }
H1.HeaderClassName
{
color: #DEA869;
}
.AnyTagClassName
{
color: #DEA869;
}
</style>
background-color css
<style>
a { background-color: #DEA869; }
a { background-color: rgb(222,168,105); }
div.DivClassName
{
background-color: #DEA869;
}
.BgClassName
{
background-color: #DEA869;
}
</style>
border-color css
<style>
span { border-color: #DEA869; }
span { border-color: rgb(222,168,105); }
td.TdClassName
{
border-color: #DEA869;
}
.TagClassName
{
border-color: #DEA869;
}
</style>