Shades of Galliano #DBA318
Tints of Galliano #DBA318
RGB
CMYK
RGB Variations
Color information
#DBA318 (or 0xDBA318) is known color: Galliano. HEX triplet: DB, A3 and 18. RGB value is (219,163,24). Sum of RGB (Red+Green+Blue) = 219+163+24=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA318 is #245CE7. Grayscale: #A4A4A4. Windows color (decimal): -2383080 or 1614811. OLE color: 1614811.
HSL color Cylindrical-coordinate representation of color #DBA318: hue angle of 42.77º 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 #DBA318 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.14 |
| HSL | 42.77º | 0.8% | 0.48% | - |
| HSV(B) | 42.77º | 0.89% | 0.86% | - |
| XYZ | 42.48 | 41.32 | 6.6 | - |
| YUV | 163.9 | 49.05 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 24 | 0 | 0.26 | 0.89 | 0.14 | 42.77 | 0.8 | 0.48 |
| Hex | DB | A3 | 18 | 0 | 1A | 59 | E | 2B | 50 | 30 |
| Octal | 333 | 243 | 30 | 0 | 32 | 131 | 16 | 53 | 120 | 60 |
| Binary | 11011011 | 10100011 | 11000 | 0 | 11010 | 1011001 | 1110 | 101011 | 1010000 | 110000 |
Color Harmonies of #DBA318
Complementary color
Monochromatic Colors of #DBA318
Black with #DBA318
Text Example
Text Example
White with #DBA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA318; }
p { color: rgb(219,163,24); }
H1.HeaderClassName
{
color: #DBA318;
}
.AnyTagClassName
{
color: #DBA318;
}
</style>
background-color css
<style>
a { background-color: #DBA318; }
a { background-color: rgb(219,163,24); }
div.DivClassName
{
background-color: #DBA318;
}
.BgClassName
{
background-color: #DBA318;
}
</style>
border-color css
<style>
span { border-color: #DBA318; }
span { border-color: rgb(219,163,24); }
td.TdClassName
{
border-color: #DBA318;
}
.TagClassName
{
border-color: #DBA318;
}
</style>