Shades of Galliano #DBA919
Tints of Galliano #DBA919
RGB
CMYK
RGB Variations
Color information
#DBA919 (or 0xDBA919) is known color: Galliano. HEX triplet: DB, A9 and 19. RGB value is (219,169,25). Sum of RGB (Red+Green+Blue) = 219+169+25=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA919 is #2456E6. Grayscale: #A8A8A8. Windows color (decimal): -2381543 or 1681883. OLE color: 1681883.
HSL color Cylindrical-coordinate representation of color #DBA919: hue angle of 44.54º 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 #DBA919 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.14 |
| HSL | 44.54º | 0.8% | 0.48% | - |
| HSV(B) | 44.54º | 0.89% | 0.86% | - |
| XYZ | 43.58 | 43.51 | 7.02 | - |
| YUV | 167.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 25 | 0 | 0.23 | 0.89 | 0.14 | 44.54 | 0.8 | 0.48 |
| Hex | DB | A9 | 19 | 0 | 17 | 59 | E | 2D | 50 | 30 |
| Octal | 333 | 251 | 31 | 0 | 27 | 131 | 16 | 55 | 120 | 60 |
| Binary | 11011011 | 10101001 | 11001 | 0 | 10111 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DBA919
Complementary color
Monochromatic Colors of #DBA919
Black with #DBA919
Text Example
Text Example
White with #DBA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA919; }
p { color: rgb(219,169,25); }
H1.HeaderClassName
{
color: #DBA919;
}
.AnyTagClassName
{
color: #DBA919;
}
</style>
background-color css
<style>
a { background-color: #DBA919; }
a { background-color: rgb(219,169,25); }
div.DivClassName
{
background-color: #DBA919;
}
.BgClassName
{
background-color: #DBA919;
}
</style>
border-color css
<style>
span { border-color: #DBA919; }
span { border-color: rgb(219,169,25); }
td.TdClassName
{
border-color: #DBA919;
}
.TagClassName
{
border-color: #DBA919;
}
</style>