Shades of Galliano #DAA913
Tints of Galliano #DAA913
RGB
CMYK
RGB Variations
Color information
#DAA913 (or 0xDAA913) is known color: Galliano. HEX triplet: DA, A9 and 13. RGB value is (218,169,19). Sum of RGB (Red+Green+Blue) = 218+169+19=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA913 is #2556EC. Grayscale: #A7A7A7. Windows color (decimal): -2447085 or 1288666. OLE color: 1288666.
HSL color Cylindrical-coordinate representation of color #DAA913: hue angle of 45.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAA913 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 19 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.15 |
| HSL | 45.23º | 0.84% | 0.46% | - |
| HSV(B) | 45.23º | 0.91% | 0.85% | - |
| XYZ | 43.22 | 43.33 | 6.7 | - |
| YUV | 166.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 19 | 0 | 0.22 | 0.91 | 0.15 | 45.23 | 0.84 | 0.46 |
| Hex | DA | A9 | 13 | 0 | 16 | 5B | F | 2D | 54 | 2E |
| Octal | 332 | 251 | 23 | 0 | 26 | 133 | 17 | 55 | 124 | 56 |
| Binary | 11011010 | 10101001 | 10011 | 0 | 10110 | 1011011 | 1111 | 101101 | 1010100 | 101110 |
Color Harmonies of #DAA913
Complementary color
Monochromatic Colors of #DAA913
Black with #DAA913
Text Example
Text Example
White with #DAA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA913; }
p { color: rgb(218,169,19); }
H1.HeaderClassName
{
color: #DAA913;
}
.AnyTagClassName
{
color: #DAA913;
}
</style>
background-color css
<style>
a { background-color: #DAA913; }
a { background-color: rgb(218,169,19); }
div.DivClassName
{
background-color: #DAA913;
}
.BgClassName
{
background-color: #DAA913;
}
</style>
border-color css
<style>
span { border-color: #DAA913; }
span { border-color: rgb(218,169,19); }
td.TdClassName
{
border-color: #DAA913;
}
.TagClassName
{
border-color: #DAA913;
}
</style>