Shades of Galliano #DBA71E
Tints of Galliano #DBA71E
RGB
CMYK
RGB Variations
Color information
#DBA71E (or 0xDBA71E) is known color: Galliano. HEX triplet: DB, A7 and 1E. RGB value is (219,167,30). Sum of RGB (Red+Green+Blue) = 219+167+30=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA71E is #2458E1. Grayscale: #A7A7A7. Windows color (decimal): -2382050 or 2009051. OLE color: 2009051.
HSL color Cylindrical-coordinate representation of color #DBA71E: hue angle of 43.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBA71E is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 30 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.14 |
| HSL | 43.49º | 0.76% | 0.49% | - |
| HSV(B) | 43.49º | 0.86% | 0.86% | - |
| XYZ | 43.27 | 42.79 | 7.21 | - |
| YUV | 166.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 30 | 0 | 0.24 | 0.86 | 0.14 | 43.49 | 0.76 | 0.49 |
| Hex | DB | A7 | 1E | 0 | 18 | 56 | E | 2B | 4C | 31 |
| Octal | 333 | 247 | 36 | 0 | 30 | 126 | 16 | 53 | 114 | 61 |
| Binary | 11011011 | 10100111 | 11110 | 0 | 11000 | 1010110 | 1110 | 101011 | 1001100 | 110001 |
Color Harmonies of #DBA71E
Complementary color
Monochromatic Colors of #DBA71E
Black with #DBA71E
Text Example
Text Example
White with #DBA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA71E; }
p { color: rgb(219,167,30); }
H1.HeaderClassName
{
color: #DBA71E;
}
.AnyTagClassName
{
color: #DBA71E;
}
</style>
background-color css
<style>
a { background-color: #DBA71E; }
a { background-color: rgb(219,167,30); }
div.DivClassName
{
background-color: #DBA71E;
}
.BgClassName
{
background-color: #DBA71E;
}
</style>
border-color css
<style>
span { border-color: #DBA71E; }
span { border-color: rgb(219,167,30); }
td.TdClassName
{
border-color: #DBA71E;
}
.TagClassName
{
border-color: #DBA71E;
}
</style>