Shades of Galliano #DAAC11
Tints of Galliano #DAAC11
RGB
CMYK
RGB Variations
Color information
#DAAC11 (or 0xDAAC11) is known color: Galliano. HEX triplet: DA, AC and 11. RGB value is (218,172,17). Sum of RGB (Red+Green+Blue) = 218+172+17=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC11 is #2553EE. Grayscale: #A8A8A8. Windows color (decimal): -2446319 or 1158362. OLE color: 1158362.
HSL color Cylindrical-coordinate representation of color #DAAC11: hue angle of 46.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAAC11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.15 |
| HSL | 46.27º | 0.86% | 0.46% | - |
| HSV(B) | 46.27º | 0.92% | 0.85% | - |
| XYZ | 43.77 | 44.45 | 6.8 | - |
| YUV | 168.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 17 | 0 | 0.21 | 0.92 | 0.15 | 46.27 | 0.86 | 0.46 |
| Hex | DA | AC | 11 | 0 | 15 | 5C | F | 2E | 56 | 2E |
| Octal | 332 | 254 | 21 | 0 | 25 | 134 | 17 | 56 | 126 | 56 |
| Binary | 11011010 | 10101100 | 10001 | 0 | 10101 | 1011100 | 1111 | 101110 | 1010110 | 101110 |
Color Harmonies of #DAAC11
Complementary color
Monochromatic Colors of #DAAC11
Black with #DAAC11
Text Example
Text Example
White with #DAAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC11; }
p { color: rgb(218,172,17); }
H1.HeaderClassName
{
color: #DAAC11;
}
.AnyTagClassName
{
color: #DAAC11;
}
</style>
background-color css
<style>
a { background-color: #DAAC11; }
a { background-color: rgb(218,172,17); }
div.DivClassName
{
background-color: #DAAC11;
}
.BgClassName
{
background-color: #DAAC11;
}
</style>
border-color css
<style>
span { border-color: #DAAC11; }
span { border-color: rgb(218,172,17); }
td.TdClassName
{
border-color: #DAAC11;
}
.TagClassName
{
border-color: #DAAC11;
}
</style>