Shades of Galliano #D8B119
Tints of Galliano #D8B119
RGB
CMYK
RGB Variations
Color information
#D8B119 (or 0xD8B119) is known color: Galliano. HEX triplet: D8, B1 and 19. RGB value is (216,177,25). Sum of RGB (Red+Green+Blue) = 216+177+25=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B119 is #274EE6. Grayscale: #ABABAB. Windows color (decimal): -2576103 or 1683928. OLE color: 1683928.
HSL color Cylindrical-coordinate representation of color #D8B119: hue angle of 47.75º 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 #D8B119 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 25 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.15 |
| HSL | 47.75º | 0.79% | 0.47% | - |
| HSV(B) | 47.75º | 0.88% | 0.85% | - |
| XYZ | 44.22 | 46.11 | 7.49 | - |
| YUV | 171.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 25 | 0 | 0.18 | 0.88 | 0.15 | 47.75 | 0.79 | 0.47 |
| Hex | D8 | B1 | 19 | 0 | 12 | 58 | F | 30 | 4F | 2F |
| Octal | 330 | 261 | 31 | 0 | 22 | 130 | 17 | 60 | 117 | 57 |
| Binary | 11011000 | 10110001 | 11001 | 0 | 10010 | 1011000 | 1111 | 110000 | 1001111 | 101111 |
Color Harmonies of #D8B119
Complementary color
Monochromatic Colors of #D8B119
Black with #D8B119
Text Example
Text Example
White with #D8B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B119; }
p { color: rgb(216,177,25); }
H1.HeaderClassName
{
color: #D8B119;
}
.AnyTagClassName
{
color: #D8B119;
}
</style>
background-color css
<style>
a { background-color: #D8B119; }
a { background-color: rgb(216,177,25); }
div.DivClassName
{
background-color: #D8B119;
}
.BgClassName
{
background-color: #D8B119;
}
</style>
border-color css
<style>
span { border-color: #D8B119; }
span { border-color: rgb(216,177,25); }
td.TdClassName
{
border-color: #D8B119;
}
.TagClassName
{
border-color: #D8B119;
}
</style>