Shades of Galliano #DAA220
Tints of Galliano #DAA220
RGB
CMYK
RGB Variations
Color information
#DAA220 (or 0xDAA220) is known color: Galliano. HEX triplet: DA, A2 and 20. RGB value is (218,162,32). Sum of RGB (Red+Green+Blue) = 218+162+32=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA220 is #255DDF. Grayscale: #A4A4A4. Windows color (decimal): -2448864 or 2138842. OLE color: 2138842.
HSL color Cylindrical-coordinate representation of color #DAA220: hue angle of 41.94º 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 #DAA220 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 32 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.15 |
| HSL | 41.94º | 0.74% | 0.49% | - |
| HSV(B) | 41.94º | 0.85% | 0.85% | - |
| XYZ | 42.09 | 40.85 | 7.03 | - |
| YUV | 163.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 32 | 0 | 0.26 | 0.85 | 0.15 | 41.94 | 0.74 | 0.49 |
| Hex | DA | A2 | 20 | 0 | 1A | 55 | F | 2A | 4A | 31 |
| Octal | 332 | 242 | 40 | 0 | 32 | 125 | 17 | 52 | 112 | 61 |
| Binary | 11011010 | 10100010 | 100000 | 0 | 11010 | 1010101 | 1111 | 101010 | 1001010 | 110001 |
Color Harmonies of #DAA220
Complementary color
Monochromatic Colors of #DAA220
Black with #DAA220
Text Example
Text Example
White with #DAA220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA220; }
p { color: rgb(218,162,32); }
H1.HeaderClassName
{
color: #DAA220;
}
.AnyTagClassName
{
color: #DAA220;
}
</style>
background-color css
<style>
a { background-color: #DAA220; }
a { background-color: rgb(218,162,32); }
div.DivClassName
{
background-color: #DAA220;
}
.BgClassName
{
background-color: #DAA220;
}
</style>
border-color css
<style>
span { border-color: #DAA220; }
span { border-color: rgb(218,162,32); }
td.TdClassName
{
border-color: #DAA220;
}
.TagClassName
{
border-color: #DAA220;
}
</style>