Shades of Equator #DEAA67
Tints of Equator #DEAA67
RGB
CMYK
RGB Variations
Color information
#DEAA67 (or 0xDEAA67) is known color: Equator. HEX triplet: DE, AA and 67. RGB value is (222,170,103). Sum of RGB (Red+Green+Blue) = 222+170+103=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAA67 is #215598. Grayscale: #B2B2B2. Windows color (decimal): -2184601 or 6793950. OLE color: 6793950.
HSL color Cylindrical-coordinate representation of color #DEAA67: hue angle of 33.78º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEAA67 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 103 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.13 |
| HSL | 33.78º | 0.64% | 0.64% | - |
| HSV(B) | 33.78º | 0.54% | 0.87% | - |
| XYZ | 46.95 | 45.26 | 19.09 | - |
| YUV | 177.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 103 | 0 | 0.23 | 0.54 | 0.13 | 33.78 | 0.64 | 0.64 |
| Hex | DE | AA | 67 | 0 | 17 | 36 | D | 22 | 40 | 40 |
| Octal | 336 | 252 | 147 | 0 | 27 | 66 | 15 | 42 | 100 | 100 |
| Binary | 11011110 | 10101010 | 1100111 | 0 | 10111 | 110110 | 1101 | 100010 | 1000000 | 1000000 |
Color Harmonies of #DEAA67
Complementary color
Monochromatic Colors of #DEAA67
Black with #DEAA67
Text Example
Text Example
White with #DEAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA67; }
p { color: rgb(222,170,103); }
H1.HeaderClassName
{
color: #DEAA67;
}
.AnyTagClassName
{
color: #DEAA67;
}
</style>
background-color css
<style>
a { background-color: #DEAA67; }
a { background-color: rgb(222,170,103); }
div.DivClassName
{
background-color: #DEAA67;
}
.BgClassName
{
background-color: #DEAA67;
}
</style>
border-color css
<style>
span { border-color: #DEAA67; }
span { border-color: rgb(222,170,103); }
td.TdClassName
{
border-color: #DEAA67;
}
.TagClassName
{
border-color: #DEAA67;
}
</style>