Shades of Equator #DDAD68
Tints of Equator #DDAD68
RGB
CMYK
RGB Variations
Color information
#DDAD68 (or 0xDDAD68) is known color: Equator. HEX triplet: DD, AD and 68. RGB value is (221,173,104). Sum of RGB (Red+Green+Blue) = 221+173+104=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD68 is #225297. Grayscale: #B3B3B3. Windows color (decimal): -2249368 or 6860253. OLE color: 6860253.
HSL color Cylindrical-coordinate representation of color #DDAD68: hue angle of 35.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAD68 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 104 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.13 |
| HSL | 35.38º | 0.63% | 0.64% | - |
| HSV(B) | 35.38º | 0.53% | 0.87% | - |
| XYZ | 47.26 | 46.26 | 19.53 | - |
| YUV | 179.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 104 | 0 | 0.22 | 0.53 | 0.13 | 35.38 | 0.63 | 0.64 |
| Hex | DD | AD | 68 | 0 | 16 | 35 | D | 23 | 3F | 40 |
| Octal | 335 | 255 | 150 | 0 | 26 | 65 | 15 | 43 | 77 | 100 |
| Binary | 11011101 | 10101101 | 1101000 | 0 | 10110 | 110101 | 1101 | 100011 | 111111 | 1000000 |
Color Harmonies of #DDAD68
Complementary color
Monochromatic Colors of #DDAD68
Black with #DDAD68
Text Example
Text Example
White with #DDAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD68; }
p { color: rgb(221,173,104); }
H1.HeaderClassName
{
color: #DDAD68;
}
.AnyTagClassName
{
color: #DDAD68;
}
</style>
background-color css
<style>
a { background-color: #DDAD68; }
a { background-color: rgb(221,173,104); }
div.DivClassName
{
background-color: #DDAD68;
}
.BgClassName
{
background-color: #DDAD68;
}
</style>
border-color css
<style>
span { border-color: #DDAD68; }
span { border-color: rgb(221,173,104); }
td.TdClassName
{
border-color: #DDAD68;
}
.TagClassName
{
border-color: #DDAD68;
}
</style>