Shades of Galliano #D1AA10
Tints of Galliano #D1AA10
RGB
CMYK
RGB Variations
Color information
#D1AA10 (or 0xD1AA10) is known color: Galliano. HEX triplet: D1, AA and 10. RGB value is (209,170,16). Sum of RGB (Red+Green+Blue) = 209+170+16=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA10 is #2E55EF. Grayscale: #A4A4A4. Windows color (decimal): -3036656 or 1092305. OLE color: 1092305.
HSL color Cylindrical-coordinate representation of color #D1AA10: hue angle of 47.88º degrees, saturation: 0.86, 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 #D1AA10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.18 |
| HSL | 47.88º | 0.86% | 0.44% | - |
| HSV(B) | 47.88º | 0.92% | 0.82% | - |
| XYZ | 40.76 | 42.34 | 6.51 | - |
| YUV | 164.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 16 | 0 | 0.19 | 0.92 | 0.18 | 47.88 | 0.86 | 0.44 |
| Hex | D1 | AA | 10 | 0 | 13 | 5C | 12 | 30 | 56 | 2C |
| Octal | 321 | 252 | 20 | 0 | 23 | 134 | 22 | 60 | 126 | 54 |
| Binary | 11010001 | 10101010 | 10000 | 0 | 10011 | 1011100 | 10010 | 110000 | 1010110 | 101100 |
Color Harmonies of #D1AA10
Complementary color
Monochromatic Colors of #D1AA10
Black with #D1AA10
Text Example
Text Example
White with #D1AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA10; }
p { color: rgb(209,170,16); }
H1.HeaderClassName
{
color: #D1AA10;
}
.AnyTagClassName
{
color: #D1AA10;
}
</style>
background-color css
<style>
a { background-color: #D1AA10; }
a { background-color: rgb(209,170,16); }
div.DivClassName
{
background-color: #D1AA10;
}
.BgClassName
{
background-color: #D1AA10;
}
</style>
border-color css
<style>
span { border-color: #D1AA10; }
span { border-color: rgb(209,170,16); }
td.TdClassName
{
border-color: #D1AA10;
}
.TagClassName
{
border-color: #D1AA10;
}
</style>