Shades of Equator #DDAC68
Tints of Equator #DDAC68
RGB
CMYK
RGB Variations
Color information
#DDAC68 (or 0xDDAC68) is known color: Equator. HEX triplet: DD, AC and 68. RGB value is (221,172,104). Sum of RGB (Red+Green+Blue) = 221+172+104=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC68 is #225397. Grayscale: #B3B3B3. Windows color (decimal): -2249624 or 6859997. OLE color: 6859997.
HSL color Cylindrical-coordinate representation of color #DDAC68: hue angle of 34.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAC68 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 104 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.13 |
| HSL | 34.87º | 0.63% | 0.64% | - |
| HSV(B) | 34.87º | 0.53% | 0.87% | - |
| XYZ | 47.07 | 45.88 | 19.47 | - |
| YUV | 178.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 104 | 0 | 0.22 | 0.53 | 0.13 | 34.87 | 0.63 | 0.64 |
| Hex | DD | AC | 68 | 0 | 16 | 35 | D | 23 | 3F | 40 |
| Octal | 335 | 254 | 150 | 0 | 26 | 65 | 15 | 43 | 77 | 100 |
| Binary | 11011101 | 10101100 | 1101000 | 0 | 10110 | 110101 | 1101 | 100011 | 111111 | 1000000 |
Color Harmonies of #DDAC68
Complementary color
Monochromatic Colors of #DDAC68
Black with #DDAC68
Text Example
Text Example
White with #DDAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC68; }
p { color: rgb(221,172,104); }
H1.HeaderClassName
{
color: #DDAC68;
}
.AnyTagClassName
{
color: #DDAC68;
}
</style>
background-color css
<style>
a { background-color: #DDAC68; }
a { background-color: rgb(221,172,104); }
div.DivClassName
{
background-color: #DDAC68;
}
.BgClassName
{
background-color: #DDAC68;
}
</style>
border-color css
<style>
span { border-color: #DDAC68; }
span { border-color: rgb(221,172,104); }
td.TdClassName
{
border-color: #DDAC68;
}
.TagClassName
{
border-color: #DDAC68;
}
</style>