Shades of Equator #DDAA6D
Tints of Equator #DDAA6D
RGB
CMYK
RGB Variations
Color information
#DDAA6D (or 0xDDAA6D) is known color: Equator. HEX triplet: DD, AA and 6D. RGB value is (221,170,109). Sum of RGB (Red+Green+Blue) = 221+170+109=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA6D is #225592. Grayscale: #B2B2B2. Windows color (decimal): -2250131 or 7187165. OLE color: 7187165.
HSL color Cylindrical-coordinate representation of color #DDAA6D: hue angle of 32.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDAA6D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 109 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.13 |
| HSL | 32.68º | 0.62% | 0.65% | - |
| HSV(B) | 32.68º | 0.51% | 0.87% | - |
| XYZ | 46.95 | 45.23 | 20.72 | - |
| YUV | 178.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 109 | 0 | 0.23 | 0.51 | 0.13 | 32.68 | 0.62 | 0.65 |
| Hex | DD | AA | 6D | 0 | 17 | 33 | D | 21 | 3E | 41 |
| Octal | 335 | 252 | 155 | 0 | 27 | 63 | 15 | 41 | 76 | 101 |
| Binary | 11011101 | 10101010 | 1101101 | 0 | 10111 | 110011 | 1101 | 100001 | 111110 | 1000001 |
Color Harmonies of #DDAA6D
Complementary color
Monochromatic Colors of #DDAA6D
Black with #DDAA6D
Text Example
Text Example
White with #DDAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA6D; }
p { color: rgb(221,170,109); }
H1.HeaderClassName
{
color: #DDAA6D;
}
.AnyTagClassName
{
color: #DDAA6D;
}
</style>
background-color css
<style>
a { background-color: #DDAA6D; }
a { background-color: rgb(221,170,109); }
div.DivClassName
{
background-color: #DDAA6D;
}
.BgClassName
{
background-color: #DDAA6D;
}
</style>
border-color css
<style>
span { border-color: #DDAA6D; }
span { border-color: rgb(221,170,109); }
td.TdClassName
{
border-color: #DDAA6D;
}
.TagClassName
{
border-color: #DDAA6D;
}
</style>