Shades of Galliano #DDAC11
Tints of Galliano #DDAC11
RGB
CMYK
RGB Variations
Color information
#DDAC11 (or 0xDDAC11) is known color: Galliano. HEX triplet: DD, AC and 11. RGB value is (221,172,17). Sum of RGB (Red+Green+Blue) = 221+172+17=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC11 is #2253EE. Grayscale: #A9A9A9. Windows color (decimal): -2249711 or 1158365. OLE color: 1158365.
HSL color Cylindrical-coordinate representation of color #DDAC11: hue angle of 45.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDAC11 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.13 |
| HSL | 45.59º | 0.86% | 0.47% | - |
| HSV(B) | 45.59º | 0.92% | 0.87% | - |
| XYZ | 44.67 | 44.92 | 6.85 | - |
| YUV | 168.98 | 42.23 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 17 | 0 | 0.22 | 0.92 | 0.13 | 45.59 | 0.86 | 0.47 |
| Hex | DD | AC | 11 | 0 | 16 | 5C | D | 2E | 56 | 2F |
| Octal | 335 | 254 | 21 | 0 | 26 | 134 | 15 | 56 | 126 | 57 |
| Binary | 11011101 | 10101100 | 10001 | 0 | 10110 | 1011100 | 1101 | 101110 | 1010110 | 101111 |
Color Harmonies of #DDAC11
Complementary color
Monochromatic Colors of #DDAC11
Black with #DDAC11
Text Example
Text Example
White with #DDAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC11; }
p { color: rgb(221,172,17); }
H1.HeaderClassName
{
color: #DDAC11;
}
.AnyTagClassName
{
color: #DDAC11;
}
</style>
background-color css
<style>
a { background-color: #DDAC11; }
a { background-color: rgb(221,172,17); }
div.DivClassName
{
background-color: #DDAC11;
}
.BgClassName
{
background-color: #DDAC11;
}
</style>
border-color css
<style>
span { border-color: #DDAC11; }
span { border-color: rgb(221,172,17); }
td.TdClassName
{
border-color: #DDAC11;
}
.TagClassName
{
border-color: #DDAC11;
}
</style>