Shades of Galliano #DBA429
Tints of Galliano #DBA429
RGB
CMYK
RGB Variations
Color information
#DBA429 (or 0xDBA429) is known color: Galliano. HEX triplet: DB, A4 and 29. RGB value is (219,164,41). Sum of RGB (Red+Green+Blue) = 219+164+41=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA429 is #245BD6. Grayscale: #A6A6A6. Windows color (decimal): -2382807 or 2729179. OLE color: 2729179.
HSL color Cylindrical-coordinate representation of color #DBA429: hue angle of 41.46º 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 #DBA429 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 41 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.14 |
| HSL | 41.46º | 0.71% | 0.51% | - |
| HSV(B) | 41.46º | 0.81% | 0.86% | - |
| XYZ | 42.89 | 41.77 | 7.9 | - |
| YUV | 166.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 41 | 0 | 0.25 | 0.81 | 0.14 | 41.46 | 0.71 | 0.51 |
| Hex | DB | A4 | 29 | 0 | 19 | 51 | E | 29 | 47 | 33 |
| Octal | 333 | 244 | 51 | 0 | 31 | 121 | 16 | 51 | 107 | 63 |
| Binary | 11011011 | 10100100 | 101001 | 0 | 11001 | 1010001 | 1110 | 101001 | 1000111 | 110011 |
Color Harmonies of #DBA429
Complementary color
Monochromatic Colors of #DBA429
Black with #DBA429
Text Example
Text Example
White with #DBA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA429; }
p { color: rgb(219,164,41); }
H1.HeaderClassName
{
color: #DBA429;
}
.AnyTagClassName
{
color: #DBA429;
}
</style>
background-color css
<style>
a { background-color: #DBA429; }
a { background-color: rgb(219,164,41); }
div.DivClassName
{
background-color: #DBA429;
}
.BgClassName
{
background-color: #DBA429;
}
</style>
border-color css
<style>
span { border-color: #DBA429; }
span { border-color: rgb(219,164,41); }
td.TdClassName
{
border-color: #DBA429;
}
.TagClassName
{
border-color: #DBA429;
}
</style>