Shades of Galliano #DBAC12
Tints of Galliano #DBAC12
RGB
CMYK
RGB Variations
Color information
#DBAC12 (or 0xDBAC12) is known color: Galliano. HEX triplet: DB, AC and 12. RGB value is (219,172,18). Sum of RGB (Red+Green+Blue) = 219+172+18=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC12 is #2453ED. Grayscale: #A9A9A9. Windows color (decimal): -2380782 or 1223899. OLE color: 1223899.
HSL color Cylindrical-coordinate representation of color #DBAC12: hue angle of 45.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBAC12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.14 |
| HSL | 45.97º | 0.85% | 0.46% | - |
| HSV(B) | 45.97º | 0.92% | 0.86% | - |
| XYZ | 44.08 | 44.61 | 6.86 | - |
| YUV | 168.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 18 | 0 | 0.21 | 0.92 | 0.14 | 45.97 | 0.85 | 0.46 |
| Hex | DB | AC | 12 | 0 | 15 | 5C | E | 2E | 55 | 2E |
| Octal | 333 | 254 | 22 | 0 | 25 | 134 | 16 | 56 | 125 | 56 |
| Binary | 11011011 | 10101100 | 10010 | 0 | 10101 | 1011100 | 1110 | 101110 | 1010101 | 101110 |
Color Harmonies of #DBAC12
Complementary color
Monochromatic Colors of #DBAC12
Black with #DBAC12
Text Example
Text Example
White with #DBAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC12; }
p { color: rgb(219,172,18); }
H1.HeaderClassName
{
color: #DBAC12;
}
.AnyTagClassName
{
color: #DBAC12;
}
</style>
background-color css
<style>
a { background-color: #DBAC12; }
a { background-color: rgb(219,172,18); }
div.DivClassName
{
background-color: #DBAC12;
}
.BgClassName
{
background-color: #DBAC12;
}
</style>
border-color css
<style>
span { border-color: #DBAC12; }
span { border-color: rgb(219,172,18); }
td.TdClassName
{
border-color: #DBAC12;
}
.TagClassName
{
border-color: #DBAC12;
}
</style>