Shades of Galliano #D1A019
Tints of Galliano #D1A019
RGB
CMYK
RGB Variations
Color information
#D1A019 (or 0xD1A019) is known color: Galliano. HEX triplet: D1, A0 and 19. RGB value is (209,160,25). Sum of RGB (Red+Green+Blue) = 209+160+25=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A019 is #2E5FE6. Grayscale: #9F9F9F. Windows color (decimal): -3039207 or 1679569. OLE color: 1679569.
HSL color Cylindrical-coordinate representation of color #D1A019: hue angle of 44.02º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1A019 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.18 |
| HSL | 44.02º | 0.79% | 0.46% | - |
| HSV(B) | 44.02º | 0.88% | 0.82% | - |
| XYZ | 39.04 | 38.77 | 6.34 | - |
| YUV | 159.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 25 | 0 | 0.23 | 0.88 | 0.18 | 44.02 | 0.79 | 0.46 |
| Hex | D1 | A0 | 19 | 0 | 17 | 58 | 12 | 2C | 4F | 2E |
| Octal | 321 | 240 | 31 | 0 | 27 | 130 | 22 | 54 | 117 | 56 |
| Binary | 11010001 | 10100000 | 11001 | 0 | 10111 | 1011000 | 10010 | 101100 | 1001111 | 101110 |
Color Harmonies of #D1A019
Complementary color
Monochromatic Colors of #D1A019
Black with #D1A019
Text Example
Text Example
White with #D1A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A019; }
p { color: rgb(209,160,25); }
H1.HeaderClassName
{
color: #D1A019;
}
.AnyTagClassName
{
color: #D1A019;
}
</style>
background-color css
<style>
a { background-color: #D1A019; }
a { background-color: rgb(209,160,25); }
div.DivClassName
{
background-color: #D1A019;
}
.BgClassName
{
background-color: #D1A019;
}
</style>
border-color css
<style>
span { border-color: #D1A019; }
span { border-color: rgb(209,160,25); }
td.TdClassName
{
border-color: #D1A019;
}
.TagClassName
{
border-color: #D1A019;
}
</style>