Shades of Equator #DDAD5E
Tints of Equator #DDAD5E
RGB
CMYK
RGB Variations
Color information
#DDAD5E (or 0xDDAD5E) is known color: Equator. HEX triplet: DD, AD and 5E. RGB value is (221,173,94). Sum of RGB (Red+Green+Blue) = 221+173+94=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD5E is #2252A1. Grayscale: #B2B2B2. Windows color (decimal): -2249378 or 6204893. OLE color: 6204893.
HSL color Cylindrical-coordinate representation of color #DDAD5E: hue angle of 37.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDAD5E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 94 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.13 |
| HSL | 37.32º | 0.65% | 0.62% | - |
| HSV(B) | 37.32º | 0.57% | 0.87% | - |
| XYZ | 46.78 | 46.07 | 17.02 | - |
| YUV | 178.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 94 | 0 | 0.22 | 0.57 | 0.13 | 37.32 | 0.65 | 0.62 |
| Hex | DD | AD | 5E | 0 | 16 | 39 | D | 25 | 41 | 3E |
| Octal | 335 | 255 | 136 | 0 | 26 | 71 | 15 | 45 | 101 | 76 |
| Binary | 11011101 | 10101101 | 1011110 | 0 | 10110 | 111001 | 1101 | 100101 | 1000001 | 111110 |
Color Harmonies of #DDAD5E
Complementary color
Monochromatic Colors of #DDAD5E
Black with #DDAD5E
Text Example
Text Example
White with #DDAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD5E; }
p { color: rgb(221,173,94); }
H1.HeaderClassName
{
color: #DDAD5E;
}
.AnyTagClassName
{
color: #DDAD5E;
}
</style>
background-color css
<style>
a { background-color: #DDAD5E; }
a { background-color: rgb(221,173,94); }
div.DivClassName
{
background-color: #DDAD5E;
}
.BgClassName
{
background-color: #DDAD5E;
}
</style>
border-color css
<style>
span { border-color: #DDAD5E; }
span { border-color: rgb(221,173,94); }
td.TdClassName
{
border-color: #DDAD5E;
}
.TagClassName
{
border-color: #DDAD5E;
}
</style>