Shades of Galliano #D9B119
Tints of Galliano #D9B119
RGB
CMYK
RGB Variations
Color information
#D9B119 (or 0xD9B119) is known color: Galliano. HEX triplet: D9, B1 and 19. RGB value is (217,177,25). Sum of RGB (Red+Green+Blue) = 217+177+25=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B119 is #264EE6. Grayscale: #ACACAC. Windows color (decimal): -2510567 or 1683929. OLE color: 1683929.
HSL color Cylindrical-coordinate representation of color #D9B119: hue angle of 47.5º 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 #D9B119 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 25 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.15 |
| HSL | 47.5º | 0.79% | 0.47% | - |
| HSV(B) | 47.5º | 0.88% | 0.85% | - |
| XYZ | 44.51 | 46.27 | 7.5 | - |
| YUV | 171.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 25 | 0 | 0.18 | 0.88 | 0.15 | 47.5 | 0.79 | 0.47 |
| Hex | D9 | B1 | 19 | 0 | 12 | 58 | F | 30 | 4F | 2F |
| Octal | 331 | 261 | 31 | 0 | 22 | 130 | 17 | 60 | 117 | 57 |
| Binary | 11011001 | 10110001 | 11001 | 0 | 10010 | 1011000 | 1111 | 110000 | 1001111 | 101111 |
Color Harmonies of #D9B119
Complementary color
Monochromatic Colors of #D9B119
Black with #D9B119
Text Example
Text Example
White with #D9B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B119; }
p { color: rgb(217,177,25); }
H1.HeaderClassName
{
color: #D9B119;
}
.AnyTagClassName
{
color: #D9B119;
}
</style>
background-color css
<style>
a { background-color: #D9B119; }
a { background-color: rgb(217,177,25); }
div.DivClassName
{
background-color: #D9B119;
}
.BgClassName
{
background-color: #D9B119;
}
</style>
border-color css
<style>
span { border-color: #D9B119; }
span { border-color: rgb(217,177,25); }
td.TdClassName
{
border-color: #D9B119;
}
.TagClassName
{
border-color: #D9B119;
}
</style>