Shades of Galliano #DBA51E
Tints of Galliano #DBA51E
RGB
CMYK
RGB Variations
Color information
#DBA51E (or 0xDBA51E) is known color: Galliano. HEX triplet: DB, A5 and 1E. RGB value is (219,165,30). Sum of RGB (Red+Green+Blue) = 219+165+30=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51E is #245AE1. Grayscale: #A6A6A6. Windows color (decimal): -2382562 or 2008539. OLE color: 2008539.
HSL color Cylindrical-coordinate representation of color #DBA51E: hue angle of 42.86º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBA51E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 30 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.14 |
| HSL | 42.86º | 0.76% | 0.49% | - |
| HSV(B) | 42.86º | 0.86% | 0.86% | - |
| XYZ | 42.9 | 42.06 | 7.09 | - |
| YUV | 165.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 30 | 0 | 0.25 | 0.86 | 0.14 | 42.86 | 0.76 | 0.49 |
| Hex | DB | A5 | 1E | 0 | 19 | 56 | E | 2B | 4C | 31 |
| Octal | 333 | 245 | 36 | 0 | 31 | 126 | 16 | 53 | 114 | 61 |
| Binary | 11011011 | 10100101 | 11110 | 0 | 11001 | 1010110 | 1110 | 101011 | 1001100 | 110001 |
Color Harmonies of #DBA51E
Complementary color
Monochromatic Colors of #DBA51E
Black with #DBA51E
Text Example
Text Example
White with #DBA51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA51E; }
p { color: rgb(219,165,30); }
H1.HeaderClassName
{
color: #DBA51E;
}
.AnyTagClassName
{
color: #DBA51E;
}
</style>
background-color css
<style>
a { background-color: #DBA51E; }
a { background-color: rgb(219,165,30); }
div.DivClassName
{
background-color: #DBA51E;
}
.BgClassName
{
background-color: #DBA51E;
}
</style>
border-color css
<style>
span { border-color: #DBA51E; }
span { border-color: rgb(219,165,30); }
td.TdClassName
{
border-color: #DBA51E;
}
.TagClassName
{
border-color: #DBA51E;
}
</style>