Shades of Equator #DDAD64
Tints of Equator #DDAD64
RGB
CMYK
RGB Variations
Color information
#DDAD64 (or 0xDDAD64) is known color: Equator. HEX triplet: DD, AD and 64. RGB value is (221,173,100). Sum of RGB (Red+Green+Blue) = 221+173+100=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD64 is #22529B. Grayscale: #B3B3B3. Windows color (decimal): -2249372 or 6598109. OLE color: 6598109.
HSL color Cylindrical-coordinate representation of color #DDAD64: hue angle of 36.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDAD64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 100 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.13 |
| HSL | 36.2º | 0.64% | 0.63% | - |
| HSV(B) | 36.2º | 0.55% | 0.87% | - |
| XYZ | 47.06 | 46.18 | 18.49 | - |
| YUV | 179.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 100 | 0 | 0.22 | 0.55 | 0.13 | 36.2 | 0.64 | 0.63 |
| Hex | DD | AD | 64 | 0 | 16 | 37 | D | 24 | 40 | 3F |
| Octal | 335 | 255 | 144 | 0 | 26 | 67 | 15 | 44 | 100 | 77 |
| Binary | 11011101 | 10101101 | 1100100 | 0 | 10110 | 110111 | 1101 | 100100 | 1000000 | 111111 |
Color Harmonies of #DDAD64
Complementary color
Monochromatic Colors of #DDAD64
Black with #DDAD64
Text Example
Text Example
White with #DDAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD64; }
p { color: rgb(221,173,100); }
H1.HeaderClassName
{
color: #DDAD64;
}
.AnyTagClassName
{
color: #DDAD64;
}
</style>
background-color css
<style>
a { background-color: #DDAD64; }
a { background-color: rgb(221,173,100); }
div.DivClassName
{
background-color: #DDAD64;
}
.BgClassName
{
background-color: #DDAD64;
}
</style>
border-color css
<style>
span { border-color: #DDAD64; }
span { border-color: rgb(221,173,100); }
td.TdClassName
{
border-color: #DDAD64;
}
.TagClassName
{
border-color: #DDAD64;
}
</style>