Shades of Galliano #DBA620
Tints of Galliano #DBA620
RGB
CMYK
RGB Variations
Color information
#DBA620 (or 0xDBA620) is known color: Galliano. HEX triplet: DB, A6 and 20. RGB value is (219,166,32). Sum of RGB (Red+Green+Blue) = 219+166+32=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA620 is #2459DF. Grayscale: #A7A7A7. Windows color (decimal): -2382304 or 2139867. OLE color: 2139867.
HSL color Cylindrical-coordinate representation of color #DBA620: hue angle of 42.99º 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 #DBA620 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 32 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.14 |
| HSL | 42.99º | 0.75% | 0.49% | - |
| HSV(B) | 42.99º | 0.85% | 0.86% | - |
| XYZ | 43.11 | 42.44 | 7.29 | - |
| YUV | 166.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 32 | 0 | 0.24 | 0.85 | 0.14 | 42.99 | 0.75 | 0.49 |
| Hex | DB | A6 | 20 | 0 | 18 | 55 | E | 2B | 4B | 31 |
| Octal | 333 | 246 | 40 | 0 | 30 | 125 | 16 | 53 | 113 | 61 |
| Binary | 11011011 | 10100110 | 100000 | 0 | 11000 | 1010101 | 1110 | 101011 | 1001011 | 110001 |
Color Harmonies of #DBA620
Complementary color
Monochromatic Colors of #DBA620
Black with #DBA620
Text Example
Text Example
White with #DBA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA620; }
p { color: rgb(219,166,32); }
H1.HeaderClassName
{
color: #DBA620;
}
.AnyTagClassName
{
color: #DBA620;
}
</style>
background-color css
<style>
a { background-color: #DBA620; }
a { background-color: rgb(219,166,32); }
div.DivClassName
{
background-color: #DBA620;
}
.BgClassName
{
background-color: #DBA620;
}
</style>
border-color css
<style>
span { border-color: #DBA620; }
span { border-color: rgb(219,166,32); }
td.TdClassName
{
border-color: #DBA620;
}
.TagClassName
{
border-color: #DBA620;
}
</style>