Shades of Galliano #D0A610
Tints of Galliano #D0A610
RGB
CMYK
RGB Variations
Color information
#D0A610 (or 0xD0A610) is known color: Galliano. HEX triplet: D0, A6 and 10. RGB value is (208,166,16). Sum of RGB (Red+Green+Blue) = 208+166+16=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A610 is #2F59EF. Grayscale: #A2A2A2. Windows color (decimal): -3103216 or 1091280. OLE color: 1091280.
HSL color Cylindrical-coordinate representation of color #D0A610: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0A610 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.18 |
| HSL | 46.88º | 0.86% | 0.44% | - |
| HSV(B) | 46.88º | 0.92% | 0.82% | - |
| XYZ | 39.74 | 40.72 | 6.26 | - |
| YUV | 161.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 16 | 0 | 0.20 | 0.92 | 0.18 | 46.88 | 0.86 | 0.44 |
| Hex | D0 | A6 | 10 | 0 | 14 | 5C | 12 | 2F | 56 | 2C |
| Octal | 320 | 246 | 20 | 0 | 24 | 134 | 22 | 57 | 126 | 54 |
| Binary | 11010000 | 10100110 | 10000 | 0 | 10100 | 1011100 | 10010 | 101111 | 1010110 | 101100 |
Color Harmonies of #D0A610
Complementary color
Monochromatic Colors of #D0A610
Black with #D0A610
Text Example
Text Example
White with #D0A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A610; }
p { color: rgb(208,166,16); }
H1.HeaderClassName
{
color: #D0A610;
}
.AnyTagClassName
{
color: #D0A610;
}
</style>
background-color css
<style>
a { background-color: #D0A610; }
a { background-color: rgb(208,166,16); }
div.DivClassName
{
background-color: #D0A610;
}
.BgClassName
{
background-color: #D0A610;
}
</style>
border-color css
<style>
span { border-color: #D0A610; }
span { border-color: rgb(208,166,16); }
td.TdClassName
{
border-color: #D0A610;
}
.TagClassName
{
border-color: #D0A610;
}
</style>