Shades of Galliano #DBAB13
Tints of Galliano #DBAB13
RGB
CMYK
RGB Variations
Color information
#DBAB13 (or 0xDBAB13) is known color: Galliano. HEX triplet: DB, AB and 13. RGB value is (219,171,19). Sum of RGB (Red+Green+Blue) = 219+171+19=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB13 is #2454EC. Grayscale: #A8A8A8. Windows color (decimal): -2381037 or 1289179. OLE color: 1289179.
HSL color Cylindrical-coordinate representation of color #DBAB13: hue angle of 45.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAB13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 19 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.14 |
| HSL | 45.6º | 0.84% | 0.47% | - |
| HSV(B) | 45.6º | 0.91% | 0.86% | - |
| XYZ | 43.89 | 44.23 | 6.84 | - |
| YUV | 168.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 19 | 0 | 0.22 | 0.91 | 0.14 | 45.6 | 0.84 | 0.47 |
| Hex | DB | AB | 13 | 0 | 16 | 5B | E | 2E | 54 | 2F |
| Octal | 333 | 253 | 23 | 0 | 26 | 133 | 16 | 56 | 124 | 57 |
| Binary | 11011011 | 10101011 | 10011 | 0 | 10110 | 1011011 | 1110 | 101110 | 1010100 | 101111 |
Color Harmonies of #DBAB13
Complementary color
Monochromatic Colors of #DBAB13
Black with #DBAB13
Text Example
Text Example
White with #DBAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB13; }
p { color: rgb(219,171,19); }
H1.HeaderClassName
{
color: #DBAB13;
}
.AnyTagClassName
{
color: #DBAB13;
}
</style>
background-color css
<style>
a { background-color: #DBAB13; }
a { background-color: rgb(219,171,19); }
div.DivClassName
{
background-color: #DBAB13;
}
.BgClassName
{
background-color: #DBAB13;
}
</style>
border-color css
<style>
span { border-color: #DBAB13; }
span { border-color: rgb(219,171,19); }
td.TdClassName
{
border-color: #DBAB13;
}
.TagClassName
{
border-color: #DBAB13;
}
</style>