Shades of Galliano #D2A114
Tints of Galliano #D2A114
RGB
CMYK
RGB Variations
Color information
#D2A114 (or 0xD2A114) is known color: Galliano. HEX triplet: D2, A1 and 14. RGB value is (210,161,20). Sum of RGB (Red+Green+Blue) = 210+161+20=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A114 is #2D5EEB. Grayscale: #A0A0A0. Windows color (decimal): -2973420 or 1352146. OLE color: 1352146.
HSL color Cylindrical-coordinate representation of color #D2A114: hue angle of 44.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2A114 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 20 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.18 |
| HSL | 44.53º | 0.83% | 0.45% | - |
| HSV(B) | 44.53º | 0.9% | 0.82% | - |
| XYZ | 39.45 | 39.24 | 6.16 | - |
| YUV | 159.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 20 | 0 | 0.23 | 0.90 | 0.18 | 44.53 | 0.83 | 0.45 |
| Hex | D2 | A1 | 14 | 0 | 17 | 5A | 12 | 2D | 53 | 2D |
| Octal | 322 | 241 | 24 | 0 | 27 | 132 | 22 | 55 | 123 | 55 |
| Binary | 11010010 | 10100001 | 10100 | 0 | 10111 | 1011010 | 10010 | 101101 | 1010011 | 101101 |
Color Harmonies of #D2A114
Complementary color
Monochromatic Colors of #D2A114
Black with #D2A114
Text Example
Text Example
White with #D2A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A114; }
p { color: rgb(210,161,20); }
H1.HeaderClassName
{
color: #D2A114;
}
.AnyTagClassName
{
color: #D2A114;
}
</style>
background-color css
<style>
a { background-color: #D2A114; }
a { background-color: rgb(210,161,20); }
div.DivClassName
{
background-color: #D2A114;
}
.BgClassName
{
background-color: #D2A114;
}
</style>
border-color css
<style>
span { border-color: #D2A114; }
span { border-color: rgb(210,161,20); }
td.TdClassName
{
border-color: #D2A114;
}
.TagClassName
{
border-color: #D2A114;
}
</style>