Shades of Equator #DEAC65
Tints of Equator #DEAC65
RGB
CMYK
RGB Variations
Color information
#DEAC65 (or 0xDEAC65) is known color: Equator. HEX triplet: DE, AC and 65. RGB value is (222,172,101). Sum of RGB (Red+Green+Blue) = 222+172+101=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAC65 is #21539A. Grayscale: #B3B3B3. Windows color (decimal): -2184091 or 6663390. OLE color: 6663390.
HSL color Cylindrical-coordinate representation of color #DEAC65: hue angle of 35.21º 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 #DEAC65 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 101 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 35.21º | 0.65% | 0.63% | - |
| HSV(B) | 35.21º | 0.55% | 0.87% | - |
| XYZ | 47.23 | 45.97 | 18.7 | - |
| YUV | 178.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 101 | 0 | 0.23 | 0.55 | 0.13 | 35.21 | 0.65 | 0.63 |
| Hex | DE | AC | 65 | 0 | 17 | 37 | D | 23 | 41 | 3F |
| Octal | 336 | 254 | 145 | 0 | 27 | 67 | 15 | 43 | 101 | 77 |
| Binary | 11011110 | 10101100 | 1100101 | 0 | 10111 | 110111 | 1101 | 100011 | 1000001 | 111111 |
Color Harmonies of #DEAC65
Complementary color
Monochromatic Colors of #DEAC65
Black with #DEAC65
Text Example
Text Example
White with #DEAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC65; }
p { color: rgb(222,172,101); }
H1.HeaderClassName
{
color: #DEAC65;
}
.AnyTagClassName
{
color: #DEAC65;
}
</style>
background-color css
<style>
a { background-color: #DEAC65; }
a { background-color: rgb(222,172,101); }
div.DivClassName
{
background-color: #DEAC65;
}
.BgClassName
{
background-color: #DEAC65;
}
</style>
border-color css
<style>
span { border-color: #DEAC65; }
span { border-color: rgb(222,172,101); }
td.TdClassName
{
border-color: #DEAC65;
}
.TagClassName
{
border-color: #DEAC65;
}
</style>