Shades of Galliano #D0A819
Tints of Galliano #D0A819
RGB
CMYK
RGB Variations
Color information
#D0A819 (or 0xD0A819) is known color: Galliano. HEX triplet: D0, A8 and 19. RGB value is (208,168,25). Sum of RGB (Red+Green+Blue) = 208+168+25=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A819 is #2F57E6. Grayscale: #A4A4A4. Windows color (decimal): -3102695 or 1681616. OLE color: 1681616.
HSL color Cylindrical-coordinate representation of color #D0A819: hue angle of 46.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0A819 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.18 |
| HSL | 46.89º | 0.79% | 0.46% | - |
| HSV(B) | 46.89º | 0.88% | 0.82% | - |
| XYZ | 40.19 | 41.49 | 6.81 | - |
| YUV | 163.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 25 | 0 | 0.19 | 0.88 | 0.18 | 46.89 | 0.79 | 0.46 |
| Hex | D0 | A8 | 19 | 0 | 13 | 58 | 12 | 2F | 4F | 2E |
| Octal | 320 | 250 | 31 | 0 | 23 | 130 | 22 | 57 | 117 | 56 |
| Binary | 11010000 | 10101000 | 11001 | 0 | 10011 | 1011000 | 10010 | 101111 | 1001111 | 101110 |
Color Harmonies of #D0A819
Complementary color
Monochromatic Colors of #D0A819
Black with #D0A819
Text Example
Text Example
White with #D0A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A819; }
p { color: rgb(208,168,25); }
H1.HeaderClassName
{
color: #D0A819;
}
.AnyTagClassName
{
color: #D0A819;
}
</style>
background-color css
<style>
a { background-color: #D0A819; }
a { background-color: rgb(208,168,25); }
div.DivClassName
{
background-color: #D0A819;
}
.BgClassName
{
background-color: #D0A819;
}
</style>
border-color css
<style>
span { border-color: #D0A819; }
span { border-color: rgb(208,168,25); }
td.TdClassName
{
border-color: #D0A819;
}
.TagClassName
{
border-color: #D0A819;
}
</style>