Shades of Galliano #D1A60D
Tints of Galliano #D1A60D
RGB
CMYK
RGB Variations
Color information
#D1A60D (or 0xD1A60D) is known color: Galliano. HEX triplet: D1, A6 and 0D. RGB value is (209,166,13). Sum of RGB (Red+Green+Blue) = 209+166+13=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A60D is #2E59F2. Grayscale: #A2A2A2. Windows color (decimal): -3037683 or 894673. OLE color: 894673.
HSL color Cylindrical-coordinate representation of color #D1A60D: hue angle of 46.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1A60D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.18 |
| HSL | 46.84º | 0.88% | 0.44% | - |
| HSV(B) | 46.84º | 0.94% | 0.82% | - |
| XYZ | 40 | 40.86 | 6.16 | - |
| YUV | 161.42 | 44.25 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 13 | 0 | 0.21 | 0.94 | 0.18 | 46.84 | 0.88 | 0.44 |
| Hex | D1 | A6 | D | 0 | 15 | 5E | 12 | 2F | 58 | 2C |
| Octal | 321 | 246 | 15 | 0 | 25 | 136 | 22 | 57 | 130 | 54 |
| Binary | 11010001 | 10100110 | 1101 | 0 | 10101 | 1011110 | 10010 | 101111 | 1011000 | 101100 |
Color Harmonies of #D1A60D
Complementary color
Monochromatic Colors of #D1A60D
Black with #D1A60D
Text Example
Text Example
White with #D1A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A60D; }
p { color: rgb(209,166,13); }
H1.HeaderClassName
{
color: #D1A60D;
}
.AnyTagClassName
{
color: #D1A60D;
}
</style>
background-color css
<style>
a { background-color: #D1A60D; }
a { background-color: rgb(209,166,13); }
div.DivClassName
{
background-color: #D1A60D;
}
.BgClassName
{
background-color: #D1A60D;
}
</style>
border-color css
<style>
span { border-color: #D1A60D; }
span { border-color: rgb(209,166,13); }
td.TdClassName
{
border-color: #D1A60D;
}
.TagClassName
{
border-color: #D1A60D;
}
</style>