Shades of Equator #DDAA6A
Tints of Equator #DDAA6A
RGB
CMYK
RGB Variations
Color information
#DDAA6A (or 0xDDAA6A) is known color: Equator. HEX triplet: DD, AA and 6A. RGB value is (221,170,106). Sum of RGB (Red+Green+Blue) = 221+170+106=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA6A is #225595. Grayscale: #B2B2B2. Windows color (decimal): -2250134 or 6990557. OLE color: 6990557.
HSL color Cylindrical-coordinate representation of color #DDAA6A: hue angle of 33.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDAA6A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.13 |
| HSL | 33.39º | 0.63% | 0.64% | - |
| HSV(B) | 33.39º | 0.52% | 0.87% | - |
| XYZ | 46.8 | 45.16 | 19.89 | - |
| YUV | 177.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 106 | 0 | 0.23 | 0.52 | 0.13 | 33.39 | 0.63 | 0.64 |
| Hex | DD | AA | 6A | 0 | 17 | 34 | D | 21 | 3F | 40 |
| Octal | 335 | 252 | 152 | 0 | 27 | 64 | 15 | 41 | 77 | 100 |
| Binary | 11011101 | 10101010 | 1101010 | 0 | 10111 | 110100 | 1101 | 100001 | 111111 | 1000000 |
Color Harmonies of #DDAA6A
Complementary color
Monochromatic Colors of #DDAA6A
Black with #DDAA6A
Text Example
Text Example
White with #DDAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA6A; }
p { color: rgb(221,170,106); }
H1.HeaderClassName
{
color: #DDAA6A;
}
.AnyTagClassName
{
color: #DDAA6A;
}
</style>
background-color css
<style>
a { background-color: #DDAA6A; }
a { background-color: rgb(221,170,106); }
div.DivClassName
{
background-color: #DDAA6A;
}
.BgClassName
{
background-color: #DDAA6A;
}
</style>
border-color css
<style>
span { border-color: #DDAA6A; }
span { border-color: rgb(221,170,106); }
td.TdClassName
{
border-color: #DDAA6A;
}
.TagClassName
{
border-color: #DDAA6A;
}
</style>