Shades of Galliano #DBAA16
Tints of Galliano #DBAA16
RGB
CMYK
RGB Variations
Color information
#DBAA16 (or 0xDBAA16) is known color: Galliano. HEX triplet: DB, AA and 16. RGB value is (219,170,22). Sum of RGB (Red+Green+Blue) = 219+170+22=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA16 is #2455E9. Grayscale: #A8A8A8. Windows color (decimal): -2381290 or 1485531. OLE color: 1485531.
HSL color Cylindrical-coordinate representation of color #DBAA16: hue angle of 45.08º 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 #DBAA16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.14 |
| HSL | 45.08º | 0.82% | 0.47% | - |
| HSV(B) | 45.08º | 0.9% | 0.86% | - |
| XYZ | 43.73 | 43.87 | 6.92 | - |
| YUV | 167.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 22 | 0 | 0.22 | 0.90 | 0.14 | 45.08 | 0.82 | 0.47 |
| Hex | DB | AA | 16 | 0 | 16 | 5A | E | 2D | 52 | 2F |
| Octal | 333 | 252 | 26 | 0 | 26 | 132 | 16 | 55 | 122 | 57 |
| Binary | 11011011 | 10101010 | 10110 | 0 | 10110 | 1011010 | 1110 | 101101 | 1010010 | 101111 |
Color Harmonies of #DBAA16
Complementary color
Monochromatic Colors of #DBAA16
Black with #DBAA16
Text Example
Text Example
White with #DBAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA16; }
p { color: rgb(219,170,22); }
H1.HeaderClassName
{
color: #DBAA16;
}
.AnyTagClassName
{
color: #DBAA16;
}
</style>
background-color css
<style>
a { background-color: #DBAA16; }
a { background-color: rgb(219,170,22); }
div.DivClassName
{
background-color: #DBAA16;
}
.BgClassName
{
background-color: #DBAA16;
}
</style>
border-color css
<style>
span { border-color: #DBAA16; }
span { border-color: rgb(219,170,22); }
td.TdClassName
{
border-color: #DBAA16;
}
.TagClassName
{
border-color: #DBAA16;
}
</style>