Shades of Galliano #DBA813
Tints of Galliano #DBA813
RGB
CMYK
RGB Variations
Color information
#DBA813 (or 0xDBA813) is known color: Galliano. HEX triplet: DB, A8 and 13. RGB value is (219,168,19). Sum of RGB (Red+Green+Blue) = 219+168+19=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA813 is #2457EC. Grayscale: #A6A6A6. Windows color (decimal): -2381805 or 1288411. OLE color: 1288411.
HSL color Cylindrical-coordinate representation of color #DBA813: hue angle of 44.7º 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 #DBA813 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.14 |
| HSL | 44.7º | 0.84% | 0.47% | - |
| HSV(B) | 44.7º | 0.91% | 0.86% | - |
| XYZ | 43.33 | 43.11 | 6.65 | - |
| YUV | 166.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 19 | 0 | 0.23 | 0.91 | 0.14 | 44.7 | 0.84 | 0.47 |
| Hex | DB | A8 | 13 | 0 | 17 | 5B | E | 2D | 54 | 2F |
| Octal | 333 | 250 | 23 | 0 | 27 | 133 | 16 | 55 | 124 | 57 |
| Binary | 11011011 | 10101000 | 10011 | 0 | 10111 | 1011011 | 1110 | 101101 | 1010100 | 101111 |
Color Harmonies of #DBA813
Complementary color
Monochromatic Colors of #DBA813
Black with #DBA813
Text Example
Text Example
White with #DBA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA813; }
p { color: rgb(219,168,19); }
H1.HeaderClassName
{
color: #DBA813;
}
.AnyTagClassName
{
color: #DBA813;
}
</style>
background-color css
<style>
a { background-color: #DBA813; }
a { background-color: rgb(219,168,19); }
div.DivClassName
{
background-color: #DBA813;
}
.BgClassName
{
background-color: #DBA813;
}
</style>
border-color css
<style>
span { border-color: #DBA813; }
span { border-color: rgb(219,168,19); }
td.TdClassName
{
border-color: #DBA813;
}
.TagClassName
{
border-color: #DBA813;
}
</style>