Shades of Equator #DDAA66
Tints of Equator #DDAA66
RGB
CMYK
RGB Variations
Color information
#DDAA66 (or 0xDDAA66) is known color: Equator. HEX triplet: DD, AA and 66. RGB value is (221,170,102). Sum of RGB (Red+Green+Blue) = 221+170+102=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA66 is #225599. Grayscale: #B1B1B1. Windows color (decimal): -2250138 or 6728413. OLE color: 6728413.
HSL color Cylindrical-coordinate representation of color #DDAA66: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDAA66 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 102 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.13 |
| HSL | 34.29º | 0.64% | 0.63% | - |
| HSV(B) | 34.29º | 0.54% | 0.87% | - |
| XYZ | 46.59 | 45.08 | 18.82 | - |
| YUV | 177.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 102 | 0 | 0.23 | 0.54 | 0.13 | 34.29 | 0.64 | 0.63 |
| Hex | DD | AA | 66 | 0 | 17 | 36 | D | 22 | 40 | 3F |
| Octal | 335 | 252 | 146 | 0 | 27 | 66 | 15 | 42 | 100 | 77 |
| Binary | 11011101 | 10101010 | 1100110 | 0 | 10111 | 110110 | 1101 | 100010 | 1000000 | 111111 |
Color Harmonies of #DDAA66
Complementary color
Monochromatic Colors of #DDAA66
Black with #DDAA66
Text Example
Text Example
White with #DDAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA66; }
p { color: rgb(221,170,102); }
H1.HeaderClassName
{
color: #DDAA66;
}
.AnyTagClassName
{
color: #DDAA66;
}
</style>
background-color css
<style>
a { background-color: #DDAA66; }
a { background-color: rgb(221,170,102); }
div.DivClassName
{
background-color: #DDAA66;
}
.BgClassName
{
background-color: #DDAA66;
}
</style>
border-color css
<style>
span { border-color: #DDAA66; }
span { border-color: rgb(221,170,102); }
td.TdClassName
{
border-color: #DDAA66;
}
.TagClassName
{
border-color: #DDAA66;
}
</style>