Shades of Galliano #DAA120
Tints of Galliano #DAA120
RGB
CMYK
RGB Variations
Color information
#DAA120 (or 0xDAA120) is known color: Galliano. HEX triplet: DA, A1 and 20. RGB value is (218,161,32). Sum of RGB (Red+Green+Blue) = 218+161+32=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA120 is #255EDF. Grayscale: #A3A3A3. Windows color (decimal): -2449120 or 2138586. OLE color: 2138586.
HSL color Cylindrical-coordinate representation of color #DAA120: hue angle of 41.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAA120 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 32 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.15 |
| HSL | 41.61º | 0.74% | 0.49% | - |
| HSV(B) | 41.61º | 0.85% | 0.85% | - |
| XYZ | 41.92 | 40.5 | 6.97 | - |
| YUV | 163.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 32 | 0 | 0.26 | 0.85 | 0.15 | 41.61 | 0.74 | 0.49 |
| Hex | DA | A1 | 20 | 0 | 1A | 55 | F | 2A | 4A | 31 |
| Octal | 332 | 241 | 40 | 0 | 32 | 125 | 17 | 52 | 112 | 61 |
| Binary | 11011010 | 10100001 | 100000 | 0 | 11010 | 1010101 | 1111 | 101010 | 1001010 | 110001 |
Color Harmonies of #DAA120
Complementary color
Monochromatic Colors of #DAA120
Black with #DAA120
Text Example
Text Example
White with #DAA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA120; }
p { color: rgb(218,161,32); }
H1.HeaderClassName
{
color: #DAA120;
}
.AnyTagClassName
{
color: #DAA120;
}
</style>
background-color css
<style>
a { background-color: #DAA120; }
a { background-color: rgb(218,161,32); }
div.DivClassName
{
background-color: #DAA120;
}
.BgClassName
{
background-color: #DAA120;
}
</style>
border-color css
<style>
span { border-color: #DAA120; }
span { border-color: rgb(218,161,32); }
td.TdClassName
{
border-color: #DAA120;
}
.TagClassName
{
border-color: #DAA120;
}
</style>