Shades of Galliano #DAA626
Tints of Galliano #DAA626
RGB
CMYK
RGB Variations
Color information
#DAA626 (or 0xDAA626) is known color: Galliano. HEX triplet: DA, A6 and 26. RGB value is (218,166,38). Sum of RGB (Red+Green+Blue) = 218+166+38=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA626 is #2559D9. Grayscale: #A7A7A7. Windows color (decimal): -2447834 or 2533082. OLE color: 2533082.
HSL color Cylindrical-coordinate representation of color #DAA626: hue angle of 42.67º degrees, saturation: 0.71, 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 #DAA626 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 38 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.15 |
| HSL | 42.67º | 0.71% | 0.5% | - |
| HSV(B) | 42.67º | 0.83% | 0.85% | - |
| XYZ | 42.9 | 42.32 | 7.74 | - |
| YUV | 166.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 38 | 0 | 0.24 | 0.83 | 0.15 | 42.67 | 0.71 | 0.5 |
| Hex | DA | A6 | 26 | 0 | 18 | 53 | F | 2B | 47 | 32 |
| Octal | 332 | 246 | 46 | 0 | 30 | 123 | 17 | 53 | 107 | 62 |
| Binary | 11011010 | 10100110 | 100110 | 0 | 11000 | 1010011 | 1111 | 101011 | 1000111 | 110010 |
Color Harmonies of #DAA626
Complementary color
Monochromatic Colors of #DAA626
Black with #DAA626
Text Example
Text Example
White with #DAA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA626; }
p { color: rgb(218,166,38); }
H1.HeaderClassName
{
color: #DAA626;
}
.AnyTagClassName
{
color: #DAA626;
}
</style>
background-color css
<style>
a { background-color: #DAA626; }
a { background-color: rgb(218,166,38); }
div.DivClassName
{
background-color: #DAA626;
}
.BgClassName
{
background-color: #DAA626;
}
</style>
border-color css
<style>
span { border-color: #DAA626; }
span { border-color: rgb(218,166,38); }
td.TdClassName
{
border-color: #DAA626;
}
.TagClassName
{
border-color: #DAA626;
}
</style>