Shades of Galliano #DBA118
Tints of Galliano #DBA118
RGB
CMYK
RGB Variations
Color information
#DBA118 (or 0xDBA118) is known color: Galliano. HEX triplet: DB, A1 and 18. RGB value is (219,161,24). Sum of RGB (Red+Green+Blue) = 219+161+24=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA118 is #245EE7. Grayscale: #A3A3A3. Windows color (decimal): -2383592 or 1614299. OLE color: 1614299.
HSL color Cylindrical-coordinate representation of color #DBA118: hue angle of 42.15º 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 #DBA118 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.14 |
| HSL | 42.15º | 0.8% | 0.48% | - |
| HSV(B) | 42.15º | 0.89% | 0.86% | - |
| XYZ | 42.12 | 40.62 | 6.48 | - |
| YUV | 162.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 24 | 0 | 0.26 | 0.89 | 0.14 | 42.15 | 0.8 | 0.48 |
| Hex | DB | A1 | 18 | 0 | 1A | 59 | E | 2A | 50 | 30 |
| Octal | 333 | 241 | 30 | 0 | 32 | 131 | 16 | 52 | 120 | 60 |
| Binary | 11011011 | 10100001 | 11000 | 0 | 11010 | 1011001 | 1110 | 101010 | 1010000 | 110000 |
Color Harmonies of #DBA118
Complementary color
Monochromatic Colors of #DBA118
Black with #DBA118
Text Example
Text Example
White with #DBA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA118; }
p { color: rgb(219,161,24); }
H1.HeaderClassName
{
color: #DBA118;
}
.AnyTagClassName
{
color: #DBA118;
}
</style>
background-color css
<style>
a { background-color: #DBA118; }
a { background-color: rgb(219,161,24); }
div.DivClassName
{
background-color: #DBA118;
}
.BgClassName
{
background-color: #DBA118;
}
</style>
border-color css
<style>
span { border-color: #DBA118; }
span { border-color: rgb(219,161,24); }
td.TdClassName
{
border-color: #DBA118;
}
.TagClassName
{
border-color: #DBA118;
}
</style>