Shades of Galliano #DBAC17
Tints of Galliano #DBAC17
RGB
CMYK
RGB Variations
Color information
#DBAC17 (or 0xDBAC17) is known color: Galliano. HEX triplet: DB, AC and 17. RGB value is (219,172,23). Sum of RGB (Red+Green+Blue) = 219+172+23=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC17 is #2453E8. Grayscale: #A9A9A9. Windows color (decimal): -2380777 or 1551579. OLE color: 1551579.
HSL color Cylindrical-coordinate representation of color #DBAC17: hue angle of 45.61º 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 #DBAC17 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 23 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.14 |
| HSL | 45.61º | 0.81% | 0.47% | - |
| HSV(B) | 45.61º | 0.89% | 0.86% | - |
| XYZ | 44.12 | 44.63 | 7.1 | - |
| YUV | 169.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 23 | 0 | 0.21 | 0.89 | 0.14 | 45.61 | 0.81 | 0.47 |
| Hex | DB | AC | 17 | 0 | 15 | 59 | E | 2E | 51 | 2F |
| Octal | 333 | 254 | 27 | 0 | 25 | 131 | 16 | 56 | 121 | 57 |
| Binary | 11011011 | 10101100 | 10111 | 0 | 10101 | 1011001 | 1110 | 101110 | 1010001 | 101111 |
Color Harmonies of #DBAC17
Complementary color
Monochromatic Colors of #DBAC17
Black with #DBAC17
Text Example
Text Example
White with #DBAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC17; }
p { color: rgb(219,172,23); }
H1.HeaderClassName
{
color: #DBAC17;
}
.AnyTagClassName
{
color: #DBAC17;
}
</style>
background-color css
<style>
a { background-color: #DBAC17; }
a { background-color: rgb(219,172,23); }
div.DivClassName
{
background-color: #DBAC17;
}
.BgClassName
{
background-color: #DBAC17;
}
</style>
border-color css
<style>
span { border-color: #DBAC17; }
span { border-color: rgb(219,172,23); }
td.TdClassName
{
border-color: #DBAC17;
}
.TagClassName
{
border-color: #DBAC17;
}
</style>