Shades of Galliano #DCA124
Tints of Galliano #DCA124
RGB
CMYK
RGB Variations
Color information
#DCA124 (or 0xDCA124) is known color: Galliano. HEX triplet: DC, A1 and 24. RGB value is (220,161,36). Sum of RGB (Red+Green+Blue) = 220+161+36=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA124 is #235EDB. Grayscale: #A4A4A4. Windows color (decimal): -2318044 or 2400732. OLE color: 2400732.
HSL color Cylindrical-coordinate representation of color #DCA124: hue angle of 40.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCA124 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 36 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.14 |
| HSL | 40.76º | 0.72% | 0.5% | - |
| HSV(B) | 40.76º | 0.84% | 0.86% | - |
| XYZ | 42.58 | 40.83 | 7.31 | - |
| YUV | 164.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 36 | 0 | 0.27 | 0.84 | 0.14 | 40.76 | 0.72 | 0.5 |
| Hex | DC | A1 | 24 | 0 | 1B | 54 | E | 29 | 48 | 32 |
| Octal | 334 | 241 | 44 | 0 | 33 | 124 | 16 | 51 | 110 | 62 |
| Binary | 11011100 | 10100001 | 100100 | 0 | 11011 | 1010100 | 1110 | 101001 | 1001000 | 110010 |
Color Harmonies of #DCA124
Complementary color
Monochromatic Colors of #DCA124
Black with #DCA124
Text Example
Text Example
White with #DCA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA124; }
p { color: rgb(220,161,36); }
H1.HeaderClassName
{
color: #DCA124;
}
.AnyTagClassName
{
color: #DCA124;
}
</style>
background-color css
<style>
a { background-color: #DCA124; }
a { background-color: rgb(220,161,36); }
div.DivClassName
{
background-color: #DCA124;
}
.BgClassName
{
background-color: #DCA124;
}
</style>
border-color css
<style>
span { border-color: #DCA124; }
span { border-color: rgb(220,161,36); }
td.TdClassName
{
border-color: #DCA124;
}
.TagClassName
{
border-color: #DCA124;
}
</style>