Shades of Galliano #DBA819
Tints of Galliano #DBA819
RGB
CMYK
RGB Variations
Color information
#DBA819 (or 0xDBA819) is known color: Galliano. HEX triplet: DB, A8 and 19. RGB value is (219,168,25). Sum of RGB (Red+Green+Blue) = 219+168+25=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA819 is #2457E6. Grayscale: #A7A7A7. Windows color (decimal): -2381799 or 1681627. OLE color: 1681627.
HSL color Cylindrical-coordinate representation of color #DBA819: hue angle of 44.23º 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 #DBA819 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.14 |
| HSL | 44.23º | 0.8% | 0.48% | - |
| HSV(B) | 44.23º | 0.89% | 0.86% | - |
| XYZ | 43.39 | 43.14 | 6.96 | - |
| YUV | 166.95 | 47.9 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 25 | 0 | 0.23 | 0.89 | 0.14 | 44.23 | 0.8 | 0.48 |
| Hex | DB | A8 | 19 | 0 | 17 | 59 | E | 2C | 50 | 30 |
| Octal | 333 | 250 | 31 | 0 | 27 | 131 | 16 | 54 | 120 | 60 |
| Binary | 11011011 | 10101000 | 11001 | 0 | 10111 | 1011001 | 1110 | 101100 | 1010000 | 110000 |
Color Harmonies of #DBA819
Complementary color
Monochromatic Colors of #DBA819
Black with #DBA819
Text Example
Text Example
White with #DBA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA819; }
p { color: rgb(219,168,25); }
H1.HeaderClassName
{
color: #DBA819;
}
.AnyTagClassName
{
color: #DBA819;
}
</style>
background-color css
<style>
a { background-color: #DBA819; }
a { background-color: rgb(219,168,25); }
div.DivClassName
{
background-color: #DBA819;
}
.BgClassName
{
background-color: #DBA819;
}
</style>
border-color css
<style>
span { border-color: #DBA819; }
span { border-color: rgb(219,168,25); }
td.TdClassName
{
border-color: #DBA819;
}
.TagClassName
{
border-color: #DBA819;
}
</style>