Shades of Galliano #DBA912
Tints of Galliano #DBA912
RGB
CMYK
RGB Variations
Color information
#DBA912 (or 0xDBA912) is known color: Galliano. HEX triplet: DB, A9 and 12. RGB value is (219,169,18). Sum of RGB (Red+Green+Blue) = 219+169+18=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA912 is #2456ED. Grayscale: #A7A7A7. Windows color (decimal): -2381550 or 1223131. OLE color: 1223131.
HSL color Cylindrical-coordinate representation of color #DBA912: hue angle of 45.07º 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 #DBA912 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.14 |
| HSL | 45.07º | 0.85% | 0.46% | - |
| HSV(B) | 45.07º | 0.92% | 0.86% | - |
| XYZ | 43.51 | 43.48 | 6.67 | - |
| YUV | 166.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 18 | 0 | 0.23 | 0.92 | 0.14 | 45.07 | 0.85 | 0.46 |
| Hex | DB | A9 | 12 | 0 | 17 | 5C | E | 2D | 55 | 2E |
| Octal | 333 | 251 | 22 | 0 | 27 | 134 | 16 | 55 | 125 | 56 |
| Binary | 11011011 | 10101001 | 10010 | 0 | 10111 | 1011100 | 1110 | 101101 | 1010101 | 101110 |
Color Harmonies of #DBA912
Complementary color
Monochromatic Colors of #DBA912
Black with #DBA912
Text Example
Text Example
White with #DBA912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA912; }
p { color: rgb(219,169,18); }
H1.HeaderClassName
{
color: #DBA912;
}
.AnyTagClassName
{
color: #DBA912;
}
</style>
background-color css
<style>
a { background-color: #DBA912; }
a { background-color: rgb(219,169,18); }
div.DivClassName
{
background-color: #DBA912;
}
.BgClassName
{
background-color: #DBA912;
}
</style>
border-color css
<style>
span { border-color: #DBA912; }
span { border-color: rgb(219,169,18); }
td.TdClassName
{
border-color: #DBA912;
}
.TagClassName
{
border-color: #DBA912;
}
</style>