Shades of Galliano #D1A60E
Tints of Galliano #D1A60E
RGB
CMYK
RGB Variations
Color information
#D1A60E (or 0xD1A60E) is known color: Galliano. HEX triplet: D1, A6 and 0E. RGB value is (209,166,14). Sum of RGB (Red+Green+Blue) = 209+166+14=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A60E is #2E59F1. Grayscale: #A2A2A2. Windows color (decimal): -3037682 or 960209. OLE color: 960209.
HSL color Cylindrical-coordinate representation of color #D1A60E: hue angle of 46.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1A60E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.18 |
| HSL | 46.77º | 0.87% | 0.44% | - |
| HSV(B) | 46.77º | 0.93% | 0.82% | - |
| XYZ | 40.01 | 40.86 | 6.19 | - |
| YUV | 161.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 14 | 0 | 0.21 | 0.93 | 0.18 | 46.77 | 0.87 | 0.44 |
| Hex | D1 | A6 | E | 0 | 15 | 5D | 12 | 2F | 57 | 2C |
| Octal | 321 | 246 | 16 | 0 | 25 | 135 | 22 | 57 | 127 | 54 |
| Binary | 11010001 | 10100110 | 1110 | 0 | 10101 | 1011101 | 10010 | 101111 | 1010111 | 101100 |
Color Harmonies of #D1A60E
Complementary color
Monochromatic Colors of #D1A60E
Black with #D1A60E
Text Example
Text Example
White with #D1A60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A60E; }
p { color: rgb(209,166,14); }
H1.HeaderClassName
{
color: #D1A60E;
}
.AnyTagClassName
{
color: #D1A60E;
}
</style>
background-color css
<style>
a { background-color: #D1A60E; }
a { background-color: rgb(209,166,14); }
div.DivClassName
{
background-color: #D1A60E;
}
.BgClassName
{
background-color: #D1A60E;
}
</style>
border-color css
<style>
span { border-color: #D1A60E; }
span { border-color: rgb(209,166,14); }
td.TdClassName
{
border-color: #D1A60E;
}
.TagClassName
{
border-color: #D1A60E;
}
</style>