Shades of Galliano #DDAC16
Tints of Galliano #DDAC16
RGB
CMYK
RGB Variations
Color information
#DDAC16 (or 0xDDAC16) is known color: Galliano. HEX triplet: DD, AC and 16. RGB value is (221,172,22). Sum of RGB (Red+Green+Blue) = 221+172+22=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC16 is #2253E9. Grayscale: #AAAAAA. Windows color (decimal): -2249706 or 1486045. OLE color: 1486045.
HSL color Cylindrical-coordinate representation of color #DDAC16: hue angle of 45.23º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDAC16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.23º | 0.82% | 0.48% | - |
| HSV(B) | 45.23º | 0.9% | 0.87% | - |
| XYZ | 44.72 | 44.94 | 7.08 | - |
| YUV | 169.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 22 | 0 | 0.22 | 0.90 | 0.13 | 45.23 | 0.82 | 0.48 |
| Hex | DD | AC | 16 | 0 | 16 | 5A | D | 2D | 52 | 30 |
| Octal | 335 | 254 | 26 | 0 | 26 | 132 | 15 | 55 | 122 | 60 |
| Binary | 11011101 | 10101100 | 10110 | 0 | 10110 | 1011010 | 1101 | 101101 | 1010010 | 110000 |
Color Harmonies of #DDAC16
Complementary color
Monochromatic Colors of #DDAC16
Black with #DDAC16
Text Example
Text Example
White with #DDAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC16; }
p { color: rgb(221,172,22); }
H1.HeaderClassName
{
color: #DDAC16;
}
.AnyTagClassName
{
color: #DDAC16;
}
</style>
background-color css
<style>
a { background-color: #DDAC16; }
a { background-color: rgb(221,172,22); }
div.DivClassName
{
background-color: #DDAC16;
}
.BgClassName
{
background-color: #DDAC16;
}
</style>
border-color css
<style>
span { border-color: #DDAC16; }
span { border-color: rgb(221,172,22); }
td.TdClassName
{
border-color: #DDAC16;
}
.TagClassName
{
border-color: #DDAC16;
}
</style>