Shades of Galliano #D0A114
Tints of Galliano #D0A114
RGB
CMYK
RGB Variations
Color information
#D0A114 (or 0xD0A114) is known color: Galliano. HEX triplet: D0, A1 and 14. RGB value is (208,161,20). Sum of RGB (Red+Green+Blue) = 208+161+20=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A114 is #2F5EEB. Grayscale: #9F9F9F. Windows color (decimal): -3104492 or 1352144. OLE color: 1352144.
HSL color Cylindrical-coordinate representation of color #D0A114: hue angle of 45º degrees, saturation: 0.82, 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 #D0A114 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 20 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.18 |
| HSL | 45º | 0.82% | 0.45% | - |
| HSV(B) | 45º | 0.9% | 0.82% | - |
| XYZ | 38.88 | 38.95 | 6.13 | - |
| YUV | 158.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 20 | 0 | 0.23 | 0.90 | 0.18 | 45 | 0.82 | 0.45 |
| Hex | D0 | A1 | 14 | 0 | 17 | 5A | 12 | 2D | 52 | 2D |
| Octal | 320 | 241 | 24 | 0 | 27 | 132 | 22 | 55 | 122 | 55 |
| Binary | 11010000 | 10100001 | 10100 | 0 | 10111 | 1011010 | 10010 | 101101 | 1010010 | 101101 |
Color Harmonies of #D0A114
Complementary color
Monochromatic Colors of #D0A114
Black with #D0A114
Text Example
Text Example
White with #D0A114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A114; }
p { color: rgb(208,161,20); }
H1.HeaderClassName
{
color: #D0A114;
}
.AnyTagClassName
{
color: #D0A114;
}
</style>
background-color css
<style>
a { background-color: #D0A114; }
a { background-color: rgb(208,161,20); }
div.DivClassName
{
background-color: #D0A114;
}
.BgClassName
{
background-color: #D0A114;
}
</style>
border-color css
<style>
span { border-color: #D0A114; }
span { border-color: rgb(208,161,20); }
td.TdClassName
{
border-color: #D0A114;
}
.TagClassName
{
border-color: #D0A114;
}
</style>