Shades of Galliano #D1A12E
Tints of Galliano #D1A12E
RGB
CMYK
RGB Variations
Color information
#D1A12E (or 0xD1A12E) is known color: Galliano. HEX triplet: D1, A1 and 2E. RGB value is (209,161,46). Sum of RGB (Red+Green+Blue) = 209+161+46=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A12E is #2E5ED1. Grayscale: #A2A2A2. Windows color (decimal): -3038930 or 3056081. OLE color: 3056081.
HSL color Cylindrical-coordinate representation of color #D1A12E: hue angle of 42.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1A12E is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 46 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.18 |
| HSL | 42.33º | 0.64% | 0.5% | - |
| HSV(B) | 42.33º | 0.78% | 0.82% | - |
| XYZ | 39.53 | 39.24 | 8.08 | - |
| YUV | 162.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 46 | 0 | 0.23 | 0.78 | 0.18 | 42.33 | 0.64 | 0.5 |
| Hex | D1 | A1 | 2E | 0 | 17 | 4E | 12 | 2A | 40 | 32 |
| Octal | 321 | 241 | 56 | 0 | 27 | 116 | 22 | 52 | 100 | 62 |
| Binary | 11010001 | 10100001 | 101110 | 0 | 10111 | 1001110 | 10010 | 101010 | 1000000 | 110010 |
Color Harmonies of #D1A12E
Complementary color
Monochromatic Colors of #D1A12E
Black with #D1A12E
Text Example
Text Example
White with #D1A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A12E; }
p { color: rgb(209,161,46); }
H1.HeaderClassName
{
color: #D1A12E;
}
.AnyTagClassName
{
color: #D1A12E;
}
</style>
background-color css
<style>
a { background-color: #D1A12E; }
a { background-color: rgb(209,161,46); }
div.DivClassName
{
background-color: #D1A12E;
}
.BgClassName
{
background-color: #D1A12E;
}
</style>
border-color css
<style>
span { border-color: #D1A12E; }
span { border-color: rgb(209,161,46); }
td.TdClassName
{
border-color: #D1A12E;
}
.TagClassName
{
border-color: #D1A12E;
}
</style>