Shades of Galliano #DBAC15
Tints of Galliano #DBAC15
RGB
CMYK
RGB Variations
Color information
#DBAC15 (or 0xDBAC15) is known color: Galliano. HEX triplet: DB, AC and 15. RGB value is (219,172,21). Sum of RGB (Red+Green+Blue) = 219+172+21=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC15 is #2453EA. Grayscale: #A9A9A9. Windows color (decimal): -2380779 or 1420507. OLE color: 1420507.
HSL color Cylindrical-coordinate representation of color #DBAC15: hue angle of 45.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBAC15 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 21 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.14 |
| HSL | 45.76º | 0.83% | 0.47% | - |
| HSV(B) | 45.76º | 0.9% | 0.86% | - |
| XYZ | 44.1 | 44.62 | 7 | - |
| YUV | 168.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 21 | 0 | 0.21 | 0.90 | 0.14 | 45.76 | 0.83 | 0.47 |
| Hex | DB | AC | 15 | 0 | 15 | 5A | E | 2E | 52 | 2F |
| Octal | 333 | 254 | 25 | 0 | 25 | 132 | 16 | 56 | 122 | 57 |
| Binary | 11011011 | 10101100 | 10101 | 0 | 10101 | 1011010 | 1110 | 101110 | 1010010 | 101111 |
Color Harmonies of #DBAC15
Complementary color
Monochromatic Colors of #DBAC15
Black with #DBAC15
Text Example
Text Example
White with #DBAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC15; }
p { color: rgb(219,172,21); }
H1.HeaderClassName
{
color: #DBAC15;
}
.AnyTagClassName
{
color: #DBAC15;
}
</style>
background-color css
<style>
a { background-color: #DBAC15; }
a { background-color: rgb(219,172,21); }
div.DivClassName
{
background-color: #DBAC15;
}
.BgClassName
{
background-color: #DBAC15;
}
</style>
border-color css
<style>
span { border-color: #DBAC15; }
span { border-color: rgb(219,172,21); }
td.TdClassName
{
border-color: #DBAC15;
}
.TagClassName
{
border-color: #DBAC15;
}
</style>