Shades of Galliano #DBA329
Tints of Galliano #DBA329
RGB
CMYK
RGB Variations
Color information
#DBA329 (or 0xDBA329) is known color: Galliano. HEX triplet: DB, A3 and 29. RGB value is (219,163,41). Sum of RGB (Red+Green+Blue) = 219+163+41=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA329 is #245CD6. Grayscale: #A6A6A6. Windows color (decimal): -2383063 or 2728923. OLE color: 2728923.
HSL color Cylindrical-coordinate representation of color #DBA329: hue angle of 41.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBA329 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 41 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.14 |
| HSL | 41.12º | 0.71% | 0.51% | - |
| HSV(B) | 41.12º | 0.81% | 0.86% | - |
| XYZ | 42.71 | 41.41 | 7.84 | - |
| YUV | 165.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 41 | 0 | 0.26 | 0.81 | 0.14 | 41.12 | 0.71 | 0.51 |
| Hex | DB | A3 | 29 | 0 | 1A | 51 | E | 29 | 47 | 33 |
| Octal | 333 | 243 | 51 | 0 | 32 | 121 | 16 | 51 | 107 | 63 |
| Binary | 11011011 | 10100011 | 101001 | 0 | 11010 | 1010001 | 1110 | 101001 | 1000111 | 110011 |
Color Harmonies of #DBA329
Complementary color
Monochromatic Colors of #DBA329
Black with #DBA329
Text Example
Text Example
White with #DBA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA329; }
p { color: rgb(219,163,41); }
H1.HeaderClassName
{
color: #DBA329;
}
.AnyTagClassName
{
color: #DBA329;
}
</style>
background-color css
<style>
a { background-color: #DBA329; }
a { background-color: rgb(219,163,41); }
div.DivClassName
{
background-color: #DBA329;
}
.BgClassName
{
background-color: #DBA329;
}
</style>
border-color css
<style>
span { border-color: #DBA329; }
span { border-color: rgb(219,163,41); }
td.TdClassName
{
border-color: #DBA329;
}
.TagClassName
{
border-color: #DBA329;
}
</style>