Shades of Galliano #DBA71D
Tints of Galliano #DBA71D
RGB
CMYK
RGB Variations
Color information
#DBA71D (or 0xDBA71D) is known color: Galliano. HEX triplet: DB, A7 and 1D. RGB value is (219,167,29). Sum of RGB (Red+Green+Blue) = 219+167+29=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA71D is #2458E2. Grayscale: #A7A7A7. Windows color (decimal): -2382051 or 1943515. OLE color: 1943515.
HSL color Cylindrical-coordinate representation of color #DBA71D: hue angle of 43.58º 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 #DBA71D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 29 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.14 |
| HSL | 43.58º | 0.77% | 0.49% | - |
| HSV(B) | 43.58º | 0.87% | 0.86% | - |
| XYZ | 43.25 | 42.79 | 7.14 | - |
| YUV | 166.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 29 | 0 | 0.24 | 0.87 | 0.14 | 43.58 | 0.77 | 0.49 |
| Hex | DB | A7 | 1D | 0 | 18 | 57 | E | 2C | 4D | 31 |
| Octal | 333 | 247 | 35 | 0 | 30 | 127 | 16 | 54 | 115 | 61 |
| Binary | 11011011 | 10100111 | 11101 | 0 | 11000 | 1010111 | 1110 | 101100 | 1001101 | 110001 |
Color Harmonies of #DBA71D
Complementary color
Monochromatic Colors of #DBA71D
Black with #DBA71D
Text Example
Text Example
White with #DBA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA71D; }
p { color: rgb(219,167,29); }
H1.HeaderClassName
{
color: #DBA71D;
}
.AnyTagClassName
{
color: #DBA71D;
}
</style>
background-color css
<style>
a { background-color: #DBA71D; }
a { background-color: rgb(219,167,29); }
div.DivClassName
{
background-color: #DBA71D;
}
.BgClassName
{
background-color: #DBA71D;
}
</style>
border-color css
<style>
span { border-color: #DBA71D; }
span { border-color: rgb(219,167,29); }
td.TdClassName
{
border-color: #DBA71D;
}
.TagClassName
{
border-color: #DBA71D;
}
</style>