Shades of Galliano #DBA431
Tints of Galliano #DBA431
RGB
CMYK
RGB Variations
Color information
#DBA431 (or 0xDBA431) is known color: Galliano. HEX triplet: DB, A4 and 31. RGB value is (219,164,49). Sum of RGB (Red+Green+Blue) = 219+164+49=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA431 is #245BCE. Grayscale: #A7A7A7. Windows color (decimal): -2382799 or 3253467. OLE color: 3253467.
HSL color Cylindrical-coordinate representation of color #DBA431: hue angle of 40.59º 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 #DBA431 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.14 |
| HSL | 40.59º | 0.7% | 0.53% | - |
| HSV(B) | 40.59º | 0.78% | 0.86% | - |
| XYZ | 43.04 | 41.83 | 8.71 | - |
| YUV | 167.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 49 | 0 | 0.25 | 0.78 | 0.14 | 40.59 | 0.7 | 0.53 |
| Hex | DB | A4 | 31 | 0 | 19 | 4E | E | 29 | 46 | 35 |
| Octal | 333 | 244 | 61 | 0 | 31 | 116 | 16 | 51 | 106 | 65 |
| Binary | 11011011 | 10100100 | 110001 | 0 | 11001 | 1001110 | 1110 | 101001 | 1000110 | 110101 |
Color Harmonies of #DBA431
Complementary color
Monochromatic Colors of #DBA431
Black with #DBA431
Text Example
Text Example
White with #DBA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA431; }
p { color: rgb(219,164,49); }
H1.HeaderClassName
{
color: #DBA431;
}
.AnyTagClassName
{
color: #DBA431;
}
</style>
background-color css
<style>
a { background-color: #DBA431; }
a { background-color: rgb(219,164,49); }
div.DivClassName
{
background-color: #DBA431;
}
.BgClassName
{
background-color: #DBA431;
}
</style>
border-color css
<style>
span { border-color: #DBA431; }
span { border-color: rgb(219,164,49); }
td.TdClassName
{
border-color: #DBA431;
}
.TagClassName
{
border-color: #DBA431;
}
</style>