Shades of Galliano #DBAA17
Tints of Galliano #DBAA17
RGB
CMYK
RGB Variations
Color information
#DBAA17 (or 0xDBAA17) is known color: Galliano. HEX triplet: DB, AA and 17. RGB value is (219,170,23). Sum of RGB (Red+Green+Blue) = 219+170+23=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA17 is #2455E8. Grayscale: #A8A8A8. Windows color (decimal): -2381289 or 1551067. OLE color: 1551067.
HSL color Cylindrical-coordinate representation of color #DBAA17: hue angle of 45º 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 #DBAA17 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 23 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.14 |
| HSL | 45º | 0.81% | 0.47% | - |
| HSV(B) | 45º | 0.89% | 0.86% | - |
| XYZ | 43.74 | 43.87 | 6.97 | - |
| YUV | 167.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 23 | 0 | 0.22 | 0.89 | 0.14 | 45 | 0.81 | 0.47 |
| Hex | DB | AA | 17 | 0 | 16 | 59 | E | 2D | 51 | 2F |
| Octal | 333 | 252 | 27 | 0 | 26 | 131 | 16 | 55 | 121 | 57 |
| Binary | 11011011 | 10101010 | 10111 | 0 | 10110 | 1011001 | 1110 | 101101 | 1010001 | 101111 |
Color Harmonies of #DBAA17
Complementary color
Monochromatic Colors of #DBAA17
Black with #DBAA17
Text Example
Text Example
White with #DBAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA17; }
p { color: rgb(219,170,23); }
H1.HeaderClassName
{
color: #DBAA17;
}
.AnyTagClassName
{
color: #DBAA17;
}
</style>
background-color css
<style>
a { background-color: #DBAA17; }
a { background-color: rgb(219,170,23); }
div.DivClassName
{
background-color: #DBAA17;
}
.BgClassName
{
background-color: #DBAA17;
}
</style>
border-color css
<style>
span { border-color: #DBAA17; }
span { border-color: rgb(219,170,23); }
td.TdClassName
{
border-color: #DBAA17;
}
.TagClassName
{
border-color: #DBAA17;
}
</style>