Shades of Equator #DDAA63
Tints of Equator #DDAA63
RGB
CMYK
RGB Variations
Color information
#DDAA63 (or 0xDDAA63) is known color: Equator. HEX triplet: DD, AA and 63. RGB value is (221,170,99). Sum of RGB (Red+Green+Blue) = 221+170+99=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA63 is #22559C. Grayscale: #B1B1B1. Windows color (decimal): -2250141 or 6531805. OLE color: 6531805.
HSL color Cylindrical-coordinate representation of color #DDAA63: hue angle of 34.92º degrees, saturation: 0.64, 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 #DDAA63 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 99 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 34.92º | 0.64% | 0.63% | - |
| HSV(B) | 34.92º | 0.55% | 0.87% | - |
| XYZ | 46.45 | 45.02 | 18.05 | - |
| YUV | 177.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 99 | 0 | 0.23 | 0.55 | 0.13 | 34.92 | 0.64 | 0.63 |
| Hex | DD | AA | 63 | 0 | 17 | 37 | D | 23 | 40 | 3F |
| Octal | 335 | 252 | 143 | 0 | 27 | 67 | 15 | 43 | 100 | 77 |
| Binary | 11011101 | 10101010 | 1100011 | 0 | 10111 | 110111 | 1101 | 100011 | 1000000 | 111111 |
Color Harmonies of #DDAA63
Complementary color
Monochromatic Colors of #DDAA63
Black with #DDAA63
Text Example
Text Example
White with #DDAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA63; }
p { color: rgb(221,170,99); }
H1.HeaderClassName
{
color: #DDAA63;
}
.AnyTagClassName
{
color: #DDAA63;
}
</style>
background-color css
<style>
a { background-color: #DDAA63; }
a { background-color: rgb(221,170,99); }
div.DivClassName
{
background-color: #DDAA63;
}
.BgClassName
{
background-color: #DDAA63;
}
</style>
border-color css
<style>
span { border-color: #DDAA63; }
span { border-color: rgb(221,170,99); }
td.TdClassName
{
border-color: #DDAA63;
}
.TagClassName
{
border-color: #DDAA63;
}
</style>