Shades of Galliano #DBAD16
Tints of Galliano #DBAD16
RGB
CMYK
RGB Variations
Color information
#DBAD16 (or 0xDBAD16) is known color: Galliano. HEX triplet: DB, AD and 16. RGB value is (219,173,22). Sum of RGB (Red+Green+Blue) = 219+173+22=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD16 is #2452E9. Grayscale: #AAAAAA. Windows color (decimal): -2380522 or 1486299. OLE color: 1486299.
HSL color Cylindrical-coordinate representation of color #DBAD16: hue angle of 45.99º 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 #DBAD16 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 22 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.14 |
| HSL | 45.99º | 0.82% | 0.47% | - |
| HSV(B) | 45.99º | 0.9% | 0.86% | - |
| XYZ | 44.3 | 45.01 | 7.11 | - |
| YUV | 169.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 22 | 0 | 0.21 | 0.90 | 0.14 | 45.99 | 0.82 | 0.47 |
| Hex | DB | AD | 16 | 0 | 15 | 5A | E | 2E | 52 | 2F |
| Octal | 333 | 255 | 26 | 0 | 25 | 132 | 16 | 56 | 122 | 57 |
| Binary | 11011011 | 10101101 | 10110 | 0 | 10101 | 1011010 | 1110 | 101110 | 1010010 | 101111 |
Color Harmonies of #DBAD16
Complementary color
Monochromatic Colors of #DBAD16
Black with #DBAD16
Text Example
Text Example
White with #DBAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD16; }
p { color: rgb(219,173,22); }
H1.HeaderClassName
{
color: #DBAD16;
}
.AnyTagClassName
{
color: #DBAD16;
}
</style>
background-color css
<style>
a { background-color: #DBAD16; }
a { background-color: rgb(219,173,22); }
div.DivClassName
{
background-color: #DBAD16;
}
.BgClassName
{
background-color: #DBAD16;
}
</style>
border-color css
<style>
span { border-color: #DBAD16; }
span { border-color: rgb(219,173,22); }
td.TdClassName
{
border-color: #DBAD16;
}
.TagClassName
{
border-color: #DBAD16;
}
</style>