Shades of Galliano #D0A314
Tints of Galliano #D0A314
RGB
CMYK
RGB Variations
Color information
#D0A314 (or 0xD0A314) is known color: Galliano. HEX triplet: D0, A3 and 14. RGB value is (208,163,20). Sum of RGB (Red+Green+Blue) = 208+163+20=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A314 is #2F5CEB. Grayscale: #A0A0A0. Windows color (decimal): -3103980 or 1352656. OLE color: 1352656.
HSL color Cylindrical-coordinate representation of color #D0A314: hue angle of 45.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0A314 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 20 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.18 |
| HSL | 45.64º | 0.82% | 0.45% | - |
| HSV(B) | 45.64º | 0.9% | 0.82% | - |
| XYZ | 39.24 | 39.65 | 6.25 | - |
| YUV | 160.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 20 | 0 | 0.22 | 0.90 | 0.18 | 45.64 | 0.82 | 0.45 |
| Hex | D0 | A3 | 14 | 0 | 16 | 5A | 12 | 2E | 52 | 2D |
| Octal | 320 | 243 | 24 | 0 | 26 | 132 | 22 | 56 | 122 | 55 |
| Binary | 11010000 | 10100011 | 10100 | 0 | 10110 | 1011010 | 10010 | 101110 | 1010010 | 101101 |
Color Harmonies of #D0A314
Complementary color
Monochromatic Colors of #D0A314
Black with #D0A314
Text Example
Text Example
White with #D0A314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A314; }
p { color: rgb(208,163,20); }
H1.HeaderClassName
{
color: #D0A314;
}
.AnyTagClassName
{
color: #D0A314;
}
</style>
background-color css
<style>
a { background-color: #D0A314; }
a { background-color: rgb(208,163,20); }
div.DivClassName
{
background-color: #D0A314;
}
.BgClassName
{
background-color: #D0A314;
}
</style>
border-color css
<style>
span { border-color: #D0A314; }
span { border-color: rgb(208,163,20); }
td.TdClassName
{
border-color: #D0A314;
}
.TagClassName
{
border-color: #D0A314;
}
</style>