Shades of Equator #DDAD6C
Tints of Equator #DDAD6C
RGB
CMYK
RGB Variations
Color information
#DDAD6C (or 0xDDAD6C) is known color: Equator. HEX triplet: DD, AD and 6C. RGB value is (221,173,108). Sum of RGB (Red+Green+Blue) = 221+173+108=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD6C is #225293. Grayscale: #B4B4B4. Windows color (decimal): -2249364 or 7122397. OLE color: 7122397.
HSL color Cylindrical-coordinate representation of color #DDAD6C: hue angle of 34.51º 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 #DDAD6C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 108 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.13 |
| HSL | 34.51º | 0.62% | 0.65% | - |
| HSV(B) | 34.51º | 0.51% | 0.87% | - |
| XYZ | 47.47 | 46.34 | 20.63 | - |
| YUV | 179.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 108 | 0 | 0.22 | 0.51 | 0.13 | 34.51 | 0.62 | 0.65 |
| Hex | DD | AD | 6C | 0 | 16 | 33 | D | 23 | 3E | 41 |
| Octal | 335 | 255 | 154 | 0 | 26 | 63 | 15 | 43 | 76 | 101 |
| Binary | 11011101 | 10101101 | 1101100 | 0 | 10110 | 110011 | 1101 | 100011 | 111110 | 1000001 |
Color Harmonies of #DDAD6C
Complementary color
Monochromatic Colors of #DDAD6C
Black with #DDAD6C
Text Example
Text Example
White with #DDAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD6C; }
p { color: rgb(221,173,108); }
H1.HeaderClassName
{
color: #DDAD6C;
}
.AnyTagClassName
{
color: #DDAD6C;
}
</style>
background-color css
<style>
a { background-color: #DDAD6C; }
a { background-color: rgb(221,173,108); }
div.DivClassName
{
background-color: #DDAD6C;
}
.BgClassName
{
background-color: #DDAD6C;
}
</style>
border-color css
<style>
span { border-color: #DDAD6C; }
span { border-color: rgb(221,173,108); }
td.TdClassName
{
border-color: #DDAD6C;
}
.TagClassName
{
border-color: #DDAD6C;
}
</style>