Shades of Galliano #DAA726
Tints of Galliano #DAA726
RGB
CMYK
RGB Variations
Color information
#DAA726 (or 0xDAA726) is known color: Galliano. HEX triplet: DA, A7 and 26. RGB value is (218,167,38). Sum of RGB (Red+Green+Blue) = 218+167+38=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA726 is #2558D9. Grayscale: #A8A8A8. Windows color (decimal): -2447578 or 2533338. OLE color: 2533338.
HSL color Cylindrical-coordinate representation of color #DAA726: hue angle of 43º 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 #DAA726 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.15 |
| HSL | 43º | 0.71% | 0.5% | - |
| HSV(B) | 43º | 0.83% | 0.85% | - |
| XYZ | 43.08 | 42.68 | 7.8 | - |
| YUV | 167.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 38 | 0 | 0.23 | 0.83 | 0.15 | 43 | 0.71 | 0.5 |
| Hex | DA | A7 | 26 | 0 | 17 | 53 | F | 2B | 47 | 32 |
| Octal | 332 | 247 | 46 | 0 | 27 | 123 | 17 | 53 | 107 | 62 |
| Binary | 11011010 | 10100111 | 100110 | 0 | 10111 | 1010011 | 1111 | 101011 | 1000111 | 110010 |
Color Harmonies of #DAA726
Complementary color
Monochromatic Colors of #DAA726
Black with #DAA726
Text Example
Text Example
White with #DAA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA726; }
p { color: rgb(218,167,38); }
H1.HeaderClassName
{
color: #DAA726;
}
.AnyTagClassName
{
color: #DAA726;
}
</style>
background-color css
<style>
a { background-color: #DAA726; }
a { background-color: rgb(218,167,38); }
div.DivClassName
{
background-color: #DAA726;
}
.BgClassName
{
background-color: #DAA726;
}
</style>
border-color css
<style>
span { border-color: #DAA726; }
span { border-color: rgb(218,167,38); }
td.TdClassName
{
border-color: #DAA726;
}
.TagClassName
{
border-color: #DAA726;
}
</style>