Shades of Galliano #DAA516
Tints of Galliano #DAA516
RGB
CMYK
RGB Variations
Color information
#DAA516 (or 0xDAA516) is known color: Galliano. HEX triplet: DA, A5 and 16. RGB value is (218,165,22). Sum of RGB (Red+Green+Blue) = 218+165+22=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA516 is #255AE9. Grayscale: #A5A5A5. Windows color (decimal): -2448106 or 1484250. OLE color: 1484250.
HSL color Cylindrical-coordinate representation of color #DAA516: hue angle of 43.78º 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 #DAA516 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.15 |
| HSL | 43.78º | 0.82% | 0.47% | - |
| HSV(B) | 43.78º | 0.9% | 0.85% | - |
| XYZ | 42.51 | 41.87 | 6.6 | - |
| YUV | 164.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 22 | 0 | 0.24 | 0.90 | 0.15 | 43.78 | 0.82 | 0.47 |
| Hex | DA | A5 | 16 | 0 | 18 | 5A | F | 2C | 52 | 2F |
| Octal | 332 | 245 | 26 | 0 | 30 | 132 | 17 | 54 | 122 | 57 |
| Binary | 11011010 | 10100101 | 10110 | 0 | 11000 | 1011010 | 1111 | 101100 | 1010010 | 101111 |
Color Harmonies of #DAA516
Complementary color
Monochromatic Colors of #DAA516
Black with #DAA516
Text Example
Text Example
White with #DAA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA516; }
p { color: rgb(218,165,22); }
H1.HeaderClassName
{
color: #DAA516;
}
.AnyTagClassName
{
color: #DAA516;
}
</style>
background-color css
<style>
a { background-color: #DAA516; }
a { background-color: rgb(218,165,22); }
div.DivClassName
{
background-color: #DAA516;
}
.BgClassName
{
background-color: #DAA516;
}
</style>
border-color css
<style>
span { border-color: #DAA516; }
span { border-color: rgb(218,165,22); }
td.TdClassName
{
border-color: #DAA516;
}
.TagClassName
{
border-color: #DAA516;
}
</style>