Shades of Galliano #D9AB19
Tints of Galliano #D9AB19
RGB
CMYK
RGB Variations
Color information
#D9AB19 (or 0xD9AB19) is known color: Galliano. HEX triplet: D9, AB and 19. RGB value is (217,171,25). Sum of RGB (Red+Green+Blue) = 217+171+25=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB19 is #2654E6. Grayscale: #A8A8A8. Windows color (decimal): -2512103 or 1682393. OLE color: 1682393.
HSL color Cylindrical-coordinate representation of color #D9AB19: hue angle of 45.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9AB19 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.15 |
| HSL | 45.63º | 0.79% | 0.47% | - |
| HSV(B) | 45.63º | 0.88% | 0.85% | - |
| XYZ | 43.35 | 43.95 | 7.12 | - |
| YUV | 168.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 25 | 0 | 0.21 | 0.88 | 0.15 | 45.63 | 0.79 | 0.47 |
| Hex | D9 | AB | 19 | 0 | 15 | 58 | F | 2E | 4F | 2F |
| Octal | 331 | 253 | 31 | 0 | 25 | 130 | 17 | 56 | 117 | 57 |
| Binary | 11011001 | 10101011 | 11001 | 0 | 10101 | 1011000 | 1111 | 101110 | 1001111 | 101111 |
Color Harmonies of #D9AB19
Complementary color
Monochromatic Colors of #D9AB19
Black with #D9AB19
Text Example
Text Example
White with #D9AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB19; }
p { color: rgb(217,171,25); }
H1.HeaderClassName
{
color: #D9AB19;
}
.AnyTagClassName
{
color: #D9AB19;
}
</style>
background-color css
<style>
a { background-color: #D9AB19; }
a { background-color: rgb(217,171,25); }
div.DivClassName
{
background-color: #D9AB19;
}
.BgClassName
{
background-color: #D9AB19;
}
</style>
border-color css
<style>
span { border-color: #D9AB19; }
span { border-color: rgb(217,171,25); }
td.TdClassName
{
border-color: #D9AB19;
}
.TagClassName
{
border-color: #D9AB19;
}
</style>