Shades of Galliano #DBAB24
Tints of Galliano #DBAB24
RGB
CMYK
RGB Variations
Color information
#DBAB24 (or 0xDBAB24) is known color: Galliano. HEX triplet: DB, AB and 24. RGB value is (219,171,36). Sum of RGB (Red+Green+Blue) = 219+171+36=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB24 is #2454DB. Grayscale: #AAAAAA. Windows color (decimal): -2381020 or 2403291. OLE color: 2403291.
HSL color Cylindrical-coordinate representation of color #DBAB24: hue angle of 44.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBAB24 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 36 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.14 |
| HSL | 44.26º | 0.72% | 0.5% | - |
| HSV(B) | 44.26º | 0.84% | 0.86% | - |
| XYZ | 44.09 | 44.31 | 7.9 | - |
| YUV | 169.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 36 | 0 | 0.22 | 0.84 | 0.14 | 44.26 | 0.72 | 0.5 |
| Hex | DB | AB | 24 | 0 | 16 | 54 | E | 2C | 48 | 32 |
| Octal | 333 | 253 | 44 | 0 | 26 | 124 | 16 | 54 | 110 | 62 |
| Binary | 11011011 | 10101011 | 100100 | 0 | 10110 | 1010100 | 1110 | 101100 | 1001000 | 110010 |
Color Harmonies of #DBAB24
Complementary color
Monochromatic Colors of #DBAB24
Black with #DBAB24
Text Example
Text Example
White with #DBAB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB24; }
p { color: rgb(219,171,36); }
H1.HeaderClassName
{
color: #DBAB24;
}
.AnyTagClassName
{
color: #DBAB24;
}
</style>
background-color css
<style>
a { background-color: #DBAB24; }
a { background-color: rgb(219,171,36); }
div.DivClassName
{
background-color: #DBAB24;
}
.BgClassName
{
background-color: #DBAB24;
}
</style>
border-color css
<style>
span { border-color: #DBAB24; }
span { border-color: rgb(219,171,36); }
td.TdClassName
{
border-color: #DBAB24;
}
.TagClassName
{
border-color: #DBAB24;
}
</style>