Shades of Galliano #DBA01E
Tints of Galliano #DBA01E
RGB
CMYK
RGB Variations
Color information
#DBA01E (or 0xDBA01E) is known color: Galliano. HEX triplet: DB, A0 and 1E. RGB value is (219,160,30). Sum of RGB (Red+Green+Blue) = 219+160+30=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA01E is #245FE1. Grayscale: #A3A3A3. Windows color (decimal): -2383842 or 2007259. OLE color: 2007259.
HSL color Cylindrical-coordinate representation of color #DBA01E: hue angle of 41.27º 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 #DBA01E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.14 |
| HSL | 41.27º | 0.76% | 0.49% | - |
| HSV(B) | 41.27º | 0.86% | 0.86% | - |
| XYZ | 42.02 | 40.3 | 6.79 | - |
| YUV | 162.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 30 | 0 | 0.27 | 0.86 | 0.14 | 41.27 | 0.76 | 0.49 |
| Hex | DB | A0 | 1E | 0 | 1B | 56 | E | 29 | 4C | 31 |
| Octal | 333 | 240 | 36 | 0 | 33 | 126 | 16 | 51 | 114 | 61 |
| Binary | 11011011 | 10100000 | 11110 | 0 | 11011 | 1010110 | 1110 | 101001 | 1001100 | 110001 |
Color Harmonies of #DBA01E
Complementary color
Monochromatic Colors of #DBA01E
Black with #DBA01E
Text Example
Text Example
White with #DBA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA01E; }
p { color: rgb(219,160,30); }
H1.HeaderClassName
{
color: #DBA01E;
}
.AnyTagClassName
{
color: #DBA01E;
}
</style>
background-color css
<style>
a { background-color: #DBA01E; }
a { background-color: rgb(219,160,30); }
div.DivClassName
{
background-color: #DBA01E;
}
.BgClassName
{
background-color: #DBA01E;
}
</style>
border-color css
<style>
span { border-color: #DBA01E; }
span { border-color: rgb(219,160,30); }
td.TdClassName
{
border-color: #DBA01E;
}
.TagClassName
{
border-color: #DBA01E;
}
</style>