Shades of Galliano #D9AB14
Tints of Galliano #D9AB14
RGB
CMYK
RGB Variations
Color information
#D9AB14 (or 0xD9AB14) is known color: Galliano. HEX triplet: D9, AB and 14. RGB value is (217,171,20). Sum of RGB (Red+Green+Blue) = 217+171+20=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB14 is #2654EB. Grayscale: #A8A8A8. Windows color (decimal): -2512108 or 1354713. OLE color: 1354713.
HSL color Cylindrical-coordinate representation of color #D9AB14: hue angle of 45.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9AB14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 20 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.15 |
| HSL | 45.99º | 0.83% | 0.46% | - |
| HSV(B) | 45.99º | 0.91% | 0.85% | - |
| XYZ | 43.3 | 43.93 | 6.86 | - |
| YUV | 167.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 20 | 0 | 0.21 | 0.91 | 0.15 | 45.99 | 0.83 | 0.46 |
| Hex | D9 | AB | 14 | 0 | 15 | 5B | F | 2E | 53 | 2E |
| Octal | 331 | 253 | 24 | 0 | 25 | 133 | 17 | 56 | 123 | 56 |
| Binary | 11011001 | 10101011 | 10100 | 0 | 10101 | 1011011 | 1111 | 101110 | 1010011 | 101110 |
Color Harmonies of #D9AB14
Complementary color
Monochromatic Colors of #D9AB14
Black with #D9AB14
Text Example
Text Example
White with #D9AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB14; }
p { color: rgb(217,171,20); }
H1.HeaderClassName
{
color: #D9AB14;
}
.AnyTagClassName
{
color: #D9AB14;
}
</style>
background-color css
<style>
a { background-color: #D9AB14; }
a { background-color: rgb(217,171,20); }
div.DivClassName
{
background-color: #D9AB14;
}
.BgClassName
{
background-color: #D9AB14;
}
</style>
border-color css
<style>
span { border-color: #D9AB14; }
span { border-color: rgb(217,171,20); }
td.TdClassName
{
border-color: #D9AB14;
}
.TagClassName
{
border-color: #D9AB14;
}
</style>