Shades of Galliano #DCA61C
Tints of Galliano #DCA61C
RGB
CMYK
RGB Variations
Color information
#DCA61C (or 0xDCA61C) is known color: Galliano. HEX triplet: DC, A6 and 1C. RGB value is (220,166,28). Sum of RGB (Red+Green+Blue) = 220+166+28=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA61C is #2359E3. Grayscale: #A7A7A7. Windows color (decimal): -2316772 or 1877724. OLE color: 1877724.
HSL color Cylindrical-coordinate representation of color #DCA61C: hue angle of 43.12º 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 #DCA61C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 28 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.14 |
| HSL | 43.13º | 0.77% | 0.49% | - |
| HSV(B) | 43.13º | 0.87% | 0.86% | - |
| XYZ | 43.36 | 42.57 | 7.03 | - |
| YUV | 166.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 28 | 0 | 0.25 | 0.87 | 0.14 | 43.13 | 0.77 | 0.49 |
| Hex | DC | A6 | 1C | 0 | 19 | 57 | E | 2B | 4D | 31 |
| Octal | 334 | 246 | 34 | 0 | 31 | 127 | 16 | 53 | 115 | 61 |
| Binary | 11011100 | 10100110 | 11100 | 0 | 11001 | 1010111 | 1110 | 101011 | 1001101 | 110001 |
Color Harmonies of #DCA61C
Complementary color
Monochromatic Colors of #DCA61C
Black with #DCA61C
Text Example
Text Example
White with #DCA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA61C; }
p { color: rgb(220,166,28); }
H1.HeaderClassName
{
color: #DCA61C;
}
.AnyTagClassName
{
color: #DCA61C;
}
</style>
background-color css
<style>
a { background-color: #DCA61C; }
a { background-color: rgb(220,166,28); }
div.DivClassName
{
background-color: #DCA61C;
}
.BgClassName
{
background-color: #DCA61C;
}
</style>
border-color css
<style>
span { border-color: #DCA61C; }
span { border-color: rgb(220,166,28); }
td.TdClassName
{
border-color: #DCA61C;
}
.TagClassName
{
border-color: #DCA61C;
}
</style>