Shades of Galliano #DCA61D
Tints of Galliano #DCA61D
RGB
CMYK
RGB Variations
Color information
#DCA61D (or 0xDCA61D) is known color: Galliano. HEX triplet: DC, A6 and 1D. RGB value is (220,166,29). Sum of RGB (Red+Green+Blue) = 220+166+29=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA61D is #2359E2. Grayscale: #A7A7A7. Windows color (decimal): -2316771 or 1943260. OLE color: 1943260.
HSL color Cylindrical-coordinate representation of color #DCA61D: hue angle of 43.04º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCA61D is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 29 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.14 |
| HSL | 43.04º | 0.77% | 0.49% | - |
| HSV(B) | 43.04º | 0.87% | 0.86% | - |
| XYZ | 43.37 | 42.58 | 7.09 | - |
| YUV | 166.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 29 | 0 | 0.25 | 0.87 | 0.14 | 43.04 | 0.77 | 0.49 |
| Hex | DC | A6 | 1D | 0 | 19 | 57 | E | 2B | 4D | 31 |
| Octal | 334 | 246 | 35 | 0 | 31 | 127 | 16 | 53 | 115 | 61 |
| Binary | 11011100 | 10100110 | 11101 | 0 | 11001 | 1010111 | 1110 | 101011 | 1001101 | 110001 |
Color Harmonies of #DCA61D
Complementary color
Monochromatic Colors of #DCA61D
Black with #DCA61D
Text Example
Text Example
White with #DCA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA61D; }
p { color: rgb(220,166,29); }
H1.HeaderClassName
{
color: #DCA61D;
}
.AnyTagClassName
{
color: #DCA61D;
}
</style>
background-color css
<style>
a { background-color: #DCA61D; }
a { background-color: rgb(220,166,29); }
div.DivClassName
{
background-color: #DCA61D;
}
.BgClassName
{
background-color: #DCA61D;
}
</style>
border-color css
<style>
span { border-color: #DCA61D; }
span { border-color: rgb(220,166,29); }
td.TdClassName
{
border-color: #DCA61D;
}
.TagClassName
{
border-color: #DCA61D;
}
</style>