Shades of Galliano #DAAA16
Tints of Galliano #DAAA16
RGB
CMYK
RGB Variations
Color information
#DAAA16 (or 0xDAAA16) is known color: Galliano. HEX triplet: DA, AA and 16. RGB value is (218,170,22). Sum of RGB (Red+Green+Blue) = 218+170+22=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA16 is #2555E9. Grayscale: #A8A8A8. Windows color (decimal): -2446826 or 1485530. OLE color: 1485530.
HSL color Cylindrical-coordinate representation of color #DAAA16: hue angle of 45.31º 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 #DAAA16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.15 |
| HSL | 45.31º | 0.82% | 0.47% | - |
| HSV(B) | 45.31º | 0.9% | 0.85% | - |
| XYZ | 43.43 | 43.71 | 6.91 | - |
| YUV | 167.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 22 | 0 | 0.22 | 0.90 | 0.15 | 45.31 | 0.82 | 0.47 |
| Hex | DA | AA | 16 | 0 | 16 | 5A | F | 2D | 52 | 2F |
| Octal | 332 | 252 | 26 | 0 | 26 | 132 | 17 | 55 | 122 | 57 |
| Binary | 11011010 | 10101010 | 10110 | 0 | 10110 | 1011010 | 1111 | 101101 | 1010010 | 101111 |
Color Harmonies of #DAAA16
Complementary color
Monochromatic Colors of #DAAA16
Black with #DAAA16
Text Example
Text Example
White with #DAAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA16; }
p { color: rgb(218,170,22); }
H1.HeaderClassName
{
color: #DAAA16;
}
.AnyTagClassName
{
color: #DAAA16;
}
</style>
background-color css
<style>
a { background-color: #DAAA16; }
a { background-color: rgb(218,170,22); }
div.DivClassName
{
background-color: #DAAA16;
}
.BgClassName
{
background-color: #DAAA16;
}
</style>
border-color css
<style>
span { border-color: #DAAA16; }
span { border-color: rgb(218,170,22); }
td.TdClassName
{
border-color: #DAAA16;
}
.TagClassName
{
border-color: #DAAA16;
}
</style>