Shades of Galliano #DBA71F
Tints of Galliano #DBA71F
RGB
CMYK
RGB Variations
Color information
#DBA71F (or 0xDBA71F) is known color: Galliano. HEX triplet: DB, A7 and 1F. RGB value is (219,167,31). Sum of RGB (Red+Green+Blue) = 219+167+31=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA71F is #2458E0. Grayscale: #A7A7A7. Windows color (decimal): -2382049 or 2074587. OLE color: 2074587.
HSL color Cylindrical-coordinate representation of color #DBA71F: hue angle of 43.4º degrees, saturation: 0.75, 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 #DBA71F is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 31 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.14 |
| HSL | 43.4º | 0.75% | 0.49% | - |
| HSV(B) | 43.4º | 0.86% | 0.86% | - |
| XYZ | 43.28 | 42.8 | 7.28 | - |
| YUV | 167.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 31 | 0 | 0.24 | 0.86 | 0.14 | 43.4 | 0.75 | 0.49 |
| Hex | DB | A7 | 1F | 0 | 18 | 56 | E | 2B | 4B | 31 |
| Octal | 333 | 247 | 37 | 0 | 30 | 126 | 16 | 53 | 113 | 61 |
| Binary | 11011011 | 10100111 | 11111 | 0 | 11000 | 1010110 | 1110 | 101011 | 1001011 | 110001 |
Color Harmonies of #DBA71F
Complementary color
Monochromatic Colors of #DBA71F
Black with #DBA71F
Text Example
Text Example
White with #DBA71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA71F; }
p { color: rgb(219,167,31); }
H1.HeaderClassName
{
color: #DBA71F;
}
.AnyTagClassName
{
color: #DBA71F;
}
</style>
background-color css
<style>
a { background-color: #DBA71F; }
a { background-color: rgb(219,167,31); }
div.DivClassName
{
background-color: #DBA71F;
}
.BgClassName
{
background-color: #DBA71F;
}
</style>
border-color css
<style>
span { border-color: #DBA71F; }
span { border-color: rgb(219,167,31); }
td.TdClassName
{
border-color: #DBA71F;
}
.TagClassName
{
border-color: #DBA71F;
}
</style>