Shades of Galliano #DBAB19
Tints of Galliano #DBAB19
RGB
CMYK
RGB Variations
Color information
#DBAB19 (or 0xDBAB19) is known color: Galliano. HEX triplet: DB, AB and 19. RGB value is (219,171,25). Sum of RGB (Red+Green+Blue) = 219+171+25=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB19 is #2454E6. Grayscale: #A9A9A9. Windows color (decimal): -2381031 or 1682395. OLE color: 1682395.
HSL color Cylindrical-coordinate representation of color #DBAB19: hue angle of 45.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBAB19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 171 | 25 | - |
CMYK | 0 | 0.22 | 0.89 | 0.14 |
HSL | 45.15º | 0.8% | 0.48% | - |
HSV(B) | 45.15º | 0.89% | 0.86% | - |
XYZ | 43.95 | 44.26 | 7.15 | - |
YUV | 168.71 | 46.9 | 163.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 171 | 25 | 0 | 0.22 | 0.89 | 0.14 | 45.15 | 0.8 | 0.48 |
Hex | DB | AB | 19 | 0 | 16 | 59 | E | 2D | 50 | 30 |
Octal | 333 | 253 | 31 | 0 | 26 | 131 | 16 | 55 | 120 | 60 |
Binary | 11011011 | 10101011 | 11001 | 0 | 10110 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DBAB19
Complementary color
Monochromatic Colors of #DBAB19
Black with #DBAB19
Text Example
Text Example
White with #DBAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB19; }
p { color: rgb(219,171,25); }
H1.HeaderClassName
{
color: #DBAB19;
}
.AnyTagClassName
{
color: #DBAB19;
}
</style>
background-color css
<style>
a { background-color: #DBAB19; }
a { background-color: rgb(219,171,25); }
div.DivClassName
{
background-color: #DBAB19;
}
.BgClassName
{
background-color: #DBAB19;
}
</style>
border-color css
<style>
span { border-color: #DBAB19; }
span { border-color: rgb(219,171,25); }
td.TdClassName
{
border-color: #DBAB19;
}
.TagClassName
{
border-color: #DBAB19;
}
</style>