Shades of Galliano #DAA524
Tints of Galliano #DAA524
RGB
CMYK
RGB Variations
Color information
#DAA524 (or 0xDAA524) is known color: Galliano. HEX triplet: DA, A5 and 24. RGB value is (218,165,36). Sum of RGB (Red+Green+Blue) = 218+165+36=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA524 is #255ADB. Grayscale: #A6A6A6. Windows color (decimal): -2448092 or 2401754. OLE color: 2401754.
HSL color Cylindrical-coordinate representation of color #DAA524: hue angle of 42.53º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAA524 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 36 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.15 |
| HSL | 42.53º | 0.72% | 0.5% | - |
| HSV(B) | 42.53º | 0.83% | 0.85% | - |
| XYZ | 42.69 | 41.94 | 7.52 | - |
| YUV | 166.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 36 | 0 | 0.24 | 0.83 | 0.15 | 42.53 | 0.72 | 0.5 |
| Hex | DA | A5 | 24 | 0 | 18 | 53 | F | 2B | 48 | 32 |
| Octal | 332 | 245 | 44 | 0 | 30 | 123 | 17 | 53 | 110 | 62 |
| Binary | 11011010 | 10100101 | 100100 | 0 | 11000 | 1010011 | 1111 | 101011 | 1001000 | 110010 |
Color Harmonies of #DAA524
Complementary color
Monochromatic Colors of #DAA524
Black with #DAA524
Text Example
Text Example
White with #DAA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA524; }
p { color: rgb(218,165,36); }
H1.HeaderClassName
{
color: #DAA524;
}
.AnyTagClassName
{
color: #DAA524;
}
</style>
background-color css
<style>
a { background-color: #DAA524; }
a { background-color: rgb(218,165,36); }
div.DivClassName
{
background-color: #DAA524;
}
.BgClassName
{
background-color: #DAA524;
}
</style>
border-color css
<style>
span { border-color: #DAA524; }
span { border-color: rgb(218,165,36); }
td.TdClassName
{
border-color: #DAA524;
}
.TagClassName
{
border-color: #DAA524;
}
</style>