Shades of Galliano #DBA716
Tints of Galliano #DBA716
RGB
CMYK
RGB Variations
Color information
#DBA716 (or 0xDBA716) is known color: Galliano. HEX triplet: DB, A7 and 16. RGB value is (219,167,22). Sum of RGB (Red+Green+Blue) = 219+167+22=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA716 is #2458E9. Grayscale: #A6A6A6. Windows color (decimal): -2382058 or 1484763. OLE color: 1484763.
HSL color Cylindrical-coordinate representation of color #DBA716: hue angle of 44.16º 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 #DBA716 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.14 |
| HSL | 44.16º | 0.82% | 0.47% | - |
| HSV(B) | 44.16º | 0.9% | 0.86% | - |
| XYZ | 43.18 | 42.76 | 6.74 | - |
| YUV | 166.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 22 | 0 | 0.24 | 0.90 | 0.14 | 44.16 | 0.82 | 0.47 |
| Hex | DB | A7 | 16 | 0 | 18 | 5A | E | 2C | 52 | 2F |
| Octal | 333 | 247 | 26 | 0 | 30 | 132 | 16 | 54 | 122 | 57 |
| Binary | 11011011 | 10100111 | 10110 | 0 | 11000 | 1011010 | 1110 | 101100 | 1010010 | 101111 |
Color Harmonies of #DBA716
Complementary color
Monochromatic Colors of #DBA716
Black with #DBA716
Text Example
Text Example
White with #DBA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA716; }
p { color: rgb(219,167,22); }
H1.HeaderClassName
{
color: #DBA716;
}
.AnyTagClassName
{
color: #DBA716;
}
</style>
background-color css
<style>
a { background-color: #DBA716; }
a { background-color: rgb(219,167,22); }
div.DivClassName
{
background-color: #DBA716;
}
.BgClassName
{
background-color: #DBA716;
}
</style>
border-color css
<style>
span { border-color: #DBA716; }
span { border-color: rgb(219,167,22); }
td.TdClassName
{
border-color: #DBA716;
}
.TagClassName
{
border-color: #DBA716;
}
</style>