Shades of Galliano #DBA91F
Tints of Galliano #DBA91F
RGB
CMYK
RGB Variations
Color information
#DBA91F (or 0xDBA91F) is known color: Galliano. HEX triplet: DB, A9 and 1F. RGB value is (219,169,31). Sum of RGB (Red+Green+Blue) = 219+169+31=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91F is #2456E0. Grayscale: #A8A8A8. Windows color (decimal): -2381537 or 2075099. OLE color: 2075099.
HSL color Cylindrical-coordinate representation of color #DBA91F: hue angle of 44.04º degrees, saturation: 0.75, 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 #DBA91F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 31 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.14 |
| HSL | 44.04º | 0.75% | 0.49% | - |
| HSV(B) | 44.04º | 0.86% | 0.86% | - |
| XYZ | 43.65 | 43.53 | 7.4 | - |
| YUV | 168.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 31 | 0 | 0.23 | 0.86 | 0.14 | 44.04 | 0.75 | 0.49 |
| Hex | DB | A9 | 1F | 0 | 17 | 56 | E | 2C | 4B | 31 |
| Octal | 333 | 251 | 37 | 0 | 27 | 126 | 16 | 54 | 113 | 61 |
| Binary | 11011011 | 10101001 | 11111 | 0 | 10111 | 1010110 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DBA91F
Complementary color
Monochromatic Colors of #DBA91F
Black with #DBA91F
Text Example
Text Example
White with #DBA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA91F; }
p { color: rgb(219,169,31); }
H1.HeaderClassName
{
color: #DBA91F;
}
.AnyTagClassName
{
color: #DBA91F;
}
</style>
background-color css
<style>
a { background-color: #DBA91F; }
a { background-color: rgb(219,169,31); }
div.DivClassName
{
background-color: #DBA91F;
}
.BgClassName
{
background-color: #DBA91F;
}
</style>
border-color css
<style>
span { border-color: #DBA91F; }
span { border-color: rgb(219,169,31); }
td.TdClassName
{
border-color: #DBA91F;
}
.TagClassName
{
border-color: #DBA91F;
}
</style>