Shades of Galliano #DBAB15
Tints of Galliano #DBAB15
RGB
CMYK
RGB Variations
Color information
#DBAB15 (or 0xDBAB15) is known color: Galliano. HEX triplet: DB, AB and 15. RGB value is (219,171,21). Sum of RGB (Red+Green+Blue) = 219+171+21=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB15 is #2454EA. Grayscale: #A8A8A8. Windows color (decimal): -2381035 or 1420251. OLE color: 1420251.
HSL color Cylindrical-coordinate representation of color #DBAB15: hue angle of 45.45º 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 #DBAB15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.14 |
| HSL | 45.45º | 0.83% | 0.47% | - |
| HSV(B) | 45.45º | 0.9% | 0.86% | - |
| XYZ | 43.91 | 44.24 | 6.93 | - |
| YUV | 168.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 21 | 0 | 0.22 | 0.90 | 0.14 | 45.45 | 0.83 | 0.47 |
| Hex | DB | AB | 15 | 0 | 16 | 5A | E | 2D | 52 | 2F |
| Octal | 333 | 253 | 25 | 0 | 26 | 132 | 16 | 55 | 122 | 57 |
| Binary | 11011011 | 10101011 | 10101 | 0 | 10110 | 1011010 | 1110 | 101101 | 1010010 | 101111 |
Color Harmonies of #DBAB15
Complementary color
Monochromatic Colors of #DBAB15
Black with #DBAB15
Text Example
Text Example
White with #DBAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB15; }
p { color: rgb(219,171,21); }
H1.HeaderClassName
{
color: #DBAB15;
}
.AnyTagClassName
{
color: #DBAB15;
}
</style>
background-color css
<style>
a { background-color: #DBAB15; }
a { background-color: rgb(219,171,21); }
div.DivClassName
{
background-color: #DBAB15;
}
.BgClassName
{
background-color: #DBAB15;
}
</style>
border-color css
<style>
span { border-color: #DBAB15; }
span { border-color: rgb(219,171,21); }
td.TdClassName
{
border-color: #DBAB15;
}
.TagClassName
{
border-color: #DBAB15;
}
</style>