Shades of Equator #DDAC65
Tints of Equator #DDAC65
RGB
CMYK
RGB Variations
Color information
#DDAC65 (or 0xDDAC65) is known color: Equator. HEX triplet: DD, AC and 65. RGB value is (221,172,101). Sum of RGB (Red+Green+Blue) = 221+172+101=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC65 is #22539A. Grayscale: #B2B2B2. Windows color (decimal): -2249627 or 6663389. OLE color: 6663389.
HSL color Cylindrical-coordinate representation of color #DDAC65: hue angle of 35.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDAC65 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 101 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.13 |
| HSL | 35.5º | 0.64% | 0.63% | - |
| HSV(B) | 35.5º | 0.54% | 0.87% | - |
| XYZ | 46.92 | 45.82 | 18.68 | - |
| YUV | 178.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 101 | 0 | 0.22 | 0.54 | 0.13 | 35.5 | 0.64 | 0.63 |
| Hex | DD | AC | 65 | 0 | 16 | 36 | D | 24 | 40 | 3F |
| Octal | 335 | 254 | 145 | 0 | 26 | 66 | 15 | 44 | 100 | 77 |
| Binary | 11011101 | 10101100 | 1100101 | 0 | 10110 | 110110 | 1101 | 100100 | 1000000 | 111111 |
Color Harmonies of #DDAC65
Complementary color
Monochromatic Colors of #DDAC65
Black with #DDAC65
Text Example
Text Example
White with #DDAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC65; }
p { color: rgb(221,172,101); }
H1.HeaderClassName
{
color: #DDAC65;
}
.AnyTagClassName
{
color: #DDAC65;
}
</style>
background-color css
<style>
a { background-color: #DDAC65; }
a { background-color: rgb(221,172,101); }
div.DivClassName
{
background-color: #DDAC65;
}
.BgClassName
{
background-color: #DDAC65;
}
</style>
border-color css
<style>
span { border-color: #DDAC65; }
span { border-color: rgb(221,172,101); }
td.TdClassName
{
border-color: #DDAC65;
}
.TagClassName
{
border-color: #DDAC65;
}
</style>