Shades of Galliano #DBA519
Tints of Galliano #DBA519
RGB
CMYK
RGB Variations
Color information
#DBA519 (or 0xDBA519) is known color: Galliano. HEX triplet: DB, A5 and 19. RGB value is (219,165,25). Sum of RGB (Red+Green+Blue) = 219+165+25=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA519 is #245AE6. Grayscale: #A5A5A5. Windows color (decimal): -2382567 or 1680859. OLE color: 1680859.
HSL color Cylindrical-coordinate representation of color #DBA519: hue angle of 43.3º 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 #DBA519 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.14 |
| HSL | 43.3º | 0.8% | 0.48% | - |
| HSV(B) | 43.3º | 0.89% | 0.86% | - |
| XYZ | 42.84 | 42.04 | 6.78 | - |
| YUV | 165.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 25 | 0 | 0.25 | 0.89 | 0.14 | 43.3 | 0.8 | 0.48 |
| Hex | DB | A5 | 19 | 0 | 19 | 59 | E | 2B | 50 | 30 |
| Octal | 333 | 245 | 31 | 0 | 31 | 131 | 16 | 53 | 120 | 60 |
| Binary | 11011011 | 10100101 | 11001 | 0 | 11001 | 1011001 | 1110 | 101011 | 1010000 | 110000 |
Color Harmonies of #DBA519
Complementary color
Monochromatic Colors of #DBA519
Black with #DBA519
Text Example
Text Example
White with #DBA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA519; }
p { color: rgb(219,165,25); }
H1.HeaderClassName
{
color: #DBA519;
}
.AnyTagClassName
{
color: #DBA519;
}
</style>
background-color css
<style>
a { background-color: #DBA519; }
a { background-color: rgb(219,165,25); }
div.DivClassName
{
background-color: #DBA519;
}
.BgClassName
{
background-color: #DBA519;
}
</style>
border-color css
<style>
span { border-color: #DBA519; }
span { border-color: rgb(219,165,25); }
td.TdClassName
{
border-color: #DBA519;
}
.TagClassName
{
border-color: #DBA519;
}
</style>