Shades of Galliano #DBA91B
Tints of Galliano #DBA91B
RGB
CMYK
RGB Variations
Color information
#DBA91B (or 0xDBA91B) is known color: Galliano. HEX triplet: DB, A9 and 1B. RGB value is (219,169,27). Sum of RGB (Red+Green+Blue) = 219+169+27=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA91B is #2456E4. Grayscale: #A8A8A8. Windows color (decimal): -2381541 or 1812955. OLE color: 1812955.
HSL color Cylindrical-coordinate representation of color #DBA91B: hue angle of 44.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBA91B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 27 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.14 |
| HSL | 44.38º | 0.78% | 0.48% | - |
| HSV(B) | 44.38º | 0.88% | 0.86% | - |
| XYZ | 43.6 | 43.52 | 7.14 | - |
| YUV | 167.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 27 | 0 | 0.23 | 0.88 | 0.14 | 44.38 | 0.78 | 0.48 |
| Hex | DB | A9 | 1B | 0 | 17 | 58 | E | 2C | 4E | 30 |
| Octal | 333 | 251 | 33 | 0 | 27 | 130 | 16 | 54 | 116 | 60 |
| Binary | 11011011 | 10101001 | 11011 | 0 | 10111 | 1011000 | 1110 | 101100 | 1001110 | 110000 |
Color Harmonies of #DBA91B
Complementary color
Monochromatic Colors of #DBA91B
Black with #DBA91B
Text Example
Text Example
White with #DBA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA91B; }
p { color: rgb(219,169,27); }
H1.HeaderClassName
{
color: #DBA91B;
}
.AnyTagClassName
{
color: #DBA91B;
}
</style>
background-color css
<style>
a { background-color: #DBA91B; }
a { background-color: rgb(219,169,27); }
div.DivClassName
{
background-color: #DBA91B;
}
.BgClassName
{
background-color: #DBA91B;
}
</style>
border-color css
<style>
span { border-color: #DBA91B; }
span { border-color: rgb(219,169,27); }
td.TdClassName
{
border-color: #DBA91B;
}
.TagClassName
{
border-color: #DBA91B;
}
</style>