Shades of Galliano #DAA519
Tints of Galliano #DAA519
RGB
CMYK
RGB Variations
Color information
#DAA519 (or 0xDAA519) is known color: Galliano. HEX triplet: DA, A5 and 19. RGB value is (218,165,25). Sum of RGB (Red+Green+Blue) = 218+165+25=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA519 is #255AE6. Grayscale: #A5A5A5. Windows color (decimal): -2448103 or 1680858. OLE color: 1680858.
HSL color Cylindrical-coordinate representation of color #DAA519: hue angle of 43.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAA519 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.15 |
| HSL | 43.52º | 0.79% | 0.48% | - |
| HSV(B) | 43.52º | 0.89% | 0.85% | - |
| XYZ | 42.54 | 41.89 | 6.76 | - |
| YUV | 164.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 25 | 0 | 0.24 | 0.89 | 0.15 | 43.52 | 0.79 | 0.48 |
| Hex | DA | A5 | 19 | 0 | 18 | 59 | F | 2C | 4F | 30 |
| Octal | 332 | 245 | 31 | 0 | 30 | 131 | 17 | 54 | 117 | 60 |
| Binary | 11011010 | 10100101 | 11001 | 0 | 11000 | 1011001 | 1111 | 101100 | 1001111 | 110000 |
Color Harmonies of #DAA519
Complementary color
Monochromatic Colors of #DAA519
Black with #DAA519
Text Example
Text Example
White with #DAA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA519; }
p { color: rgb(218,165,25); }
H1.HeaderClassName
{
color: #DAA519;
}
.AnyTagClassName
{
color: #DAA519;
}
</style>
background-color css
<style>
a { background-color: #DAA519; }
a { background-color: rgb(218,165,25); }
div.DivClassName
{
background-color: #DAA519;
}
.BgClassName
{
background-color: #DAA519;
}
</style>
border-color css
<style>
span { border-color: #DAA519; }
span { border-color: rgb(218,165,25); }
td.TdClassName
{
border-color: #DAA519;
}
.TagClassName
{
border-color: #DAA519;
}
</style>