Shades of Galliano #DCA029
Tints of Galliano #DCA029
RGB
CMYK
RGB Variations
Color information
#DCA029 (or 0xDCA029) is known color: Galliano. HEX triplet: DC, A0 and 29. RGB value is (220,160,41). Sum of RGB (Red+Green+Blue) = 220+160+41=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA029 is #235FD6. Grayscale: #A4A4A4. Windows color (decimal): -2318295 or 2728156. OLE color: 2728156.
HSL color Cylindrical-coordinate representation of color #DCA029: hue angle of 39.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCA029 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 41 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.14 |
| HSL | 39.89º | 0.72% | 0.51% | - |
| HSV(B) | 39.89º | 0.81% | 0.86% | - |
| XYZ | 42.49 | 40.52 | 7.68 | - |
| YUV | 164.37 | 58.38 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 41 | 0 | 0.27 | 0.81 | 0.14 | 39.89 | 0.72 | 0.51 |
| Hex | DC | A0 | 29 | 0 | 1B | 51 | E | 28 | 48 | 33 |
| Octal | 334 | 240 | 51 | 0 | 33 | 121 | 16 | 50 | 110 | 63 |
| Binary | 11011100 | 10100000 | 101001 | 0 | 11011 | 1010001 | 1110 | 101000 | 1001000 | 110011 |
Color Harmonies of #DCA029
Complementary color
Monochromatic Colors of #DCA029
Black with #DCA029
Text Example
Text Example
White with #DCA029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA029; }
p { color: rgb(220,160,41); }
H1.HeaderClassName
{
color: #DCA029;
}
.AnyTagClassName
{
color: #DCA029;
}
</style>
background-color css
<style>
a { background-color: #DCA029; }
a { background-color: rgb(220,160,41); }
div.DivClassName
{
background-color: #DCA029;
}
.BgClassName
{
background-color: #DCA029;
}
</style>
border-color css
<style>
span { border-color: #DCA029; }
span { border-color: rgb(220,160,41); }
td.TdClassName
{
border-color: #DCA029;
}
.TagClassName
{
border-color: #DCA029;
}
</style>