Shades of Equator #DDAA64
Tints of Equator #DDAA64
RGB
CMYK
RGB Variations
Color information
#DDAA64 (or 0xDDAA64) is known color: Equator. HEX triplet: DD, AA and 64. RGB value is (221,170,100). Sum of RGB (Red+Green+Blue) = 221+170+100=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA64 is #22559B. Grayscale: #B1B1B1. Windows color (decimal): -2250140 or 6597341. OLE color: 6597341.
HSL color Cylindrical-coordinate representation of color #DDAA64: hue angle of 34.71º 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 #DDAA64 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 100 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 34.71º | 0.64% | 0.63% | - |
| HSV(B) | 34.71º | 0.55% | 0.87% | - |
| XYZ | 46.49 | 45.04 | 18.3 | - |
| YUV | 177.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 100 | 0 | 0.23 | 0.55 | 0.13 | 34.71 | 0.64 | 0.63 |
| Hex | DD | AA | 64 | 0 | 17 | 37 | D | 23 | 40 | 3F |
| Octal | 335 | 252 | 144 | 0 | 27 | 67 | 15 | 43 | 100 | 77 |
| Binary | 11011101 | 10101010 | 1100100 | 0 | 10111 | 110111 | 1101 | 100011 | 1000000 | 111111 |
Color Harmonies of #DDAA64
Complementary color
Monochromatic Colors of #DDAA64
Black with #DDAA64
Text Example
Text Example
White with #DDAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA64; }
p { color: rgb(221,170,100); }
H1.HeaderClassName
{
color: #DDAA64;
}
.AnyTagClassName
{
color: #DDAA64;
}
</style>
background-color css
<style>
a { background-color: #DDAA64; }
a { background-color: rgb(221,170,100); }
div.DivClassName
{
background-color: #DDAA64;
}
.BgClassName
{
background-color: #DDAA64;
}
</style>
border-color css
<style>
span { border-color: #DDAA64; }
span { border-color: rgb(221,170,100); }
td.TdClassName
{
border-color: #DDAA64;
}
.TagClassName
{
border-color: #DDAA64;
}
</style>