Shades of Galliano #D0A813
Tints of Galliano #D0A813
RGB
CMYK
RGB Variations
Color information
#D0A813 (or 0xD0A813) is known color: Galliano. HEX triplet: D0, A8 and 13. RGB value is (208,168,19). Sum of RGB (Red+Green+Blue) = 208+168+19=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A813 is #2F57EC. Grayscale: #A3A3A3. Windows color (decimal): -3102701 or 1288400. OLE color: 1288400.
HSL color Cylindrical-coordinate representation of color #D0A813: hue angle of 47.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0A813 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.18 |
| HSL | 47.3º | 0.83% | 0.45% | - |
| HSV(B) | 47.3º | 0.91% | 0.82% | - |
| XYZ | 40.13 | 41.46 | 6.5 | - |
| YUV | 162.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 19 | 0 | 0.19 | 0.91 | 0.18 | 47.3 | 0.83 | 0.45 |
| Hex | D0 | A8 | 13 | 0 | 13 | 5B | 12 | 2F | 53 | 2D |
| Octal | 320 | 250 | 23 | 0 | 23 | 133 | 22 | 57 | 123 | 55 |
| Binary | 11010000 | 10101000 | 10011 | 0 | 10011 | 1011011 | 10010 | 101111 | 1010011 | 101101 |
Color Harmonies of #D0A813
Complementary color
Monochromatic Colors of #D0A813
Black with #D0A813
Text Example
Text Example
White with #D0A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A813; }
p { color: rgb(208,168,19); }
H1.HeaderClassName
{
color: #D0A813;
}
.AnyTagClassName
{
color: #D0A813;
}
</style>
background-color css
<style>
a { background-color: #D0A813; }
a { background-color: rgb(208,168,19); }
div.DivClassName
{
background-color: #D0A813;
}
.BgClassName
{
background-color: #D0A813;
}
</style>
border-color css
<style>
span { border-color: #D0A813; }
span { border-color: rgb(208,168,19); }
td.TdClassName
{
border-color: #D0A813;
}
.TagClassName
{
border-color: #D0A813;
}
</style>