Shades of Galliano #DBA42B
Tints of Galliano #DBA42B
RGB
CMYK
RGB Variations
Color information
#DBA42B (or 0xDBA42B) is known color: Galliano. HEX triplet: DB, A4 and 2B. RGB value is (219,164,43). Sum of RGB (Red+Green+Blue) = 219+164+43=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42B is #245BD4. Grayscale: #A7A7A7. Windows color (decimal): -2382805 or 2860251. OLE color: 2860251.
HSL color Cylindrical-coordinate representation of color #DBA42B: hue angle of 41.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA42B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 43 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.14 |
| HSL | 41.25º | 0.71% | 0.51% | - |
| HSV(B) | 41.25º | 0.8% | 0.86% | - |
| XYZ | 42.92 | 41.79 | 8.09 | - |
| YUV | 166.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 43 | 0 | 0.25 | 0.80 | 0.14 | 41.25 | 0.71 | 0.51 |
| Hex | DB | A4 | 2B | 0 | 19 | 50 | E | 29 | 47 | 33 |
| Octal | 333 | 244 | 53 | 0 | 31 | 120 | 16 | 51 | 107 | 63 |
| Binary | 11011011 | 10100100 | 101011 | 0 | 11001 | 1010000 | 1110 | 101001 | 1000111 | 110011 |
Color Harmonies of #DBA42B
Complementary color
Monochromatic Colors of #DBA42B
Black with #DBA42B
Text Example
Text Example
White with #DBA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA42B; }
p { color: rgb(219,164,43); }
H1.HeaderClassName
{
color: #DBA42B;
}
.AnyTagClassName
{
color: #DBA42B;
}
</style>
background-color css
<style>
a { background-color: #DBA42B; }
a { background-color: rgb(219,164,43); }
div.DivClassName
{
background-color: #DBA42B;
}
.BgClassName
{
background-color: #DBA42B;
}
</style>
border-color css
<style>
span { border-color: #DBA42B; }
span { border-color: rgb(219,164,43); }
td.TdClassName
{
border-color: #DBA42B;
}
.TagClassName
{
border-color: #DBA42B;
}
</style>