Shades of Galliano #DBA420
Tints of Galliano #DBA420
RGB
CMYK
RGB Variations
Color information
#DBA420 (or 0xDBA420) is known color: Galliano. HEX triplet: DB, A4 and 20. RGB value is (219,164,32). Sum of RGB (Red+Green+Blue) = 219+164+32=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA420 is #245BDF. Grayscale: #A5A5A5. Windows color (decimal): -2382816 or 2139355. OLE color: 2139355.
HSL color Cylindrical-coordinate representation of color #DBA420: hue angle of 42.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBA420 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.14 |
| HSL | 42.35º | 0.75% | 0.49% | - |
| HSV(B) | 42.35º | 0.85% | 0.86% | - |
| XYZ | 42.75 | 41.72 | 7.17 | - |
| YUV | 165.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 32 | 0 | 0.25 | 0.85 | 0.14 | 42.35 | 0.75 | 0.49 |
| Hex | DB | A4 | 20 | 0 | 19 | 55 | E | 2A | 4B | 31 |
| Octal | 333 | 244 | 40 | 0 | 31 | 125 | 16 | 52 | 113 | 61 |
| Binary | 11011011 | 10100100 | 100000 | 0 | 11001 | 1010101 | 1110 | 101010 | 1001011 | 110001 |
Color Harmonies of #DBA420
Complementary color
Monochromatic Colors of #DBA420
Black with #DBA420
Text Example
Text Example
White with #DBA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA420; }
p { color: rgb(219,164,32); }
H1.HeaderClassName
{
color: #DBA420;
}
.AnyTagClassName
{
color: #DBA420;
}
</style>
background-color css
<style>
a { background-color: #DBA420; }
a { background-color: rgb(219,164,32); }
div.DivClassName
{
background-color: #DBA420;
}
.BgClassName
{
background-color: #DBA420;
}
</style>
border-color css
<style>
span { border-color: #DBA420; }
span { border-color: rgb(219,164,32); }
td.TdClassName
{
border-color: #DBA420;
}
.TagClassName
{
border-color: #DBA420;
}
</style>