Shades of Galliano #D0A117
Tints of Galliano #D0A117
RGB
CMYK
RGB Variations
Color information
#D0A117 (or 0xD0A117) is known color: Galliano. HEX triplet: D0, A1 and 17. RGB value is (208,161,23). Sum of RGB (Red+Green+Blue) = 208+161+23=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A117 is #2F5EE8. Grayscale: #9F9F9F. Windows color (decimal): -3104489 or 1548752. OLE color: 1548752.
HSL color Cylindrical-coordinate representation of color #D0A117: hue angle of 44.76º 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 #D0A117 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 23 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.18 |
| HSL | 44.76º | 0.8% | 0.45% | - |
| HSV(B) | 44.76º | 0.89% | 0.82% | - |
| XYZ | 38.91 | 38.96 | 6.28 | - |
| YUV | 159.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 23 | 0 | 0.23 | 0.89 | 0.18 | 44.76 | 0.8 | 0.45 |
| Hex | D0 | A1 | 17 | 0 | 17 | 59 | 12 | 2D | 50 | 2D |
| Octal | 320 | 241 | 27 | 0 | 27 | 131 | 22 | 55 | 120 | 55 |
| Binary | 11010000 | 10100001 | 10111 | 0 | 10111 | 1011001 | 10010 | 101101 | 1010000 | 101101 |
Color Harmonies of #D0A117
Complementary color
Monochromatic Colors of #D0A117
Black with #D0A117
Text Example
Text Example
White with #D0A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A117; }
p { color: rgb(208,161,23); }
H1.HeaderClassName
{
color: #D0A117;
}
.AnyTagClassName
{
color: #D0A117;
}
</style>
background-color css
<style>
a { background-color: #D0A117; }
a { background-color: rgb(208,161,23); }
div.DivClassName
{
background-color: #D0A117;
}
.BgClassName
{
background-color: #D0A117;
}
</style>
border-color css
<style>
span { border-color: #D0A117; }
span { border-color: rgb(208,161,23); }
td.TdClassName
{
border-color: #D0A117;
}
.TagClassName
{
border-color: #D0A117;
}
</style>