Shades of Galliano #DAA629
Tints of Galliano #DAA629
RGB
CMYK
RGB Variations
Color information
#DAA629 (or 0xDAA629) is known color: Galliano. HEX triplet: DA, A6 and 29. RGB value is (218,166,41). Sum of RGB (Red+Green+Blue) = 218+166+41=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA629 is #2559D6. Grayscale: #A7A7A7. Windows color (decimal): -2447831 or 2729690. OLE color: 2729690.
HSL color Cylindrical-coordinate representation of color #DAA629: hue angle of 42.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAA629 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 41 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.15 |
| HSL | 42.37º | 0.71% | 0.51% | - |
| HSV(B) | 42.37º | 0.81% | 0.85% | - |
| XYZ | 42.95 | 42.34 | 8.01 | - |
| YUV | 167.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 41 | 0 | 0.24 | 0.81 | 0.15 | 42.37 | 0.71 | 0.51 |
| Hex | DA | A6 | 29 | 0 | 18 | 51 | F | 2A | 47 | 33 |
| Octal | 332 | 246 | 51 | 0 | 30 | 121 | 17 | 52 | 107 | 63 |
| Binary | 11011010 | 10100110 | 101001 | 0 | 11000 | 1010001 | 1111 | 101010 | 1000111 | 110011 |
Color Harmonies of #DAA629
Complementary color
Monochromatic Colors of #DAA629
Black with #DAA629
Text Example
Text Example
White with #DAA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA629; }
p { color: rgb(218,166,41); }
H1.HeaderClassName
{
color: #DAA629;
}
.AnyTagClassName
{
color: #DAA629;
}
</style>
background-color css
<style>
a { background-color: #DAA629; }
a { background-color: rgb(218,166,41); }
div.DivClassName
{
background-color: #DAA629;
}
.BgClassName
{
background-color: #DAA629;
}
</style>
border-color css
<style>
span { border-color: #DAA629; }
span { border-color: rgb(218,166,41); }
td.TdClassName
{
border-color: #DAA629;
}
.TagClassName
{
border-color: #DAA629;
}
</style>