Shades of Galliano #DAA914
Tints of Galliano #DAA914
RGB
CMYK
RGB Variations
Color information
#DAA914 (or 0xDAA914) is known color: Galliano. HEX triplet: DA, A9 and 14. RGB value is (218,169,20). Sum of RGB (Red+Green+Blue) = 218+169+20=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA914 is #2556EB. Grayscale: #A7A7A7. Windows color (decimal): -2447084 or 1354202. OLE color: 1354202.
HSL color Cylindrical-coordinate representation of color #DAA914: hue angle of 45.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAA914 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.15 |
| HSL | 45.15º | 0.83% | 0.47% | - |
| HSV(B) | 45.15º | 0.91% | 0.85% | - |
| XYZ | 43.23 | 43.33 | 6.75 | - |
| YUV | 166.67 | 45.23 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 20 | 0 | 0.22 | 0.91 | 0.15 | 45.15 | 0.83 | 0.47 |
| Hex | DA | A9 | 14 | 0 | 16 | 5B | F | 2D | 53 | 2F |
| Octal | 332 | 251 | 24 | 0 | 26 | 133 | 17 | 55 | 123 | 57 |
| Binary | 11011010 | 10101001 | 10100 | 0 | 10110 | 1011011 | 1111 | 101101 | 1010011 | 101111 |
Color Harmonies of #DAA914
Complementary color
Monochromatic Colors of #DAA914
Black with #DAA914
Text Example
Text Example
White with #DAA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA914; }
p { color: rgb(218,169,20); }
H1.HeaderClassName
{
color: #DAA914;
}
.AnyTagClassName
{
color: #DAA914;
}
</style>
background-color css
<style>
a { background-color: #DAA914; }
a { background-color: rgb(218,169,20); }
div.DivClassName
{
background-color: #DAA914;
}
.BgClassName
{
background-color: #DAA914;
}
</style>
border-color css
<style>
span { border-color: #DAA914; }
span { border-color: rgb(218,169,20); }
td.TdClassName
{
border-color: #DAA914;
}
.TagClassName
{
border-color: #DAA914;
}
</style>