Shades of Galliano #DBAC14
Tints of Galliano #DBAC14
RGB
CMYK
RGB Variations
Color information
#DBAC14 (or 0xDBAC14) is known color: Galliano. HEX triplet: DB, AC and 14. RGB value is (219,172,20). Sum of RGB (Red+Green+Blue) = 219+172+20=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC14 is #2453EB. Grayscale: #A9A9A9. Windows color (decimal): -2380780 or 1354971. OLE color: 1354971.
HSL color Cylindrical-coordinate representation of color #DBAC14: hue angle of 45.83º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAC14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 20 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.14 |
| HSL | 45.83º | 0.83% | 0.47% | - |
| HSV(B) | 45.83º | 0.91% | 0.86% | - |
| XYZ | 44.09 | 44.62 | 6.95 | - |
| YUV | 168.73 | 44.07 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 20 | 0 | 0.21 | 0.91 | 0.14 | 45.83 | 0.83 | 0.47 |
| Hex | DB | AC | 14 | 0 | 15 | 5B | E | 2E | 53 | 2F |
| Octal | 333 | 254 | 24 | 0 | 25 | 133 | 16 | 56 | 123 | 57 |
| Binary | 11011011 | 10101100 | 10100 | 0 | 10101 | 1011011 | 1110 | 101110 | 1010011 | 101111 |
Color Harmonies of #DBAC14
Complementary color
Monochromatic Colors of #DBAC14
Black with #DBAC14
Text Example
Text Example
White with #DBAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC14; }
p { color: rgb(219,172,20); }
H1.HeaderClassName
{
color: #DBAC14;
}
.AnyTagClassName
{
color: #DBAC14;
}
</style>
background-color css
<style>
a { background-color: #DBAC14; }
a { background-color: rgb(219,172,20); }
div.DivClassName
{
background-color: #DBAC14;
}
.BgClassName
{
background-color: #DBAC14;
}
</style>
border-color css
<style>
span { border-color: #DBAC14; }
span { border-color: rgb(219,172,20); }
td.TdClassName
{
border-color: #DBAC14;
}
.TagClassName
{
border-color: #DBAC14;
}
</style>