Shades of Galliano #DDAD16
Tints of Galliano #DDAD16
RGB
CMYK
RGB Variations
Color information
#DDAD16 (or 0xDDAD16) is known color: Galliano. HEX triplet: DD, AD and 16. RGB value is (221,173,22). Sum of RGB (Red+Green+Blue) = 221+173+22=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAD16 is #2252E9. Grayscale: #AAAAAA. Windows color (decimal): -2249450 or 1486301. OLE color: 1486301.
HSL color Cylindrical-coordinate representation of color #DDAD16: hue angle of 45.53º 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 #DDAD16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.53º | 0.82% | 0.48% | - |
| HSV(B) | 45.53º | 0.9% | 0.87% | - |
| XYZ | 44.91 | 45.32 | 7.14 | - |
| YUV | 170.14 | 44.4 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 22 | 0 | 0.22 | 0.90 | 0.13 | 45.53 | 0.82 | 0.48 |
| Hex | DD | AD | 16 | 0 | 16 | 5A | D | 2E | 52 | 30 |
| Octal | 335 | 255 | 26 | 0 | 26 | 132 | 15 | 56 | 122 | 60 |
| Binary | 11011101 | 10101101 | 10110 | 0 | 10110 | 1011010 | 1101 | 101110 | 1010010 | 110000 |
Color Harmonies of #DDAD16
Complementary color
Monochromatic Colors of #DDAD16
Black with #DDAD16
Text Example
Text Example
White with #DDAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD16; }
p { color: rgb(221,173,22); }
H1.HeaderClassName
{
color: #DDAD16;
}
.AnyTagClassName
{
color: #DDAD16;
}
</style>
background-color css
<style>
a { background-color: #DDAD16; }
a { background-color: rgb(221,173,22); }
div.DivClassName
{
background-color: #DDAD16;
}
.BgClassName
{
background-color: #DDAD16;
}
</style>
border-color css
<style>
span { border-color: #DDAD16; }
span { border-color: rgb(221,173,22); }
td.TdClassName
{
border-color: #DDAD16;
}
.TagClassName
{
border-color: #DDAD16;
}
</style>