Shades of Galliano #D19F18
Tints of Galliano #D19F18
RGB
CMYK
RGB Variations
Color information
#D19F18 (or 0xD19F18) is known color: Galliano. HEX triplet: D1, 9F and 18. RGB value is (209,159,24). Sum of RGB (Red+Green+Blue) = 209+159+24=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F18 is #2E60E7. Grayscale: #9F9F9F. Windows color (decimal): -3039464 or 1613777. OLE color: 1613777.
HSL color Cylindrical-coordinate representation of color #D19F18: hue angle of 43.78º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D19F18 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 24 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.18 |
| HSL | 43.78º | 0.79% | 0.46% | - |
| HSV(B) | 43.78º | 0.89% | 0.82% | - |
| XYZ | 38.86 | 38.42 | 6.23 | - |
| YUV | 158.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 24 | 0 | 0.24 | 0.89 | 0.18 | 43.78 | 0.79 | 0.46 |
| Hex | D1 | 9F | 18 | 0 | 18 | 59 | 12 | 2C | 4F | 2E |
| Octal | 321 | 237 | 30 | 0 | 30 | 131 | 22 | 54 | 117 | 56 |
| Binary | 11010001 | 10011111 | 11000 | 0 | 11000 | 1011001 | 10010 | 101100 | 1001111 | 101110 |
Color Harmonies of #D19F18
Complementary color
Monochromatic Colors of #D19F18
Black with #D19F18
Text Example
Text Example
White with #D19F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F18; }
p { color: rgb(209,159,24); }
H1.HeaderClassName
{
color: #D19F18;
}
.AnyTagClassName
{
color: #D19F18;
}
</style>
background-color css
<style>
a { background-color: #D19F18; }
a { background-color: rgb(209,159,24); }
div.DivClassName
{
background-color: #D19F18;
}
.BgClassName
{
background-color: #D19F18;
}
</style>
border-color css
<style>
span { border-color: #D19F18; }
span { border-color: rgb(209,159,24); }
td.TdClassName
{
border-color: #D19F18;
}
.TagClassName
{
border-color: #D19F18;
}
</style>