Shades of Galliano #DAA624
Tints of Galliano #DAA624
RGB
CMYK
RGB Variations
Color information
#DAA624 (or 0xDAA624) is known color: Galliano. HEX triplet: DA, A6 and 24. RGB value is (218,166,36). Sum of RGB (Red+Green+Blue) = 218+166+36=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA624 is #2559DB. Grayscale: #A7A7A7. Windows color (decimal): -2447836 or 2402010. OLE color: 2402010.
HSL color Cylindrical-coordinate representation of color #DAA624: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAA624 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 36 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.15 |
| HSL | 42.86º | 0.72% | 0.5% | - |
| HSV(B) | 42.86º | 0.83% | 0.85% | - |
| XYZ | 42.87 | 42.31 | 7.58 | - |
| YUV | 166.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 36 | 0 | 0.24 | 0.83 | 0.15 | 42.86 | 0.72 | 0.5 |
| Hex | DA | A6 | 24 | 0 | 18 | 53 | F | 2B | 48 | 32 |
| Octal | 332 | 246 | 44 | 0 | 30 | 123 | 17 | 53 | 110 | 62 |
| Binary | 11011010 | 10100110 | 100100 | 0 | 11000 | 1010011 | 1111 | 101011 | 1001000 | 110010 |
Color Harmonies of #DAA624
Complementary color
Monochromatic Colors of #DAA624
Black with #DAA624
Text Example
Text Example
White with #DAA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA624; }
p { color: rgb(218,166,36); }
H1.HeaderClassName
{
color: #DAA624;
}
.AnyTagClassName
{
color: #DAA624;
}
</style>
background-color css
<style>
a { background-color: #DAA624; }
a { background-color: rgb(218,166,36); }
div.DivClassName
{
background-color: #DAA624;
}
.BgClassName
{
background-color: #DAA624;
}
</style>
border-color css
<style>
span { border-color: #DAA624; }
span { border-color: rgb(218,166,36); }
td.TdClassName
{
border-color: #DAA624;
}
.TagClassName
{
border-color: #DAA624;
}
</style>