Shades of Galliano #DBA518
Tints of Galliano #DBA518
RGB
CMYK
RGB Variations
Color information
#DBA518 (or 0xDBA518) is known color: Galliano. HEX triplet: DB, A5 and 18. RGB value is (219,165,24). Sum of RGB (Red+Green+Blue) = 219+165+24=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA518 is #245AE7. Grayscale: #A5A5A5. Windows color (decimal): -2382568 or 1615323. OLE color: 1615323.
HSL color Cylindrical-coordinate representation of color #DBA518: hue angle of 43.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBA518 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 24 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.14 |
| HSL | 43.38º | 0.8% | 0.48% | - |
| HSV(B) | 43.38º | 0.89% | 0.86% | - |
| XYZ | 42.83 | 42.04 | 6.72 | - |
| YUV | 165.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 24 | 0 | 0.25 | 0.89 | 0.14 | 43.38 | 0.8 | 0.48 |
| Hex | DB | A5 | 18 | 0 | 19 | 59 | E | 2B | 50 | 30 |
| Octal | 333 | 245 | 30 | 0 | 31 | 131 | 16 | 53 | 120 | 60 |
| Binary | 11011011 | 10100101 | 11000 | 0 | 11001 | 1011001 | 1110 | 101011 | 1010000 | 110000 |
Color Harmonies of #DBA518
Complementary color
Monochromatic Colors of #DBA518
Black with #DBA518
Text Example
Text Example
White with #DBA518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA518; }
p { color: rgb(219,165,24); }
H1.HeaderClassName
{
color: #DBA518;
}
.AnyTagClassName
{
color: #DBA518;
}
</style>
background-color css
<style>
a { background-color: #DBA518; }
a { background-color: rgb(219,165,24); }
div.DivClassName
{
background-color: #DBA518;
}
.BgClassName
{
background-color: #DBA518;
}
</style>
border-color css
<style>
span { border-color: #DBA518; }
span { border-color: rgb(219,165,24); }
td.TdClassName
{
border-color: #DBA518;
}
.TagClassName
{
border-color: #DBA518;
}
</style>