Shades of Galliano #D0A71D
Tints of Galliano #D0A71D
RGB
CMYK
RGB Variations
Color information
#D0A71D (or 0xD0A71D) is known color: Galliano. HEX triplet: D0, A7 and 1D. RGB value is (208,167,29). Sum of RGB (Red+Green+Blue) = 208+167+29=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A71D is #2F58E2. Grayscale: #A4A4A4. Windows color (decimal): -3102947 or 1943504. OLE color: 1943504.
HSL color Cylindrical-coordinate representation of color #D0A71D: hue angle of 46.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0A71D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 29 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.18 |
| HSL | 46.26º | 0.76% | 0.46% | - |
| HSV(B) | 46.26º | 0.86% | 0.82% | - |
| XYZ | 40.05 | 41.14 | 6.99 | - |
| YUV | 163.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 29 | 0 | 0.20 | 0.86 | 0.18 | 46.26 | 0.76 | 0.46 |
| Hex | D0 | A7 | 1D | 0 | 14 | 56 | 12 | 2E | 4C | 2E |
| Octal | 320 | 247 | 35 | 0 | 24 | 126 | 22 | 56 | 114 | 56 |
| Binary | 11010000 | 10100111 | 11101 | 0 | 10100 | 1010110 | 10010 | 101110 | 1001100 | 101110 |
Color Harmonies of #D0A71D
Complementary color
Monochromatic Colors of #D0A71D
Black with #D0A71D
Text Example
Text Example
White with #D0A71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A71D; }
p { color: rgb(208,167,29); }
H1.HeaderClassName
{
color: #D0A71D;
}
.AnyTagClassName
{
color: #D0A71D;
}
</style>
background-color css
<style>
a { background-color: #D0A71D; }
a { background-color: rgb(208,167,29); }
div.DivClassName
{
background-color: #D0A71D;
}
.BgClassName
{
background-color: #D0A71D;
}
</style>
border-color css
<style>
span { border-color: #D0A71D; }
span { border-color: rgb(208,167,29); }
td.TdClassName
{
border-color: #D0A71D;
}
.TagClassName
{
border-color: #D0A71D;
}
</style>