Shades of Galliano #DBA81B
Tints of Galliano #DBA81B
RGB
CMYK
RGB Variations
Color information
#DBA81B (or 0xDBA81B) is known color: Galliano. HEX triplet: DB, A8 and 1B. RGB value is (219,168,27). Sum of RGB (Red+Green+Blue) = 219+168+27=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA81B is #2457E4. Grayscale: #A7A7A7. Windows color (decimal): -2381797 or 1812699. OLE color: 1812699.
HSL color Cylindrical-coordinate representation of color #DBA81B: hue angle of 44.06º 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 #DBA81B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 27 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.14 |
| HSL | 44.06º | 0.78% | 0.48% | - |
| HSV(B) | 44.06º | 0.88% | 0.86% | - |
| XYZ | 43.41 | 43.14 | 7.08 | - |
| YUV | 167.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 27 | 0 | 0.23 | 0.88 | 0.14 | 44.06 | 0.78 | 0.48 |
| Hex | DB | A8 | 1B | 0 | 17 | 58 | E | 2C | 4E | 30 |
| Octal | 333 | 250 | 33 | 0 | 27 | 130 | 16 | 54 | 116 | 60 |
| Binary | 11011011 | 10101000 | 11011 | 0 | 10111 | 1011000 | 1110 | 101100 | 1001110 | 110000 |
Color Harmonies of #DBA81B
Complementary color
Monochromatic Colors of #DBA81B
Black with #DBA81B
Text Example
Text Example
White with #DBA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA81B; }
p { color: rgb(219,168,27); }
H1.HeaderClassName
{
color: #DBA81B;
}
.AnyTagClassName
{
color: #DBA81B;
}
</style>
background-color css
<style>
a { background-color: #DBA81B; }
a { background-color: rgb(219,168,27); }
div.DivClassName
{
background-color: #DBA81B;
}
.BgClassName
{
background-color: #DBA81B;
}
</style>
border-color css
<style>
span { border-color: #DBA81B; }
span { border-color: rgb(219,168,27); }
td.TdClassName
{
border-color: #DBA81B;
}
.TagClassName
{
border-color: #DBA81B;
}
</style>