Shades of Galliano #DBA814
Tints of Galliano #DBA814
RGB
CMYK
RGB Variations
Color information
#DBA814 (or 0xDBA814) is known color: Galliano. HEX triplet: DB, A8 and 14. RGB value is (219,168,20). Sum of RGB (Red+Green+Blue) = 219+168+20=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA814 is #2457EB. Grayscale: #A7A7A7. Windows color (decimal): -2381804 or 1353947. OLE color: 1353947.
HSL color Cylindrical-coordinate representation of color #DBA814: hue angle of 44.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA814 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.14 |
| HSL | 44.62º | 0.83% | 0.47% | - |
| HSV(B) | 44.62º | 0.91% | 0.86% | - |
| XYZ | 43.34 | 43.12 | 6.7 | - |
| YUV | 166.38 | 45.4 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 20 | 0 | 0.23 | 0.91 | 0.14 | 44.62 | 0.83 | 0.47 |
| Hex | DB | A8 | 14 | 0 | 17 | 5B | E | 2D | 53 | 2F |
| Octal | 333 | 250 | 24 | 0 | 27 | 133 | 16 | 55 | 123 | 57 |
| Binary | 11011011 | 10101000 | 10100 | 0 | 10111 | 1011011 | 1110 | 101101 | 1010011 | 101111 |
Color Harmonies of #DBA814
Complementary color
Monochromatic Colors of #DBA814
Black with #DBA814
Text Example
Text Example
White with #DBA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA814; }
p { color: rgb(219,168,20); }
H1.HeaderClassName
{
color: #DBA814;
}
.AnyTagClassName
{
color: #DBA814;
}
</style>
background-color css
<style>
a { background-color: #DBA814; }
a { background-color: rgb(219,168,20); }
div.DivClassName
{
background-color: #DBA814;
}
.BgClassName
{
background-color: #DBA814;
}
</style>
border-color css
<style>
span { border-color: #DBA814; }
span { border-color: rgb(219,168,20); }
td.TdClassName
{
border-color: #DBA814;
}
.TagClassName
{
border-color: #DBA814;
}
</style>