Shades of Galliano #DBAD10
Tints of Galliano #DBAD10
RGB
CMYK
RGB Variations
Color information
#DBAD10 (or 0xDBAD10) is known color: Galliano. HEX triplet: DB, AD and 10. RGB value is (219,173,16). Sum of RGB (Red+Green+Blue) = 219+173+16=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD10 is #2452EF. Grayscale: #A9A9A9. Windows color (decimal): -2380528 or 1093083. OLE color: 1093083.
HSL color Cylindrical-coordinate representation of color #DBAD10: hue angle of 46.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBAD10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.14 |
| HSL | 46.4º | 0.86% | 0.46% | - |
| HSV(B) | 46.4º | 0.93% | 0.86% | - |
| XYZ | 44.25 | 44.98 | 6.84 | - |
| YUV | 168.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 16 | 0 | 0.21 | 0.93 | 0.14 | 46.4 | 0.86 | 0.46 |
| Hex | DB | AD | 10 | 0 | 15 | 5D | E | 2E | 56 | 2E |
| Octal | 333 | 255 | 20 | 0 | 25 | 135 | 16 | 56 | 126 | 56 |
| Binary | 11011011 | 10101101 | 10000 | 0 | 10101 | 1011101 | 1110 | 101110 | 1010110 | 101110 |
Color Harmonies of #DBAD10
Complementary color
Monochromatic Colors of #DBAD10
Black with #DBAD10
Text Example
Text Example
White with #DBAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD10; }
p { color: rgb(219,173,16); }
H1.HeaderClassName
{
color: #DBAD10;
}
.AnyTagClassName
{
color: #DBAD10;
}
</style>
background-color css
<style>
a { background-color: #DBAD10; }
a { background-color: rgb(219,173,16); }
div.DivClassName
{
background-color: #DBAD10;
}
.BgClassName
{
background-color: #DBAD10;
}
</style>
border-color css
<style>
span { border-color: #DBAD10; }
span { border-color: rgb(219,173,16); }
td.TdClassName
{
border-color: #DBAD10;
}
.TagClassName
{
border-color: #DBAD10;
}
</style>