Shades of Galliano #D9AA11
Tints of Galliano #D9AA11
RGB
CMYK
RGB Variations
Color information
#D9AA11 (or 0xD9AA11) is known color: Galliano. HEX triplet: D9, AA and 11. RGB value is (217,170,17). Sum of RGB (Red+Green+Blue) = 217+170+17=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AA11 is #2655EE. Grayscale: #A7A7A7. Windows color (decimal): -2512367 or 1157849. OLE color: 1157849.
HSL color Cylindrical-coordinate representation of color #D9AA11: hue angle of 45.9º degrees, saturation: 0.85, 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 #D9AA11 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.15 |
| HSL | 45.9º | 0.85% | 0.46% | - |
| HSV(B) | 45.9º | 0.92% | 0.85% | - |
| XYZ | 43.09 | 43.54 | 6.66 | - |
| YUV | 166.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 17 | 0 | 0.22 | 0.92 | 0.15 | 45.9 | 0.85 | 0.46 |
| Hex | D9 | AA | 11 | 0 | 16 | 5C | F | 2E | 55 | 2E |
| Octal | 331 | 252 | 21 | 0 | 26 | 134 | 17 | 56 | 125 | 56 |
| Binary | 11011001 | 10101010 | 10001 | 0 | 10110 | 1011100 | 1111 | 101110 | 1010101 | 101110 |
Color Harmonies of #D9AA11
Complementary color
Monochromatic Colors of #D9AA11
Black with #D9AA11
Text Example
Text Example
White with #D9AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA11; }
p { color: rgb(217,170,17); }
H1.HeaderClassName
{
color: #D9AA11;
}
.AnyTagClassName
{
color: #D9AA11;
}
</style>
background-color css
<style>
a { background-color: #D9AA11; }
a { background-color: rgb(217,170,17); }
div.DivClassName
{
background-color: #D9AA11;
}
.BgClassName
{
background-color: #D9AA11;
}
</style>
border-color css
<style>
span { border-color: #D9AA11; }
span { border-color: rgb(217,170,17); }
td.TdClassName
{
border-color: #D9AA11;
}
.TagClassName
{
border-color: #D9AA11;
}
</style>