Shades of Galliano #DBA11F
Tints of Galliano #DBA11F
RGB
CMYK
RGB Variations
Color information
#DBA11F (or 0xDBA11F) is known color: Galliano. HEX triplet: DB, A1 and 1F. RGB value is (219,161,31). Sum of RGB (Red+Green+Blue) = 219+161+31=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA11F is #245EE0. Grayscale: #A4A4A4. Windows color (decimal): -2383585 or 2073051. OLE color: 2073051.
HSL color Cylindrical-coordinate representation of color #DBA11F: hue angle of 41.49º 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 #DBA11F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 31 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.14 |
| HSL | 41.49º | 0.75% | 0.49% | - |
| HSV(B) | 41.49º | 0.86% | 0.86% | - |
| XYZ | 42.21 | 40.65 | 6.92 | - |
| YUV | 163.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 31 | 0 | 0.26 | 0.86 | 0.14 | 41.49 | 0.75 | 0.49 |
| Hex | DB | A1 | 1F | 0 | 1A | 56 | E | 29 | 4B | 31 |
| Octal | 333 | 241 | 37 | 0 | 32 | 126 | 16 | 51 | 113 | 61 |
| Binary | 11011011 | 10100001 | 11111 | 0 | 11010 | 1010110 | 1110 | 101001 | 1001011 | 110001 |
Color Harmonies of #DBA11F
Complementary color
Monochromatic Colors of #DBA11F
Black with #DBA11F
Text Example
Text Example
White with #DBA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA11F; }
p { color: rgb(219,161,31); }
H1.HeaderClassName
{
color: #DBA11F;
}
.AnyTagClassName
{
color: #DBA11F;
}
</style>
background-color css
<style>
a { background-color: #DBA11F; }
a { background-color: rgb(219,161,31); }
div.DivClassName
{
background-color: #DBA11F;
}
.BgClassName
{
background-color: #DBA11F;
}
</style>
border-color css
<style>
span { border-color: #DBA11F; }
span { border-color: rgb(219,161,31); }
td.TdClassName
{
border-color: #DBA11F;
}
.TagClassName
{
border-color: #DBA11F;
}
</style>