Shades of Galliano #DBA531
Tints of Galliano #DBA531
RGB
CMYK
RGB Variations
Color information
#DBA531 (or 0xDBA531) is known color: Galliano. HEX triplet: DB, A5 and 31. RGB value is (219,165,49). Sum of RGB (Red+Green+Blue) = 219+165+49=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA531 is #245ACE. Grayscale: #A8A8A8. Windows color (decimal): -2382543 or 3253723. OLE color: 3253723.
HSL color Cylindrical-coordinate representation of color #DBA531: hue angle of 40.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA531 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.14 |
| HSL | 40.94º | 0.7% | 0.53% | - |
| HSV(B) | 40.94º | 0.78% | 0.86% | - |
| XYZ | 43.22 | 42.19 | 8.77 | - |
| YUV | 167.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 49 | 0 | 0.25 | 0.78 | 0.14 | 40.94 | 0.7 | 0.53 |
| Hex | DB | A5 | 31 | 0 | 19 | 4E | E | 29 | 46 | 35 |
| Octal | 333 | 245 | 61 | 0 | 31 | 116 | 16 | 51 | 106 | 65 |
| Binary | 11011011 | 10100101 | 110001 | 0 | 11001 | 1001110 | 1110 | 101001 | 1000110 | 110101 |
Color Harmonies of #DBA531
Complementary color
Monochromatic Colors of #DBA531
Black with #DBA531
Text Example
Text Example
White with #DBA531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA531; }
p { color: rgb(219,165,49); }
H1.HeaderClassName
{
color: #DBA531;
}
.AnyTagClassName
{
color: #DBA531;
}
</style>
background-color css
<style>
a { background-color: #DBA531; }
a { background-color: rgb(219,165,49); }
div.DivClassName
{
background-color: #DBA531;
}
.BgClassName
{
background-color: #DBA531;
}
</style>
border-color css
<style>
span { border-color: #DBA531; }
span { border-color: rgb(219,165,49); }
td.TdClassName
{
border-color: #DBA531;
}
.TagClassName
{
border-color: #DBA531;
}
</style>