Shades of Galliano #DAA11D
Tints of Galliano #DAA11D
RGB
CMYK
RGB Variations
Color information
#DAA11D (or 0xDAA11D) is known color: Galliano. HEX triplet: DA, A1 and 1D. RGB value is (218,161,29). Sum of RGB (Red+Green+Blue) = 218+161+29=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA11D is #255EE2. Grayscale: #A3A3A3. Windows color (decimal): -2449123 or 1941978. OLE color: 1941978.
HSL color Cylindrical-coordinate representation of color #DAA11D: hue angle of 41.9º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAA11D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.15 |
| HSL | 41.9º | 0.77% | 0.48% | - |
| HSV(B) | 41.9º | 0.87% | 0.85% | - |
| XYZ | 41.88 | 40.48 | 6.77 | - |
| YUV | 163 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 29 | 0 | 0.26 | 0.87 | 0.15 | 41.9 | 0.77 | 0.48 |
| Hex | DA | A1 | 1D | 0 | 1A | 57 | F | 2A | 4D | 30 |
| Octal | 332 | 241 | 35 | 0 | 32 | 127 | 17 | 52 | 115 | 60 |
| Binary | 11011010 | 10100001 | 11101 | 0 | 11010 | 1010111 | 1111 | 101010 | 1001101 | 110000 |
Color Harmonies of #DAA11D
Complementary color
Monochromatic Colors of #DAA11D
Black with #DAA11D
Text Example
Text Example
White with #DAA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA11D; }
p { color: rgb(218,161,29); }
H1.HeaderClassName
{
color: #DAA11D;
}
.AnyTagClassName
{
color: #DAA11D;
}
</style>
background-color css
<style>
a { background-color: #DAA11D; }
a { background-color: rgb(218,161,29); }
div.DivClassName
{
background-color: #DAA11D;
}
.BgClassName
{
background-color: #DAA11D;
}
</style>
border-color css
<style>
span { border-color: #DAA11D; }
span { border-color: rgb(218,161,29); }
td.TdClassName
{
border-color: #DAA11D;
}
.TagClassName
{
border-color: #DAA11D;
}
</style>