Shades of Galliano #DBA219
Tints of Galliano #DBA219
RGB
CMYK
RGB Variations
Color information
#DBA219 (or 0xDBA219) is known color: Galliano. HEX triplet: DB, A2 and 19. RGB value is (219,162,25). Sum of RGB (Red+Green+Blue) = 219+162+25=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA219 is #245DE6. Grayscale: #A4A4A4. Windows color (decimal): -2383335 or 1680091. OLE color: 1680091.
HSL color Cylindrical-coordinate representation of color #DBA219: hue angle of 42.37º 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 #DBA219 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.14 |
| HSL | 42.37º | 0.8% | 0.48% | - |
| HSV(B) | 42.37º | 0.89% | 0.86% | - |
| XYZ | 42.31 | 40.97 | 6.6 | - |
| YUV | 163.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 25 | 0 | 0.26 | 0.89 | 0.14 | 42.37 | 0.8 | 0.48 |
| Hex | DB | A2 | 19 | 0 | 1A | 59 | E | 2A | 50 | 30 |
| Octal | 333 | 242 | 31 | 0 | 32 | 131 | 16 | 52 | 120 | 60 |
| Binary | 11011011 | 10100010 | 11001 | 0 | 11010 | 1011001 | 1110 | 101010 | 1010000 | 110000 |
Color Harmonies of #DBA219
Complementary color
Monochromatic Colors of #DBA219
Black with #DBA219
Text Example
Text Example
White with #DBA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA219; }
p { color: rgb(219,162,25); }
H1.HeaderClassName
{
color: #DBA219;
}
.AnyTagClassName
{
color: #DBA219;
}
</style>
background-color css
<style>
a { background-color: #DBA219; }
a { background-color: rgb(219,162,25); }
div.DivClassName
{
background-color: #DBA219;
}
.BgClassName
{
background-color: #DBA219;
}
</style>
border-color css
<style>
span { border-color: #DBA219; }
span { border-color: rgb(219,162,25); }
td.TdClassName
{
border-color: #DBA219;
}
.TagClassName
{
border-color: #DBA219;
}
</style>