Shades of Galliano #DBAC18
Tints of Galliano #DBAC18
RGB
CMYK
RGB Variations
Color information
#DBAC18 (or 0xDBAC18) is known color: Galliano. HEX triplet: DB, AC and 18. RGB value is (219,172,24). Sum of RGB (Red+Green+Blue) = 219+172+24=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC18 is #2453E7. Grayscale: #A9A9A9. Windows color (decimal): -2380776 or 1617115. OLE color: 1617115.
HSL color Cylindrical-coordinate representation of color #DBAC18: hue angle of 45.54º 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 #DBAC18 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 24 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.14 |
| HSL | 45.54º | 0.8% | 0.48% | - |
| HSV(B) | 45.54º | 0.89% | 0.86% | - |
| XYZ | 44.13 | 44.63 | 7.15 | - |
| YUV | 169.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 24 | 0 | 0.21 | 0.89 | 0.14 | 45.54 | 0.8 | 0.48 |
| Hex | DB | AC | 18 | 0 | 15 | 59 | E | 2E | 50 | 30 |
| Octal | 333 | 254 | 30 | 0 | 25 | 131 | 16 | 56 | 120 | 60 |
| Binary | 11011011 | 10101100 | 11000 | 0 | 10101 | 1011001 | 1110 | 101110 | 1010000 | 110000 |
Color Harmonies of #DBAC18
Complementary color
Monochromatic Colors of #DBAC18
Black with #DBAC18
Text Example
Text Example
White with #DBAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC18; }
p { color: rgb(219,172,24); }
H1.HeaderClassName
{
color: #DBAC18;
}
.AnyTagClassName
{
color: #DBAC18;
}
</style>
background-color css
<style>
a { background-color: #DBAC18; }
a { background-color: rgb(219,172,24); }
div.DivClassName
{
background-color: #DBAC18;
}
.BgClassName
{
background-color: #DBAC18;
}
</style>
border-color css
<style>
span { border-color: #DBAC18; }
span { border-color: rgb(219,172,24); }
td.TdClassName
{
border-color: #DBAC18;
}
.TagClassName
{
border-color: #DBAC18;
}
</style>