Shades of Galliano #DBA319
Tints of Galliano #DBA319
RGB
CMYK
RGB Variations
Color information
#DBA319 (or 0xDBA319) is known color: Galliano. HEX triplet: DB, A3 and 19. RGB value is (219,163,25). Sum of RGB (Red+Green+Blue) = 219+163+25=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA319 is #245CE6. Grayscale: #A4A4A4. Windows color (decimal): -2383079 or 1680347. OLE color: 1680347.
HSL color Cylindrical-coordinate representation of color #DBA319: hue angle of 42.68º 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 #DBA319 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.14 |
| HSL | 42.68º | 0.8% | 0.48% | - |
| HSV(B) | 42.68º | 0.89% | 0.86% | - |
| XYZ | 42.49 | 41.32 | 6.66 | - |
| YUV | 164.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 25 | 0 | 0.26 | 0.89 | 0.14 | 42.68 | 0.8 | 0.48 |
| Hex | DB | A3 | 19 | 0 | 1A | 59 | E | 2B | 50 | 30 |
| Octal | 333 | 243 | 31 | 0 | 32 | 131 | 16 | 53 | 120 | 60 |
| Binary | 11011011 | 10100011 | 11001 | 0 | 11010 | 1011001 | 1110 | 101011 | 1010000 | 110000 |
Color Harmonies of #DBA319
Complementary color
Monochromatic Colors of #DBA319
Black with #DBA319
Text Example
Text Example
White with #DBA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA319; }
p { color: rgb(219,163,25); }
H1.HeaderClassName
{
color: #DBA319;
}
.AnyTagClassName
{
color: #DBA319;
}
</style>
background-color css
<style>
a { background-color: #DBA319; }
a { background-color: rgb(219,163,25); }
div.DivClassName
{
background-color: #DBA319;
}
.BgClassName
{
background-color: #DBA319;
}
</style>
border-color css
<style>
span { border-color: #DBA319; }
span { border-color: rgb(219,163,25); }
td.TdClassName
{
border-color: #DBA319;
}
.TagClassName
{
border-color: #DBA319;
}
</style>