Shades of Equator #DDAC64
Tints of Equator #DDAC64
RGB
CMYK
RGB Variations
Color information
#DDAC64 (or 0xDDAC64) is known color: Equator. HEX triplet: DD, AC and 64. RGB value is (221,172,100). Sum of RGB (Red+Green+Blue) = 221+172+100=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC64 is #22539B. Grayscale: #B2B2B2. Windows color (decimal): -2249628 or 6597853. OLE color: 6597853.
HSL color Cylindrical-coordinate representation of color #DDAC64: hue angle of 35.7º 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 #DDAC64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 100 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.13 |
| HSL | 35.7º | 0.64% | 0.63% | - |
| HSV(B) | 35.7º | 0.55% | 0.87% | - |
| XYZ | 46.87 | 45.8 | 18.43 | - |
| YUV | 178.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 100 | 0 | 0.22 | 0.55 | 0.13 | 35.7 | 0.64 | 0.63 |
| Hex | DD | AC | 64 | 0 | 16 | 37 | D | 24 | 40 | 3F |
| Octal | 335 | 254 | 144 | 0 | 26 | 67 | 15 | 44 | 100 | 77 |
| Binary | 11011101 | 10101100 | 1100100 | 0 | 10110 | 110111 | 1101 | 100100 | 1000000 | 111111 |
Color Harmonies of #DDAC64
Complementary color
Monochromatic Colors of #DDAC64
Black with #DDAC64
Text Example
Text Example
White with #DDAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC64; }
p { color: rgb(221,172,100); }
H1.HeaderClassName
{
color: #DDAC64;
}
.AnyTagClassName
{
color: #DDAC64;
}
</style>
background-color css
<style>
a { background-color: #DDAC64; }
a { background-color: rgb(221,172,100); }
div.DivClassName
{
background-color: #DDAC64;
}
.BgClassName
{
background-color: #DDAC64;
}
</style>
border-color css
<style>
span { border-color: #DDAC64; }
span { border-color: rgb(221,172,100); }
td.TdClassName
{
border-color: #DDAC64;
}
.TagClassName
{
border-color: #DDAC64;
}
</style>