Shades of Galliano #DBB017
Tints of Galliano #DBB017
RGB
CMYK
RGB Variations
Color information
#DBB017 (or 0xDBB017) is known color: Galliano. HEX triplet: DB, B0 and 17. RGB value is (219,176,23). Sum of RGB (Red+Green+Blue) = 219+176+23=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB017 is #244FE8. Grayscale: #ACACAC. Windows color (decimal): -2379753 or 1552603. OLE color: 1552603.
HSL color Cylindrical-coordinate representation of color #DBB017: hue angle of 46.84º 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 #DBB017 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 23 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.14 |
| HSL | 46.84º | 0.81% | 0.47% | - |
| HSV(B) | 46.84º | 0.89% | 0.86% | - |
| XYZ | 44.89 | 46.17 | 7.36 | - |
| YUV | 171.42 | 44.25 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 23 | 0 | 0.20 | 0.89 | 0.14 | 46.84 | 0.81 | 0.47 |
| Hex | DB | B0 | 17 | 0 | 14 | 59 | E | 2F | 51 | 2F |
| Octal | 333 | 260 | 27 | 0 | 24 | 131 | 16 | 57 | 121 | 57 |
| Binary | 11011011 | 10110000 | 10111 | 0 | 10100 | 1011001 | 1110 | 101111 | 1010001 | 101111 |
Color Harmonies of #DBB017
Complementary color
Monochromatic Colors of #DBB017
Black with #DBB017
Text Example
Text Example
White with #DBB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB017; }
p { color: rgb(219,176,23); }
H1.HeaderClassName
{
color: #DBB017;
}
.AnyTagClassName
{
color: #DBB017;
}
</style>
background-color css
<style>
a { background-color: #DBB017; }
a { background-color: rgb(219,176,23); }
div.DivClassName
{
background-color: #DBB017;
}
.BgClassName
{
background-color: #DBB017;
}
</style>
border-color css
<style>
span { border-color: #DBB017; }
span { border-color: rgb(219,176,23); }
td.TdClassName
{
border-color: #DBB017;
}
.TagClassName
{
border-color: #DBB017;
}
</style>