Shades of Galliano #DBB119
Tints of Galliano #DBB119
RGB
CMYK
RGB Variations
Color information
#DBB119 (or 0xDBB119) is known color: Galliano. HEX triplet: DB, B1 and 19. RGB value is (219,177,25). Sum of RGB (Red+Green+Blue) = 219+177+25=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB119 is #244EE6. Grayscale: #ACACAC. Windows color (decimal): -2379495 or 1683931. OLE color: 1683931.
HSL color Cylindrical-coordinate representation of color #DBB119: hue angle of 47.01º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB119 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.14 |
| HSL | 47.01º | 0.8% | 0.48% | - |
| HSV(B) | 47.01º | 0.89% | 0.86% | - |
| XYZ | 45.11 | 46.57 | 7.53 | - |
| YUV | 172.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 25 | 0 | 0.19 | 0.89 | 0.14 | 47.01 | 0.8 | 0.48 |
| Hex | DB | B1 | 19 | 0 | 13 | 59 | E | 2F | 50 | 30 |
| Octal | 333 | 261 | 31 | 0 | 23 | 131 | 16 | 57 | 120 | 60 |
| Binary | 11011011 | 10110001 | 11001 | 0 | 10011 | 1011001 | 1110 | 101111 | 1010000 | 110000 |
Color Harmonies of #DBB119
Complementary color
Monochromatic Colors of #DBB119
Black with #DBB119
Text Example
Text Example
White with #DBB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB119; }
p { color: rgb(219,177,25); }
H1.HeaderClassName
{
color: #DBB119;
}
.AnyTagClassName
{
color: #DBB119;
}
</style>
background-color css
<style>
a { background-color: #DBB119; }
a { background-color: rgb(219,177,25); }
div.DivClassName
{
background-color: #DBB119;
}
.BgClassName
{
background-color: #DBB119;
}
</style>
border-color css
<style>
span { border-color: #DBB119; }
span { border-color: rgb(219,177,25); }
td.TdClassName
{
border-color: #DBB119;
}
.TagClassName
{
border-color: #DBB119;
}
</style>