Shades of Galliano #D19C17
Tints of Galliano #D19C17
RGB
CMYK
RGB Variations
Color information
#D19C17 (or 0xD19C17) is known color: Galliano. HEX triplet: D1, 9C and 17. RGB value is (209,156,23). Sum of RGB (Red+Green+Blue) = 209+156+23=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19C17 is #2E63E8. Grayscale: #9D9D9D. Windows color (decimal): -3040233 or 1547473. OLE color: 1547473.
HSL color Cylindrical-coordinate representation of color #D19C17: hue angle of 42.9º degrees, saturation: 0.8, 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 #D19C17 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 23 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.18 |
| HSL | 42.9º | 0.8% | 0.45% | - |
| HSV(B) | 42.9º | 0.89% | 0.82% | - |
| XYZ | 38.34 | 37.39 | 6.01 | - |
| YUV | 156.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 23 | 0 | 0.25 | 0.89 | 0.18 | 42.9 | 0.8 | 0.45 |
| Hex | D1 | 9C | 17 | 0 | 19 | 59 | 12 | 2B | 50 | 2D |
| Octal | 321 | 234 | 27 | 0 | 31 | 131 | 22 | 53 | 120 | 55 |
| Binary | 11010001 | 10011100 | 10111 | 0 | 11001 | 1011001 | 10010 | 101011 | 1010000 | 101101 |
Color Harmonies of #D19C17
Complementary color
Monochromatic Colors of #D19C17
Black with #D19C17
Text Example
Text Example
White with #D19C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C17; }
p { color: rgb(209,156,23); }
H1.HeaderClassName
{
color: #D19C17;
}
.AnyTagClassName
{
color: #D19C17;
}
</style>
background-color css
<style>
a { background-color: #D19C17; }
a { background-color: rgb(209,156,23); }
div.DivClassName
{
background-color: #D19C17;
}
.BgClassName
{
background-color: #D19C17;
}
</style>
border-color css
<style>
span { border-color: #D19C17; }
span { border-color: rgb(209,156,23); }
td.TdClassName
{
border-color: #D19C17;
}
.TagClassName
{
border-color: #D19C17;
}
</style>