Shades of Galliano #D1A117
Tints of Galliano #D1A117
RGB
CMYK
RGB Variations
Color information
#D1A117 (or 0xD1A117) is known color: Galliano. HEX triplet: D1, A1 and 17. RGB value is (209,161,23). Sum of RGB (Red+Green+Blue) = 209+161+23=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A117 is #2E5EE8. Grayscale: #A0A0A0. Windows color (decimal): -3038953 or 1548753. OLE color: 1548753.
HSL color Cylindrical-coordinate representation of color #D1A117: hue angle of 44.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1A117 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 23 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.18 |
| HSL | 44.52º | 0.8% | 0.45% | - |
| HSV(B) | 44.52º | 0.89% | 0.82% | - |
| XYZ | 39.19 | 39.11 | 6.29 | - |
| YUV | 159.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 23 | 0 | 0.23 | 0.89 | 0.18 | 44.52 | 0.8 | 0.45 |
| Hex | D1 | A1 | 17 | 0 | 17 | 59 | 12 | 2D | 50 | 2D |
| Octal | 321 | 241 | 27 | 0 | 27 | 131 | 22 | 55 | 120 | 55 |
| Binary | 11010001 | 10100001 | 10111 | 0 | 10111 | 1011001 | 10010 | 101101 | 1010000 | 101101 |
Color Harmonies of #D1A117
Complementary color
Monochromatic Colors of #D1A117
Black with #D1A117
Text Example
Text Example
White with #D1A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A117; }
p { color: rgb(209,161,23); }
H1.HeaderClassName
{
color: #D1A117;
}
.AnyTagClassName
{
color: #D1A117;
}
</style>
background-color css
<style>
a { background-color: #D1A117; }
a { background-color: rgb(209,161,23); }
div.DivClassName
{
background-color: #D1A117;
}
.BgClassName
{
background-color: #D1A117;
}
</style>
border-color css
<style>
span { border-color: #D1A117; }
span { border-color: rgb(209,161,23); }
td.TdClassName
{
border-color: #D1A117;
}
.TagClassName
{
border-color: #D1A117;
}
</style>