Shades of Galliano #DAA021
Tints of Galliano #DAA021
RGB
CMYK
RGB Variations
Color information
#DAA021 (or 0xDAA021) is known color: Galliano. HEX triplet: DA, A0 and 21. RGB value is (218,160,33). Sum of RGB (Red+Green+Blue) = 218+160+33=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA021 is #255FDE. Grayscale: #A3A3A3. Windows color (decimal): -2449375 or 2203866. OLE color: 2203866.
HSL color Cylindrical-coordinate representation of color #DAA021: hue angle of 41.19º 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 #DAA021 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 33 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.15 |
| HSL | 41.19º | 0.74% | 0.49% | - |
| HSV(B) | 41.19º | 0.85% | 0.85% | - |
| XYZ | 41.76 | 40.16 | 6.99 | - |
| YUV | 162.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 33 | 0 | 0.27 | 0.85 | 0.15 | 41.19 | 0.74 | 0.49 |
| Hex | DA | A0 | 21 | 0 | 1B | 55 | F | 29 | 4A | 31 |
| Octal | 332 | 240 | 41 | 0 | 33 | 125 | 17 | 51 | 112 | 61 |
| Binary | 11011010 | 10100000 | 100001 | 0 | 11011 | 1010101 | 1111 | 101001 | 1001010 | 110001 |
Color Harmonies of #DAA021
Complementary color
Monochromatic Colors of #DAA021
Black with #DAA021
Text Example
Text Example
White with #DAA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA021; }
p { color: rgb(218,160,33); }
H1.HeaderClassName
{
color: #DAA021;
}
.AnyTagClassName
{
color: #DAA021;
}
</style>
background-color css
<style>
a { background-color: #DAA021; }
a { background-color: rgb(218,160,33); }
div.DivClassName
{
background-color: #DAA021;
}
.BgClassName
{
background-color: #DAA021;
}
</style>
border-color css
<style>
span { border-color: #DAA021; }
span { border-color: rgb(218,160,33); }
td.TdClassName
{
border-color: #DAA021;
}
.TagClassName
{
border-color: #DAA021;
}
</style>