Shades of Galliano #DCA11D
Tints of Galliano #DCA11D
RGB
CMYK
RGB Variations
Color information
#DCA11D (or 0xDCA11D) is known color: Galliano. HEX triplet: DC, A1 and 1D. RGB value is (220,161,29). Sum of RGB (Red+Green+Blue) = 220+161+29=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA11D is #235EE2. Grayscale: #A4A4A4. Windows color (decimal): -2318051 or 1941980. OLE color: 1941980.
HSL color Cylindrical-coordinate representation of color #DCA11D: hue angle of 41.47º 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 #DCA11D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 29 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.14 |
| HSL | 41.47º | 0.77% | 0.49% | - |
| HSV(B) | 41.47º | 0.87% | 0.86% | - |
| XYZ | 42.48 | 40.79 | 6.8 | - |
| YUV | 163.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 29 | 0 | 0.27 | 0.87 | 0.14 | 41.47 | 0.77 | 0.49 |
| Hex | DC | A1 | 1D | 0 | 1B | 57 | E | 29 | 4D | 31 |
| Octal | 334 | 241 | 35 | 0 | 33 | 127 | 16 | 51 | 115 | 61 |
| Binary | 11011100 | 10100001 | 11101 | 0 | 11011 | 1010111 | 1110 | 101001 | 1001101 | 110001 |
Color Harmonies of #DCA11D
Complementary color
Monochromatic Colors of #DCA11D
Black with #DCA11D
Text Example
Text Example
White with #DCA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA11D; }
p { color: rgb(220,161,29); }
H1.HeaderClassName
{
color: #DCA11D;
}
.AnyTagClassName
{
color: #DCA11D;
}
</style>
background-color css
<style>
a { background-color: #DCA11D; }
a { background-color: rgb(220,161,29); }
div.DivClassName
{
background-color: #DCA11D;
}
.BgClassName
{
background-color: #DCA11D;
}
</style>
border-color css
<style>
span { border-color: #DCA11D; }
span { border-color: rgb(220,161,29); }
td.TdClassName
{
border-color: #DCA11D;
}
.TagClassName
{
border-color: #DCA11D;
}
</style>