Shades of Galliano #D9AB11
Tints of Galliano #D9AB11
RGB
CMYK
RGB Variations
Color information
#D9AB11 (or 0xD9AB11) is known color: Galliano. HEX triplet: D9, AB and 11. RGB value is (217,171,17). Sum of RGB (Red+Green+Blue) = 217+171+17=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB11 is #2654EE. Grayscale: #A7A7A7. Windows color (decimal): -2512111 or 1158105. OLE color: 1158105.
HSL color Cylindrical-coordinate representation of color #D9AB11: hue angle of 46.2º 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 #D9AB11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.15 |
| HSL | 46.2º | 0.85% | 0.46% | - |
| HSV(B) | 46.2º | 0.92% | 0.85% | - |
| XYZ | 43.28 | 43.92 | 6.73 | - |
| YUV | 167.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 17 | 0 | 0.21 | 0.92 | 0.15 | 46.2 | 0.85 | 0.46 |
| Hex | D9 | AB | 11 | 0 | 15 | 5C | F | 2E | 55 | 2E |
| Octal | 331 | 253 | 21 | 0 | 25 | 134 | 17 | 56 | 125 | 56 |
| Binary | 11011001 | 10101011 | 10001 | 0 | 10101 | 1011100 | 1111 | 101110 | 1010101 | 101110 |
Color Harmonies of #D9AB11
Complementary color
Monochromatic Colors of #D9AB11
Black with #D9AB11
Text Example
Text Example
White with #D9AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB11; }
p { color: rgb(217,171,17); }
H1.HeaderClassName
{
color: #D9AB11;
}
.AnyTagClassName
{
color: #D9AB11;
}
</style>
background-color css
<style>
a { background-color: #D9AB11; }
a { background-color: rgb(217,171,17); }
div.DivClassName
{
background-color: #D9AB11;
}
.BgClassName
{
background-color: #D9AB11;
}
</style>
border-color css
<style>
span { border-color: #D9AB11; }
span { border-color: rgb(217,171,17); }
td.TdClassName
{
border-color: #D9AB11;
}
.TagClassName
{
border-color: #D9AB11;
}
</style>