Shades of Galliano #DBA91E
Tints of Galliano #DBA91E
RGB
CMYK
RGB Variations
Color information
#DBA91E (or 0xDBA91E) is known color: Galliano. HEX triplet: DB, A9 and 1E. RGB value is (219,169,30). Sum of RGB (Red+Green+Blue) = 219+169+30=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91E is #2456E1. Grayscale: #A8A8A8. Windows color (decimal): -2381538 or 2009563. OLE color: 2009563.
HSL color Cylindrical-coordinate representation of color #DBA91E: hue angle of 44.13º 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 #DBA91E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.14 |
| HSL | 44.13º | 0.76% | 0.49% | - |
| HSV(B) | 44.13º | 0.86% | 0.86% | - |
| XYZ | 43.64 | 43.53 | 7.33 | - |
| YUV | 168.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 30 | 0 | 0.23 | 0.86 | 0.14 | 44.13 | 0.76 | 0.49 |
| Hex | DB | A9 | 1E | 0 | 17 | 56 | E | 2C | 4C | 31 |
| Octal | 333 | 251 | 36 | 0 | 27 | 126 | 16 | 54 | 114 | 61 |
| Binary | 11011011 | 10101001 | 11110 | 0 | 10111 | 1010110 | 1110 | 101100 | 1001100 | 110001 |
Color Harmonies of #DBA91E
Complementary color
Monochromatic Colors of #DBA91E
Black with #DBA91E
Text Example
Text Example
White with #DBA91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA91E; }
p { color: rgb(219,169,30); }
H1.HeaderClassName
{
color: #DBA91E;
}
.AnyTagClassName
{
color: #DBA91E;
}
</style>
background-color css
<style>
a { background-color: #DBA91E; }
a { background-color: rgb(219,169,30); }
div.DivClassName
{
background-color: #DBA91E;
}
.BgClassName
{
background-color: #DBA91E;
}
</style>
border-color css
<style>
span { border-color: #DBA91E; }
span { border-color: rgb(219,169,30); }
td.TdClassName
{
border-color: #DBA91E;
}
.TagClassName
{
border-color: #DBA91E;
}
</style>