Shades of Galliano #DBA028
Tints of Galliano #DBA028
RGB
CMYK
RGB Variations
Color information
#DBA028 (or 0xDBA028) is known color: Galliano. HEX triplet: DB, A0 and 28. RGB value is (219,160,40). Sum of RGB (Red+Green+Blue) = 219+160+40=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA028 is #245FD7. Grayscale: #A4A4A4. Windows color (decimal): -2383832 or 2662619. OLE color: 2662619.
HSL color Cylindrical-coordinate representation of color #DBA028: hue angle of 40.22º 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 #DBA028 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.14 |
| HSL | 40.22º | 0.71% | 0.51% | - |
| HSV(B) | 40.22º | 0.82% | 0.86% | - |
| XYZ | 42.17 | 40.35 | 7.57 | - |
| YUV | 163.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 40 | 0 | 0.27 | 0.82 | 0.14 | 40.22 | 0.71 | 0.51 |
| Hex | DB | A0 | 28 | 0 | 1B | 52 | E | 28 | 47 | 33 |
| Octal | 333 | 240 | 50 | 0 | 33 | 122 | 16 | 50 | 107 | 63 |
| Binary | 11011011 | 10100000 | 101000 | 0 | 11011 | 1010010 | 1110 | 101000 | 1000111 | 110011 |
Color Harmonies of #DBA028
Complementary color
Monochromatic Colors of #DBA028
Black with #DBA028
Text Example
Text Example
White with #DBA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA028; }
p { color: rgb(219,160,40); }
H1.HeaderClassName
{
color: #DBA028;
}
.AnyTagClassName
{
color: #DBA028;
}
</style>
background-color css
<style>
a { background-color: #DBA028; }
a { background-color: rgb(219,160,40); }
div.DivClassName
{
background-color: #DBA028;
}
.BgClassName
{
background-color: #DBA028;
}
</style>
border-color css
<style>
span { border-color: #DBA028; }
span { border-color: rgb(219,160,40); }
td.TdClassName
{
border-color: #DBA028;
}
.TagClassName
{
border-color: #DBA028;
}
</style>