Shades of Galliano #DCA829
Tints of Galliano #DCA829
RGB
CMYK
RGB Variations
Color information
#DCA829 (or 0xDCA829) is known color: Galliano. HEX triplet: DC, A8 and 29. RGB value is (220,168,41). Sum of RGB (Red+Green+Blue) = 220+168+41=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA829 is #2357D6. Grayscale: #A9A9A9. Windows color (decimal): -2316247 or 2730204. OLE color: 2730204.
HSL color Cylindrical-coordinate representation of color #DCA829: hue angle of 42.57º 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 #DCA829 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 41 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.14 |
| HSL | 42.57º | 0.72% | 0.51% | - |
| HSV(B) | 42.57º | 0.81% | 0.86% | - |
| XYZ | 43.92 | 43.38 | 8.16 | - |
| YUV | 169.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 41 | 0 | 0.24 | 0.81 | 0.14 | 42.57 | 0.72 | 0.51 |
| Hex | DC | A8 | 29 | 0 | 18 | 51 | E | 2B | 48 | 33 |
| Octal | 334 | 250 | 51 | 0 | 30 | 121 | 16 | 53 | 110 | 63 |
| Binary | 11011100 | 10101000 | 101001 | 0 | 11000 | 1010001 | 1110 | 101011 | 1001000 | 110011 |
Color Harmonies of #DCA829
Complementary color
Monochromatic Colors of #DCA829
Black with #DCA829
Text Example
Text Example
White with #DCA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA829; }
p { color: rgb(220,168,41); }
H1.HeaderClassName
{
color: #DCA829;
}
.AnyTagClassName
{
color: #DCA829;
}
</style>
background-color css
<style>
a { background-color: #DCA829; }
a { background-color: rgb(220,168,41); }
div.DivClassName
{
background-color: #DCA829;
}
.BgClassName
{
background-color: #DCA829;
}
</style>
border-color css
<style>
span { border-color: #DCA829; }
span { border-color: rgb(220,168,41); }
td.TdClassName
{
border-color: #DCA829;
}
.TagClassName
{
border-color: #DCA829;
}
</style>