Shades of Equator #DDAB6E
Tints of Equator #DDAB6E
RGB
CMYK
RGB Variations
Color information
#DDAB6E (or 0xDDAB6E) is known color: Equator. HEX triplet: DD, AB and 6E. RGB value is (221,171,110). Sum of RGB (Red+Green+Blue) = 221+171+110=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB6E is #225491. Grayscale: #B3B3B3. Windows color (decimal): -2249874 or 7252957. OLE color: 7252957.
HSL color Cylindrical-coordinate representation of color #DDAB6E: hue angle of 32.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDAB6E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 110 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.13 |
| HSL | 32.97º | 0.62% | 0.65% | - |
| HSV(B) | 32.97º | 0.5% | 0.87% | - |
| XYZ | 47.2 | 45.62 | 21.07 | - |
| YUV | 179 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 110 | 0 | 0.23 | 0.50 | 0.13 | 32.97 | 0.62 | 0.65 |
| Hex | DD | AB | 6E | 0 | 17 | 32 | D | 21 | 3E | 41 |
| Octal | 335 | 253 | 156 | 0 | 27 | 62 | 15 | 41 | 76 | 101 |
| Binary | 11011101 | 10101011 | 1101110 | 0 | 10111 | 110010 | 1101 | 100001 | 111110 | 1000001 |
Color Harmonies of #DDAB6E
Complementary color
Monochromatic Colors of #DDAB6E
Black with #DDAB6E
Text Example
Text Example
White with #DDAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB6E; }
p { color: rgb(221,171,110); }
H1.HeaderClassName
{
color: #DDAB6E;
}
.AnyTagClassName
{
color: #DDAB6E;
}
</style>
background-color css
<style>
a { background-color: #DDAB6E; }
a { background-color: rgb(221,171,110); }
div.DivClassName
{
background-color: #DDAB6E;
}
.BgClassName
{
background-color: #DDAB6E;
}
</style>
border-color css
<style>
span { border-color: #DDAB6E; }
span { border-color: rgb(221,171,110); }
td.TdClassName
{
border-color: #DDAB6E;
}
.TagClassName
{
border-color: #DDAB6E;
}
</style>