Shades of Galliano #DAAD16
Tints of Galliano #DAAD16
RGB
CMYK
RGB Variations
Color information
#DAAD16 (or 0xDAAD16) is known color: Galliano. HEX triplet: DA, AD and 16. RGB value is (218,173,22). Sum of RGB (Red+Green+Blue) = 218+173+22=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAD16 is #2552E9. Grayscale: #A9A9A9. Windows color (decimal): -2446058 or 1486298. OLE color: 1486298.
HSL color Cylindrical-coordinate representation of color #DAAD16: hue angle of 46.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAAD16 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 22 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.15 |
| HSL | 46.22º | 0.82% | 0.47% | - |
| HSV(B) | 46.22º | 0.9% | 0.85% | - |
| XYZ | 44 | 44.85 | 7.1 | - |
| YUV | 169.24 | 44.91 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 22 | 0 | 0.21 | 0.90 | 0.15 | 46.22 | 0.82 | 0.47 |
| Hex | DA | AD | 16 | 0 | 15 | 5A | F | 2E | 52 | 2F |
| Octal | 332 | 255 | 26 | 0 | 25 | 132 | 17 | 56 | 122 | 57 |
| Binary | 11011010 | 10101101 | 10110 | 0 | 10101 | 1011010 | 1111 | 101110 | 1010010 | 101111 |
Color Harmonies of #DAAD16
Complementary color
Monochromatic Colors of #DAAD16
Black with #DAAD16
Text Example
Text Example
White with #DAAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD16; }
p { color: rgb(218,173,22); }
H1.HeaderClassName
{
color: #DAAD16;
}
.AnyTagClassName
{
color: #DAAD16;
}
</style>
background-color css
<style>
a { background-color: #DAAD16; }
a { background-color: rgb(218,173,22); }
div.DivClassName
{
background-color: #DAAD16;
}
.BgClassName
{
background-color: #DAAD16;
}
</style>
border-color css
<style>
span { border-color: #DAAD16; }
span { border-color: rgb(218,173,22); }
td.TdClassName
{
border-color: #DAAD16;
}
.TagClassName
{
border-color: #DAAD16;
}
</style>