Shades of Galliano #DBA517
Tints of Galliano #DBA517
RGB
CMYK
RGB Variations
Color information
#DBA517 (or 0xDBA517) is known color: Galliano. HEX triplet: DB, A5 and 17. RGB value is (219,165,23). Sum of RGB (Red+Green+Blue) = 219+165+23=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA517 is #245AE8. Grayscale: #A5A5A5. Windows color (decimal): -2382569 or 1549787. OLE color: 1549787.
HSL color Cylindrical-coordinate representation of color #DBA517: hue angle of 43.47º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBA517 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 23 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.14 |
| HSL | 43.47º | 0.81% | 0.47% | - |
| HSV(B) | 43.47º | 0.89% | 0.86% | - |
| XYZ | 42.82 | 42.03 | 6.67 | - |
| YUV | 164.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 23 | 0 | 0.25 | 0.89 | 0.14 | 43.47 | 0.81 | 0.47 |
| Hex | DB | A5 | 17 | 0 | 19 | 59 | E | 2B | 51 | 2F |
| Octal | 333 | 245 | 27 | 0 | 31 | 131 | 16 | 53 | 121 | 57 |
| Binary | 11011011 | 10100101 | 10111 | 0 | 11001 | 1011001 | 1110 | 101011 | 1010001 | 101111 |
Color Harmonies of #DBA517
Complementary color
Monochromatic Colors of #DBA517
Black with #DBA517
Text Example
Text Example
White with #DBA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA517; }
p { color: rgb(219,165,23); }
H1.HeaderClassName
{
color: #DBA517;
}
.AnyTagClassName
{
color: #DBA517;
}
</style>
background-color css
<style>
a { background-color: #DBA517; }
a { background-color: rgb(219,165,23); }
div.DivClassName
{
background-color: #DBA517;
}
.BgClassName
{
background-color: #DBA517;
}
</style>
border-color css
<style>
span { border-color: #DBA517; }
span { border-color: rgb(219,165,23); }
td.TdClassName
{
border-color: #DBA517;
}
.TagClassName
{
border-color: #DBA517;
}
</style>