Shades of Galliano #DBA217
Tints of Galliano #DBA217
RGB
CMYK
RGB Variations
Color information
#DBA217 (or 0xDBA217) is known color: Galliano. HEX triplet: DB, A2 and 17. RGB value is (219,162,23). Sum of RGB (Red+Green+Blue) = 219+162+23=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA217 is #245DE8. Grayscale: #A3A3A3. Windows color (decimal): -2383337 or 1549019. OLE color: 1549019.
HSL color Cylindrical-coordinate representation of color #DBA217: hue angle of 42.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBA217 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 23 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.14 |
| HSL | 42.55º | 0.81% | 0.47% | - |
| HSV(B) | 42.55º | 0.89% | 0.86% | - |
| XYZ | 42.29 | 40.96 | 6.49 | - |
| YUV | 163.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 23 | 0 | 0.26 | 0.89 | 0.14 | 42.55 | 0.81 | 0.47 |
| Hex | DB | A2 | 17 | 0 | 1A | 59 | E | 2B | 51 | 2F |
| Octal | 333 | 242 | 27 | 0 | 32 | 131 | 16 | 53 | 121 | 57 |
| Binary | 11011011 | 10100010 | 10111 | 0 | 11010 | 1011001 | 1110 | 101011 | 1010001 | 101111 |
Color Harmonies of #DBA217
Complementary color
Monochromatic Colors of #DBA217
Black with #DBA217
Text Example
Text Example
White with #DBA217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA217; }
p { color: rgb(219,162,23); }
H1.HeaderClassName
{
color: #DBA217;
}
.AnyTagClassName
{
color: #DBA217;
}
</style>
background-color css
<style>
a { background-color: #DBA217; }
a { background-color: rgb(219,162,23); }
div.DivClassName
{
background-color: #DBA217;
}
.BgClassName
{
background-color: #DBA217;
}
</style>
border-color css
<style>
span { border-color: #DBA217; }
span { border-color: rgb(219,162,23); }
td.TdClassName
{
border-color: #DBA217;
}
.TagClassName
{
border-color: #DBA217;
}
</style>