Shades of Galliano #DBA71C
Tints of Galliano #DBA71C
RGB
CMYK
RGB Variations
Color information
#DBA71C (or 0xDBA71C) is known color: Galliano. HEX triplet: DB, A7 and 1C. RGB value is (219,167,28). Sum of RGB (Red+Green+Blue) = 219+167+28=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA71C is #2458E3. Grayscale: #A7A7A7. Windows color (decimal): -2382052 or 1877979. OLE color: 1877979.
HSL color Cylindrical-coordinate representation of color #DBA71C: hue angle of 43.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBA71C is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 28 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.14 |
| HSL | 43.66º | 0.77% | 0.48% | - |
| HSV(B) | 43.66º | 0.87% | 0.86% | - |
| XYZ | 43.24 | 42.78 | 7.08 | - |
| YUV | 166.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 28 | 0 | 0.24 | 0.87 | 0.14 | 43.66 | 0.77 | 0.48 |
| Hex | DB | A7 | 1C | 0 | 18 | 57 | E | 2C | 4D | 30 |
| Octal | 333 | 247 | 34 | 0 | 30 | 127 | 16 | 54 | 115 | 60 |
| Binary | 11011011 | 10100111 | 11100 | 0 | 11000 | 1010111 | 1110 | 101100 | 1001101 | 110000 |
Color Harmonies of #DBA71C
Complementary color
Monochromatic Colors of #DBA71C
Black with #DBA71C
Text Example
Text Example
White with #DBA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA71C; }
p { color: rgb(219,167,28); }
H1.HeaderClassName
{
color: #DBA71C;
}
.AnyTagClassName
{
color: #DBA71C;
}
</style>
background-color css
<style>
a { background-color: #DBA71C; }
a { background-color: rgb(219,167,28); }
div.DivClassName
{
background-color: #DBA71C;
}
.BgClassName
{
background-color: #DBA71C;
}
</style>
border-color css
<style>
span { border-color: #DBA71C; }
span { border-color: rgb(219,167,28); }
td.TdClassName
{
border-color: #DBA71C;
}
.TagClassName
{
border-color: #DBA71C;
}
</style>