Shades of Galliano #DBA913
Tints of Galliano #DBA913
RGB
CMYK
RGB Variations
Color information
#DBA913 (or 0xDBA913) is known color: Galliano. HEX triplet: DB, A9 and 13. RGB value is (219,169,19). Sum of RGB (Red+Green+Blue) = 219+169+19=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA913 is #2456EC. Grayscale: #A7A7A7. Windows color (decimal): -2381549 or 1288667. OLE color: 1288667.
HSL color Cylindrical-coordinate representation of color #DBA913: hue angle of 45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA913 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.14 |
| HSL | 45º | 0.84% | 0.47% | - |
| HSV(B) | 45º | 0.91% | 0.86% | - |
| XYZ | 43.52 | 43.48 | 6.72 | - |
| YUV | 166.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 19 | 0 | 0.23 | 0.91 | 0.14 | 45 | 0.84 | 0.47 |
| Hex | DB | A9 | 13 | 0 | 17 | 5B | E | 2D | 54 | 2F |
| Octal | 333 | 251 | 23 | 0 | 27 | 133 | 16 | 55 | 124 | 57 |
| Binary | 11011011 | 10101001 | 10011 | 0 | 10111 | 1011011 | 1110 | 101101 | 1010100 | 101111 |
Color Harmonies of #DBA913
Complementary color
Monochromatic Colors of #DBA913
Black with #DBA913
Text Example
Text Example
White with #DBA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA913; }
p { color: rgb(219,169,19); }
H1.HeaderClassName
{
color: #DBA913;
}
.AnyTagClassName
{
color: #DBA913;
}
</style>
background-color css
<style>
a { background-color: #DBA913; }
a { background-color: rgb(219,169,19); }
div.DivClassName
{
background-color: #DBA913;
}
.BgClassName
{
background-color: #DBA913;
}
</style>
border-color css
<style>
span { border-color: #DBA913; }
span { border-color: rgb(219,169,19); }
td.TdClassName
{
border-color: #DBA913;
}
.TagClassName
{
border-color: #DBA913;
}
</style>