Shades of Equator #DDAC61
Tints of Equator #DDAC61
RGB
CMYK
RGB Variations
Color information
#DDAC61 (or 0xDDAC61) is known color: Equator. HEX triplet: DD, AC and 61. RGB value is (221,172,97). Sum of RGB (Red+Green+Blue) = 221+172+97=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC61 is #22539E. Grayscale: #B2B2B2. Windows color (decimal): -2249631 or 6401245. OLE color: 6401245.
HSL color Cylindrical-coordinate representation of color #DDAC61: hue angle of 36.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDAC61 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 97 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.13 |
| HSL | 36.29º | 0.65% | 0.62% | - |
| HSV(B) | 36.29º | 0.56% | 0.87% | - |
| XYZ | 46.73 | 45.74 | 17.68 | - |
| YUV | 178.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 97 | 0 | 0.22 | 0.56 | 0.13 | 36.29 | 0.65 | 0.62 |
| Hex | DD | AC | 61 | 0 | 16 | 38 | D | 24 | 41 | 3E |
| Octal | 335 | 254 | 141 | 0 | 26 | 70 | 15 | 44 | 101 | 76 |
| Binary | 11011101 | 10101100 | 1100001 | 0 | 10110 | 111000 | 1101 | 100100 | 1000001 | 111110 |
Color Harmonies of #DDAC61
Complementary color
Monochromatic Colors of #DDAC61
Black with #DDAC61
Text Example
Text Example
White with #DDAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC61; }
p { color: rgb(221,172,97); }
H1.HeaderClassName
{
color: #DDAC61;
}
.AnyTagClassName
{
color: #DDAC61;
}
</style>
background-color css
<style>
a { background-color: #DDAC61; }
a { background-color: rgb(221,172,97); }
div.DivClassName
{
background-color: #DDAC61;
}
.BgClassName
{
background-color: #DDAC61;
}
</style>
border-color css
<style>
span { border-color: #DDAC61; }
span { border-color: rgb(221,172,97); }
td.TdClassName
{
border-color: #DDAC61;
}
.TagClassName
{
border-color: #DDAC61;
}
</style>