Shades of Galliano #DBAB16
Tints of Galliano #DBAB16
RGB
CMYK
RGB Variations
Color information
#DBAB16 (or 0xDBAB16) is known color: Galliano. HEX triplet: DB, AB and 16. RGB value is (219,171,22). Sum of RGB (Red+Green+Blue) = 219+171+22=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB16 is #2454E9. Grayscale: #A9A9A9. Windows color (decimal): -2381034 or 1485787. OLE color: 1485787.
HSL color Cylindrical-coordinate representation of color #DBAB16: hue angle of 45.38º 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 #DBAB16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.14 |
| HSL | 45.38º | 0.82% | 0.47% | - |
| HSV(B) | 45.38º | 0.9% | 0.86% | - |
| XYZ | 43.92 | 44.24 | 6.98 | - |
| YUV | 168.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 22 | 0 | 0.22 | 0.90 | 0.14 | 45.38 | 0.82 | 0.47 |
| Hex | DB | AB | 16 | 0 | 16 | 5A | E | 2D | 52 | 2F |
| Octal | 333 | 253 | 26 | 0 | 26 | 132 | 16 | 55 | 122 | 57 |
| Binary | 11011011 | 10101011 | 10110 | 0 | 10110 | 1011010 | 1110 | 101101 | 1010010 | 101111 |
Color Harmonies of #DBAB16
Complementary color
Monochromatic Colors of #DBAB16
Black with #DBAB16
Text Example
Text Example
White with #DBAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB16; }
p { color: rgb(219,171,22); }
H1.HeaderClassName
{
color: #DBAB16;
}
.AnyTagClassName
{
color: #DBAB16;
}
</style>
background-color css
<style>
a { background-color: #DBAB16; }
a { background-color: rgb(219,171,22); }
div.DivClassName
{
background-color: #DBAB16;
}
.BgClassName
{
background-color: #DBAB16;
}
</style>
border-color css
<style>
span { border-color: #DBAB16; }
span { border-color: rgb(219,171,22); }
td.TdClassName
{
border-color: #DBAB16;
}
.TagClassName
{
border-color: #DBAB16;
}
</style>