Shades of Galliano #DAAC16
Tints of Galliano #DAAC16
RGB
CMYK
RGB Variations
Color information
#DAAC16 (or 0xDAAC16) is known color: Galliano. HEX triplet: DA, AC and 16. RGB value is (218,172,22). Sum of RGB (Red+Green+Blue) = 218+172+22=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC16 is #2553E9. Grayscale: #A9A9A9. Windows color (decimal): -2446314 or 1486042. OLE color: 1486042.
HSL color Cylindrical-coordinate representation of color #DAAC16: hue angle of 45.92º 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 #DAAC16 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 22 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.15 |
| HSL | 45.92º | 0.82% | 0.47% | - |
| HSV(B) | 45.92º | 0.9% | 0.85% | - |
| XYZ | 43.81 | 44.47 | 7.03 | - |
| YUV | 168.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 22 | 0 | 0.21 | 0.90 | 0.15 | 45.92 | 0.82 | 0.47 |
| Hex | DA | AC | 16 | 0 | 15 | 5A | F | 2E | 52 | 2F |
| Octal | 332 | 254 | 26 | 0 | 25 | 132 | 17 | 56 | 122 | 57 |
| Binary | 11011010 | 10101100 | 10110 | 0 | 10101 | 1011010 | 1111 | 101110 | 1010010 | 101111 |
Color Harmonies of #DAAC16
Complementary color
Monochromatic Colors of #DAAC16
Black with #DAAC16
Text Example
Text Example
White with #DAAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC16; }
p { color: rgb(218,172,22); }
H1.HeaderClassName
{
color: #DAAC16;
}
.AnyTagClassName
{
color: #DAAC16;
}
</style>
background-color css
<style>
a { background-color: #DAAC16; }
a { background-color: rgb(218,172,22); }
div.DivClassName
{
background-color: #DAAC16;
}
.BgClassName
{
background-color: #DAAC16;
}
</style>
border-color css
<style>
span { border-color: #DAAC16; }
span { border-color: rgb(218,172,22); }
td.TdClassName
{
border-color: #DAAC16;
}
.TagClassName
{
border-color: #DAAC16;
}
</style>