Shades of Galliano #DBA31D
Tints of Galliano #DBA31D
RGB
CMYK
RGB Variations
Color information
#DBA31D (or 0xDBA31D) is known color: Galliano. HEX triplet: DB, A3 and 1D. RGB value is (219,163,29). Sum of RGB (Red+Green+Blue) = 219+163+29=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA31D is #245CE2. Grayscale: #A5A5A5. Windows color (decimal): -2383075 or 1942491. OLE color: 1942491.
HSL color Cylindrical-coordinate representation of color #DBA31D: hue angle of 42.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBA31D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.14 |
| HSL | 42.32º | 0.77% | 0.49% | - |
| HSV(B) | 42.32º | 0.87% | 0.86% | - |
| XYZ | 42.53 | 41.34 | 6.9 | - |
| YUV | 164.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 29 | 0 | 0.26 | 0.87 | 0.14 | 42.32 | 0.77 | 0.49 |
| Hex | DB | A3 | 1D | 0 | 1A | 57 | E | 2A | 4D | 31 |
| Octal | 333 | 243 | 35 | 0 | 32 | 127 | 16 | 52 | 115 | 61 |
| Binary | 11011011 | 10100011 | 11101 | 0 | 11010 | 1010111 | 1110 | 101010 | 1001101 | 110001 |
Color Harmonies of #DBA31D
Complementary color
Monochromatic Colors of #DBA31D
Black with #DBA31D
Text Example
Text Example
White with #DBA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA31D; }
p { color: rgb(219,163,29); }
H1.HeaderClassName
{
color: #DBA31D;
}
.AnyTagClassName
{
color: #DBA31D;
}
</style>
background-color css
<style>
a { background-color: #DBA31D; }
a { background-color: rgb(219,163,29); }
div.DivClassName
{
background-color: #DBA31D;
}
.BgClassName
{
background-color: #DBA31D;
}
</style>
border-color css
<style>
span { border-color: #DBA31D; }
span { border-color: rgb(219,163,29); }
td.TdClassName
{
border-color: #DBA31D;
}
.TagClassName
{
border-color: #DBA31D;
}
</style>