Shades of Galliano #D1A40E
Tints of Galliano #D1A40E
RGB
CMYK
RGB Variations
Color information
#D1A40E (or 0xD1A40E) is known color: Galliano. HEX triplet: D1, A4 and 0E. RGB value is (209,164,14). Sum of RGB (Red+Green+Blue) = 209+164+14=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A40E is #2E5BF1. Grayscale: #A0A0A0. Windows color (decimal): -3038194 or 959697. OLE color: 959697.
HSL color Cylindrical-coordinate representation of color #D1A40E: hue angle of 46.15º 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 #D1A40E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.18 |
| HSL | 46.15º | 0.87% | 0.44% | - |
| HSV(B) | 46.15º | 0.93% | 0.82% | - |
| XYZ | 39.65 | 40.14 | 6.07 | - |
| YUV | 160.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 14 | 0 | 0.22 | 0.93 | 0.18 | 46.15 | 0.87 | 0.44 |
| Hex | D1 | A4 | E | 0 | 16 | 5D | 12 | 2E | 57 | 2C |
| Octal | 321 | 244 | 16 | 0 | 26 | 135 | 22 | 56 | 127 | 54 |
| Binary | 11010001 | 10100100 | 1110 | 0 | 10110 | 1011101 | 10010 | 101110 | 1010111 | 101100 |
Color Harmonies of #D1A40E
Complementary color
Monochromatic Colors of #D1A40E
Black with #D1A40E
Text Example
Text Example
White with #D1A40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A40E; }
p { color: rgb(209,164,14); }
H1.HeaderClassName
{
color: #D1A40E;
}
.AnyTagClassName
{
color: #D1A40E;
}
</style>
background-color css
<style>
a { background-color: #D1A40E; }
a { background-color: rgb(209,164,14); }
div.DivClassName
{
background-color: #D1A40E;
}
.BgClassName
{
background-color: #D1A40E;
}
</style>
border-color css
<style>
span { border-color: #D1A40E; }
span { border-color: rgb(209,164,14); }
td.TdClassName
{
border-color: #D1A40E;
}
.TagClassName
{
border-color: #D1A40E;
}
</style>