Shades of Galliano #D0A319
Tints of Galliano #D0A319
RGB
CMYK
RGB Variations
Color information
#D0A319 (or 0xD0A319) is known color: Galliano. HEX triplet: D0, A3 and 19. RGB value is (208,163,25). Sum of RGB (Red+Green+Blue) = 208+163+25=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A319 is #2F5CE6. Grayscale: #A1A1A1. Windows color (decimal): -3103975 or 1680336. OLE color: 1680336.
HSL color Cylindrical-coordinate representation of color #D0A319: hue angle of 45.25º 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 #D0A319 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.18 |
| HSL | 45.25º | 0.79% | 0.46% | - |
| HSV(B) | 45.25º | 0.88% | 0.82% | - |
| XYZ | 39.29 | 39.67 | 6.51 | - |
| YUV | 160.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 25 | 0 | 0.22 | 0.88 | 0.18 | 45.25 | 0.79 | 0.46 |
| Hex | D0 | A3 | 19 | 0 | 16 | 58 | 12 | 2D | 4F | 2E |
| Octal | 320 | 243 | 31 | 0 | 26 | 130 | 22 | 55 | 117 | 56 |
| Binary | 11010000 | 10100011 | 11001 | 0 | 10110 | 1011000 | 10010 | 101101 | 1001111 | 101110 |
Color Harmonies of #D0A319
Complementary color
Monochromatic Colors of #D0A319
Black with #D0A319
Text Example
Text Example
White with #D0A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A319; }
p { color: rgb(208,163,25); }
H1.HeaderClassName
{
color: #D0A319;
}
.AnyTagClassName
{
color: #D0A319;
}
</style>
background-color css
<style>
a { background-color: #D0A319; }
a { background-color: rgb(208,163,25); }
div.DivClassName
{
background-color: #D0A319;
}
.BgClassName
{
background-color: #D0A319;
}
</style>
border-color css
<style>
span { border-color: #D0A319; }
span { border-color: rgb(208,163,25); }
td.TdClassName
{
border-color: #D0A319;
}
.TagClassName
{
border-color: #D0A319;
}
</style>