Shades of Galliano #DBA829
Tints of Galliano #DBA829
RGB
CMYK
RGB Variations
Color information
#DBA829 (or 0xDBA829) is known color: Galliano. HEX triplet: DB, A8 and 29. RGB value is (219,168,41). Sum of RGB (Red+Green+Blue) = 219+168+41=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA829 is #2457D6. Grayscale: #A9A9A9. Windows color (decimal): -2381783 or 2730203. OLE color: 2730203.
HSL color Cylindrical-coordinate representation of color #DBA829: hue angle of 42.81º 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 #DBA829 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 41 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.14 |
| HSL | 42.81º | 0.71% | 0.51% | - |
| HSV(B) | 42.81º | 0.81% | 0.86% | - |
| XYZ | 43.62 | 43.23 | 8.14 | - |
| YUV | 168.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 41 | 0 | 0.23 | 0.81 | 0.14 | 42.81 | 0.71 | 0.51 |
| Hex | DB | A8 | 29 | 0 | 17 | 51 | E | 2B | 47 | 33 |
| Octal | 333 | 250 | 51 | 0 | 27 | 121 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101000 | 101001 | 0 | 10111 | 1010001 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA829
Complementary color
Monochromatic Colors of #DBA829
Black with #DBA829
Text Example
Text Example
White with #DBA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA829; }
p { color: rgb(219,168,41); }
H1.HeaderClassName
{
color: #DBA829;
}
.AnyTagClassName
{
color: #DBA829;
}
</style>
background-color css
<style>
a { background-color: #DBA829; }
a { background-color: rgb(219,168,41); }
div.DivClassName
{
background-color: #DBA829;
}
.BgClassName
{
background-color: #DBA829;
}
</style>
border-color css
<style>
span { border-color: #DBA829; }
span { border-color: rgb(219,168,41); }
td.TdClassName
{
border-color: #DBA829;
}
.TagClassName
{
border-color: #DBA829;
}
</style>