Shades of Galliano #D19B1C
Tints of Galliano #D19B1C
RGB
CMYK
RGB Variations
Color information
#D19B1C (or 0xD19B1C) is known color: Galliano. HEX triplet: D1, 9B and 1C. RGB value is (209,155,28). Sum of RGB (Red+Green+Blue) = 209+155+28=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19B1C is #2E64E3. Grayscale: #9D9D9D. Windows color (decimal): -3040484 or 1874897. OLE color: 1874897.
HSL color Cylindrical-coordinate representation of color #D19B1C: hue angle of 42.1º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D19B1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.18 |
| HSL | 42.1º | 0.76% | 0.46% | - |
| HSV(B) | 42.1º | 0.87% | 0.82% | - |
| XYZ | 38.23 | 37.08 | 6.24 | - |
| YUV | 156.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 28 | 0 | 0.26 | 0.87 | 0.18 | 42.1 | 0.76 | 0.46 |
| Hex | D1 | 9B | 1C | 0 | 1A | 57 | 12 | 2A | 4C | 2E |
| Octal | 321 | 233 | 34 | 0 | 32 | 127 | 22 | 52 | 114 | 56 |
| Binary | 11010001 | 10011011 | 11100 | 0 | 11010 | 1010111 | 10010 | 101010 | 1001100 | 101110 |
Color Harmonies of #D19B1C
Complementary color
Monochromatic Colors of #D19B1C
Black with #D19B1C
Text Example
Text Example
White with #D19B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B1C; }
p { color: rgb(209,155,28); }
H1.HeaderClassName
{
color: #D19B1C;
}
.AnyTagClassName
{
color: #D19B1C;
}
</style>
background-color css
<style>
a { background-color: #D19B1C; }
a { background-color: rgb(209,155,28); }
div.DivClassName
{
background-color: #D19B1C;
}
.BgClassName
{
background-color: #D19B1C;
}
</style>
border-color css
<style>
span { border-color: #D19B1C; }
span { border-color: rgb(209,155,28); }
td.TdClassName
{
border-color: #D19B1C;
}
.TagClassName
{
border-color: #D19B1C;
}
</style>