Shades of Galliano #D3A819
Tints of Galliano #D3A819
RGB
CMYK
RGB Variations
Color information
#D3A819 (or 0xD3A819) is known color: Galliano. HEX triplet: D3, A8 and 19. RGB value is (211,168,25). Sum of RGB (Red+Green+Blue) = 211+168+25=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A819 is #2C57E6. Grayscale: #A5A5A5. Windows color (decimal): -2906087 or 1681619. OLE color: 1681619.
HSL color Cylindrical-coordinate representation of color #D3A819: hue angle of 46.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3A819 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 25 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.17 |
| HSL | 46.13º | 0.79% | 0.46% | - |
| HSV(B) | 46.13º | 0.88% | 0.83% | - |
| XYZ | 41.04 | 41.92 | 6.85 | - |
| YUV | 164.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 25 | 0 | 0.20 | 0.88 | 0.17 | 46.13 | 0.79 | 0.46 |
| Hex | D3 | A8 | 19 | 0 | 14 | 58 | 11 | 2E | 4F | 2E |
| Octal | 323 | 250 | 31 | 0 | 24 | 130 | 21 | 56 | 117 | 56 |
| Binary | 11010011 | 10101000 | 11001 | 0 | 10100 | 1011000 | 10001 | 101110 | 1001111 | 101110 |
Color Harmonies of #D3A819
Complementary color
Monochromatic Colors of #D3A819
Black with #D3A819
Text Example
Text Example
White with #D3A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A819; }
p { color: rgb(211,168,25); }
H1.HeaderClassName
{
color: #D3A819;
}
.AnyTagClassName
{
color: #D3A819;
}
</style>
background-color css
<style>
a { background-color: #D3A819; }
a { background-color: rgb(211,168,25); }
div.DivClassName
{
background-color: #D3A819;
}
.BgClassName
{
background-color: #D3A819;
}
</style>
border-color css
<style>
span { border-color: #D3A819; }
span { border-color: rgb(211,168,25); }
td.TdClassName
{
border-color: #D3A819;
}
.TagClassName
{
border-color: #D3A819;
}
</style>