Shades of Galliano #DBA516
Tints of Galliano #DBA516
RGB
CMYK
RGB Variations
Color information
#DBA516 (or 0xDBA516) is known color: Galliano. HEX triplet: DB, A5 and 16. RGB value is (219,165,22). Sum of RGB (Red+Green+Blue) = 219+165+22=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA516 is #245AE9. Grayscale: #A5A5A5. Windows color (decimal): -2382570 or 1484251. OLE color: 1484251.
HSL color Cylindrical-coordinate representation of color #DBA516: hue angle of 43.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBA516 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.14 |
| HSL | 43.55º | 0.82% | 0.47% | - |
| HSV(B) | 43.55º | 0.9% | 0.86% | - |
| XYZ | 42.81 | 42.03 | 6.61 | - |
| YUV | 164.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 22 | 0 | 0.25 | 0.90 | 0.14 | 43.55 | 0.82 | 0.47 |
| Hex | DB | A5 | 16 | 0 | 19 | 5A | E | 2C | 52 | 2F |
| Octal | 333 | 245 | 26 | 0 | 31 | 132 | 16 | 54 | 122 | 57 |
| Binary | 11011011 | 10100101 | 10110 | 0 | 11001 | 1011010 | 1110 | 101100 | 1010010 | 101111 |
Color Harmonies of #DBA516
Complementary color
Monochromatic Colors of #DBA516
Black with #DBA516
Text Example
Text Example
White with #DBA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA516; }
p { color: rgb(219,165,22); }
H1.HeaderClassName
{
color: #DBA516;
}
.AnyTagClassName
{
color: #DBA516;
}
</style>
background-color css
<style>
a { background-color: #DBA516; }
a { background-color: rgb(219,165,22); }
div.DivClassName
{
background-color: #DBA516;
}
.BgClassName
{
background-color: #DBA516;
}
</style>
border-color css
<style>
span { border-color: #DBA516; }
span { border-color: rgb(219,165,22); }
td.TdClassName
{
border-color: #DBA516;
}
.TagClassName
{
border-color: #DBA516;
}
</style>