Shades of Galliano #DCA22C
Tints of Galliano #DCA22C
RGB
CMYK
RGB Variations
Color information
#DCA22C (or 0xDCA22C) is known color: Galliano. HEX triplet: DC, A2 and 2C. RGB value is (220,162,44). Sum of RGB (Red+Green+Blue) = 220+162+44=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA22C is #235DD3. Grayscale: #A6A6A6. Windows color (decimal): -2317780 or 2925276. OLE color: 2925276.
HSL color Cylindrical-coordinate representation of color #DCA22C: hue angle of 40.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCA22C is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 44 | - |
| CMYK | 0 | 0.26 | 0.8 | 0.14 |
| HSL | 40.23º | 0.72% | 0.52% | - |
| HSV(B) | 40.23º | 0.8% | 0.86% | - |
| XYZ | 42.89 | 41.24 | 8.08 | - |
| YUV | 165.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 44 | 0 | 0.26 | 0.8 | 0.14 | 40.23 | 0.72 | 0.52 |
| Hex | DC | A2 | 2C | 0 | 1A | 50 | E | 28 | 48 | 34 |
| Octal | 334 | 242 | 54 | 0 | 32 | 120 | 16 | 50 | 110 | 64 |
| Binary | 11011100 | 10100010 | 101100 | 0 | 11010 | 1010000 | 1110 | 101000 | 1001000 | 110100 |
Color Harmonies of #DCA22C
Complementary color
Monochromatic Colors of #DCA22C
Black with #DCA22C
Text Example
Text Example
White with #DCA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA22C; }
p { color: rgb(220,162,44); }
H1.HeaderClassName
{
color: #DCA22C;
}
.AnyTagClassName
{
color: #DCA22C;
}
</style>
background-color css
<style>
a { background-color: #DCA22C; }
a { background-color: rgb(220,162,44); }
div.DivClassName
{
background-color: #DCA22C;
}
.BgClassName
{
background-color: #DCA22C;
}
</style>
border-color css
<style>
span { border-color: #DCA22C; }
span { border-color: rgb(220,162,44); }
td.TdClassName
{
border-color: #DCA22C;
}
.TagClassName
{
border-color: #DCA22C;
}
</style>