Shades of Galliano #D0A81D
Tints of Galliano #D0A81D
RGB
CMYK
RGB Variations
Color information
#D0A81D (or 0xD0A81D) is known color: Galliano. HEX triplet: D0, A8 and 1D. RGB value is (208,168,29). Sum of RGB (Red+Green+Blue) = 208+168+29=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A81D is #2F57E2. Grayscale: #A4A4A4. Windows color (decimal): -3102691 or 1943760. OLE color: 1943760.
HSL color Cylindrical-coordinate representation of color #D0A81D: hue angle of 46.59º 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 #D0A81D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.18 |
| HSL | 46.59º | 0.76% | 0.46% | - |
| HSV(B) | 46.59º | 0.86% | 0.82% | - |
| XYZ | 40.24 | 41.5 | 7.05 | - |
| YUV | 164.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 29 | 0 | 0.19 | 0.86 | 0.18 | 46.59 | 0.76 | 0.46 |
| Hex | D0 | A8 | 1D | 0 | 13 | 56 | 12 | 2F | 4C | 2E |
| Octal | 320 | 250 | 35 | 0 | 23 | 126 | 22 | 57 | 114 | 56 |
| Binary | 11010000 | 10101000 | 11101 | 0 | 10011 | 1010110 | 10010 | 101111 | 1001100 | 101110 |
Color Harmonies of #D0A81D
Complementary color
Monochromatic Colors of #D0A81D
Black with #D0A81D
Text Example
Text Example
White with #D0A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A81D; }
p { color: rgb(208,168,29); }
H1.HeaderClassName
{
color: #D0A81D;
}
.AnyTagClassName
{
color: #D0A81D;
}
</style>
background-color css
<style>
a { background-color: #D0A81D; }
a { background-color: rgb(208,168,29); }
div.DivClassName
{
background-color: #D0A81D;
}
.BgClassName
{
background-color: #D0A81D;
}
</style>
border-color css
<style>
span { border-color: #D0A81D; }
span { border-color: rgb(208,168,29); }
td.TdClassName
{
border-color: #D0A81D;
}
.TagClassName
{
border-color: #D0A81D;
}
</style>