Shades of Galliano #DBA316
Tints of Galliano #DBA316
RGB
CMYK
RGB Variations
Color information
#DBA316 (or 0xDBA316) is known color: Galliano. HEX triplet: DB, A3 and 16. RGB value is (219,163,22). Sum of RGB (Red+Green+Blue) = 219+163+22=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA316 is #245CE9. Grayscale: #A4A4A4. Windows color (decimal): -2383082 or 1483739. OLE color: 1483739.
HSL color Cylindrical-coordinate representation of color #DBA316: hue angle of 42.94º 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 #DBA316 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.14 |
| HSL | 42.94º | 0.82% | 0.47% | - |
| HSV(B) | 42.94º | 0.9% | 0.86% | - |
| XYZ | 42.46 | 41.31 | 6.5 | - |
| YUV | 163.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 22 | 0 | 0.26 | 0.90 | 0.14 | 42.94 | 0.82 | 0.47 |
| Hex | DB | A3 | 16 | 0 | 1A | 5A | E | 2B | 52 | 2F |
| Octal | 333 | 243 | 26 | 0 | 32 | 132 | 16 | 53 | 122 | 57 |
| Binary | 11011011 | 10100011 | 10110 | 0 | 11010 | 1011010 | 1110 | 101011 | 1010010 | 101111 |
Color Harmonies of #DBA316
Complementary color
Monochromatic Colors of #DBA316
Black with #DBA316
Text Example
Text Example
White with #DBA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA316; }
p { color: rgb(219,163,22); }
H1.HeaderClassName
{
color: #DBA316;
}
.AnyTagClassName
{
color: #DBA316;
}
</style>
background-color css
<style>
a { background-color: #DBA316; }
a { background-color: rgb(219,163,22); }
div.DivClassName
{
background-color: #DBA316;
}
.BgClassName
{
background-color: #DBA316;
}
</style>
border-color css
<style>
span { border-color: #DBA316; }
span { border-color: rgb(219,163,22); }
td.TdClassName
{
border-color: #DBA316;
}
.TagClassName
{
border-color: #DBA316;
}
</style>