Shades of Galliano #DBA128
Tints of Galliano #DBA128
RGB
CMYK
RGB Variations
Color information
#DBA128 (or 0xDBA128) is known color: Galliano. HEX triplet: DB, A1 and 28. RGB value is (219,161,40). Sum of RGB (Red+Green+Blue) = 219+161+40=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA128 is #245ED7. Grayscale: #A5A5A5. Windows color (decimal): -2383576 or 2662875. OLE color: 2662875.
HSL color Cylindrical-coordinate representation of color #DBA128: hue angle of 40.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBA128 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.14 |
| HSL | 40.56º | 0.71% | 0.51% | - |
| HSV(B) | 40.56º | 0.82% | 0.86% | - |
| XYZ | 42.34 | 40.7 | 7.63 | - |
| YUV | 164.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 40 | 0 | 0.26 | 0.82 | 0.14 | 40.56 | 0.71 | 0.51 |
| Hex | DB | A1 | 28 | 0 | 1A | 52 | E | 29 | 47 | 33 |
| Octal | 333 | 241 | 50 | 0 | 32 | 122 | 16 | 51 | 107 | 63 |
| Binary | 11011011 | 10100001 | 101000 | 0 | 11010 | 1010010 | 1110 | 101001 | 1000111 | 110011 |
Color Harmonies of #DBA128
Complementary color
Monochromatic Colors of #DBA128
Black with #DBA128
Text Example
Text Example
White with #DBA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA128; }
p { color: rgb(219,161,40); }
H1.HeaderClassName
{
color: #DBA128;
}
.AnyTagClassName
{
color: #DBA128;
}
</style>
background-color css
<style>
a { background-color: #DBA128; }
a { background-color: rgb(219,161,40); }
div.DivClassName
{
background-color: #DBA128;
}
.BgClassName
{
background-color: #DBA128;
}
</style>
border-color css
<style>
span { border-color: #DBA128; }
span { border-color: rgb(219,161,40); }
td.TdClassName
{
border-color: #DBA128;
}
.TagClassName
{
border-color: #DBA128;
}
</style>