Shades of Equator #DEAE65
Tints of Equator #DEAE65
RGB
CMYK
RGB Variations
Color information
#DEAE65 (or 0xDEAE65) is known color: Equator. HEX triplet: DE, AE and 65. RGB value is (222,174,101). Sum of RGB (Red+Green+Blue) = 222+174+101=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE65 is #21519A. Grayscale: #B4B4B4. Windows color (decimal): -2183579 or 6663902. OLE color: 6663902.
HSL color Cylindrical-coordinate representation of color #DEAE65: hue angle of 36.2º 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 #DEAE65 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 101 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.13 |
| HSL | 36.2º | 0.65% | 0.63% | - |
| HSV(B) | 36.2º | 0.55% | 0.87% | - |
| XYZ | 47.61 | 46.74 | 18.82 | - |
| YUV | 180.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 101 | 0 | 0.22 | 0.55 | 0.13 | 36.2 | 0.65 | 0.63 |
| Hex | DE | AE | 65 | 0 | 16 | 37 | D | 24 | 41 | 3F |
| Octal | 336 | 256 | 145 | 0 | 26 | 67 | 15 | 44 | 101 | 77 |
| Binary | 11011110 | 10101110 | 1100101 | 0 | 10110 | 110111 | 1101 | 100100 | 1000001 | 111111 |
Color Harmonies of #DEAE65
Complementary color
Monochromatic Colors of #DEAE65
Black with #DEAE65
Text Example
Text Example
White with #DEAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE65; }
p { color: rgb(222,174,101); }
H1.HeaderClassName
{
color: #DEAE65;
}
.AnyTagClassName
{
color: #DEAE65;
}
</style>
background-color css
<style>
a { background-color: #DEAE65; }
a { background-color: rgb(222,174,101); }
div.DivClassName
{
background-color: #DEAE65;
}
.BgClassName
{
background-color: #DEAE65;
}
</style>
border-color css
<style>
span { border-color: #DEAE65; }
span { border-color: rgb(222,174,101); }
td.TdClassName
{
border-color: #DEAE65;
}
.TagClassName
{
border-color: #DEAE65;
}
</style>