Shades of Galliano #DBA417
Tints of Galliano #DBA417
RGB
CMYK
RGB Variations
Color information
#DBA417 (or 0xDBA417) is known color: Galliano. HEX triplet: DB, A4 and 17. RGB value is (219,164,23). Sum of RGB (Red+Green+Blue) = 219+164+23=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA417 is #245BE8. Grayscale: #A4A4A4. Windows color (decimal): -2382825 or 1549531. OLE color: 1549531.
HSL color Cylindrical-coordinate representation of color #DBA417: hue angle of 43.16º 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 #DBA417 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 23 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.14 |
| HSL | 43.16º | 0.81% | 0.47% | - |
| HSV(B) | 43.16º | 0.89% | 0.86% | - |
| XYZ | 42.64 | 41.67 | 6.61 | - |
| YUV | 164.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 23 | 0 | 0.25 | 0.89 | 0.14 | 43.16 | 0.81 | 0.47 |
| Hex | DB | A4 | 17 | 0 | 19 | 59 | E | 2B | 51 | 2F |
| Octal | 333 | 244 | 27 | 0 | 31 | 131 | 16 | 53 | 121 | 57 |
| Binary | 11011011 | 10100100 | 10111 | 0 | 11001 | 1011001 | 1110 | 101011 | 1010001 | 101111 |
Color Harmonies of #DBA417
Complementary color
Monochromatic Colors of #DBA417
Black with #DBA417
Text Example
Text Example
White with #DBA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA417; }
p { color: rgb(219,164,23); }
H1.HeaderClassName
{
color: #DBA417;
}
.AnyTagClassName
{
color: #DBA417;
}
</style>
background-color css
<style>
a { background-color: #DBA417; }
a { background-color: rgb(219,164,23); }
div.DivClassName
{
background-color: #DBA417;
}
.BgClassName
{
background-color: #DBA417;
}
</style>
border-color css
<style>
span { border-color: #DBA417; }
span { border-color: rgb(219,164,23); }
td.TdClassName
{
border-color: #DBA417;
}
.TagClassName
{
border-color: #DBA417;
}
</style>