Shades of Galliano #D1AA11
Tints of Galliano #D1AA11
RGB
CMYK
RGB Variations
Color information
#D1AA11 (or 0xD1AA11) is known color: Galliano. HEX triplet: D1, AA and 11. RGB value is (209,170,17). Sum of RGB (Red+Green+Blue) = 209+170+17=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA11 is #2E55EE. Grayscale: #A4A4A4. Windows color (decimal): -3036655 or 1157841. OLE color: 1157841.
HSL color Cylindrical-coordinate representation of color #D1AA11: hue angle of 47.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1AA11 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.18 |
| HSL | 47.81º | 0.85% | 0.44% | - |
| HSV(B) | 47.81º | 0.92% | 0.82% | - |
| XYZ | 40.77 | 42.35 | 6.55 | - |
| YUV | 164.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 17 | 0 | 0.19 | 0.92 | 0.18 | 47.81 | 0.85 | 0.44 |
| Hex | D1 | AA | 11 | 0 | 13 | 5C | 12 | 30 | 55 | 2C |
| Octal | 321 | 252 | 21 | 0 | 23 | 134 | 22 | 60 | 125 | 54 |
| Binary | 11010001 | 10101010 | 10001 | 0 | 10011 | 1011100 | 10010 | 110000 | 1010101 | 101100 |
Color Harmonies of #D1AA11
Complementary color
Monochromatic Colors of #D1AA11
Black with #D1AA11
Text Example
Text Example
White with #D1AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA11; }
p { color: rgb(209,170,17); }
H1.HeaderClassName
{
color: #D1AA11;
}
.AnyTagClassName
{
color: #D1AA11;
}
</style>
background-color css
<style>
a { background-color: #D1AA11; }
a { background-color: rgb(209,170,17); }
div.DivClassName
{
background-color: #D1AA11;
}
.BgClassName
{
background-color: #D1AA11;
}
</style>
border-color css
<style>
span { border-color: #D1AA11; }
span { border-color: rgb(209,170,17); }
td.TdClassName
{
border-color: #D1AA11;
}
.TagClassName
{
border-color: #D1AA11;
}
</style>