Shades of Galliano #D19F16
Tints of Galliano #D19F16
RGB
CMYK
RGB Variations
Color information
#D19F16 (or 0xD19F16) is known color: Galliano. HEX triplet: D1, 9F and 16. RGB value is (209,159,22). Sum of RGB (Red+Green+Blue) = 209+159+22=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F16 is #2E60E9. Grayscale: #9E9E9E. Windows color (decimal): -3039466 or 1482705. OLE color: 1482705.
HSL color Cylindrical-coordinate representation of color #D19F16: hue angle of 43.96º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D19F16 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 22 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.18 |
| HSL | 43.96º | 0.81% | 0.45% | - |
| HSV(B) | 43.96º | 0.89% | 0.82% | - |
| XYZ | 38.84 | 38.41 | 6.13 | - |
| YUV | 158.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 22 | 0 | 0.24 | 0.89 | 0.18 | 43.96 | 0.81 | 0.45 |
| Hex | D1 | 9F | 16 | 0 | 18 | 59 | 12 | 2C | 51 | 2D |
| Octal | 321 | 237 | 26 | 0 | 30 | 131 | 22 | 54 | 121 | 55 |
| Binary | 11010001 | 10011111 | 10110 | 0 | 11000 | 1011001 | 10010 | 101100 | 1010001 | 101101 |
Color Harmonies of #D19F16
Complementary color
Monochromatic Colors of #D19F16
Black with #D19F16
Text Example
Text Example
White with #D19F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F16; }
p { color: rgb(209,159,22); }
H1.HeaderClassName
{
color: #D19F16;
}
.AnyTagClassName
{
color: #D19F16;
}
</style>
background-color css
<style>
a { background-color: #D19F16; }
a { background-color: rgb(209,159,22); }
div.DivClassName
{
background-color: #D19F16;
}
.BgClassName
{
background-color: #D19F16;
}
</style>
border-color css
<style>
span { border-color: #D19F16; }
span { border-color: rgb(209,159,22); }
td.TdClassName
{
border-color: #D19F16;
}
.TagClassName
{
border-color: #D19F16;
}
</style>