Shades of Galliano #DCA120
Tints of Galliano #DCA120
RGB
CMYK
RGB Variations
Color information
#DCA120 (or 0xDCA120) is known color: Galliano. HEX triplet: DC, A1 and 20. RGB value is (220,161,32). Sum of RGB (Red+Green+Blue) = 220+161+32=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA120 is #235EDF. Grayscale: #A4A4A4. Windows color (decimal): -2318048 or 2138588. OLE color: 2138588.
HSL color Cylindrical-coordinate representation of color #DCA120: hue angle of 41.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCA120 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 32 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.14 |
| HSL | 41.17º | 0.75% | 0.49% | - |
| HSV(B) | 41.17º | 0.85% | 0.86% | - |
| XYZ | 42.52 | 40.81 | 7 | - |
| YUV | 163.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 32 | 0 | 0.27 | 0.85 | 0.14 | 41.17 | 0.75 | 0.49 |
| Hex | DC | A1 | 20 | 0 | 1B | 55 | E | 29 | 4B | 31 |
| Octal | 334 | 241 | 40 | 0 | 33 | 125 | 16 | 51 | 113 | 61 |
| Binary | 11011100 | 10100001 | 100000 | 0 | 11011 | 1010101 | 1110 | 101001 | 1001011 | 110001 |
Color Harmonies of #DCA120
Complementary color
Monochromatic Colors of #DCA120
Black with #DCA120
Text Example
Text Example
White with #DCA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA120; }
p { color: rgb(220,161,32); }
H1.HeaderClassName
{
color: #DCA120;
}
.AnyTagClassName
{
color: #DCA120;
}
</style>
background-color css
<style>
a { background-color: #DCA120; }
a { background-color: rgb(220,161,32); }
div.DivClassName
{
background-color: #DCA120;
}
.BgClassName
{
background-color: #DCA120;
}
</style>
border-color css
<style>
span { border-color: #DCA120; }
span { border-color: rgb(220,161,32); }
td.TdClassName
{
border-color: #DCA120;
}
.TagClassName
{
border-color: #DCA120;
}
</style>