Shades of Galliano #DCA622
Tints of Galliano #DCA622
RGB
CMYK
RGB Variations
Color information
#DCA622 (or 0xDCA622) is known color: Galliano. HEX triplet: DC, A6 and 22. RGB value is (220,166,34). Sum of RGB (Red+Green+Blue) = 220+166+34=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA622 is #2359DD. Grayscale: #A7A7A7. Windows color (decimal): -2316766 or 2270940. OLE color: 2270940.
HSL color Cylindrical-coordinate representation of color #DCA622: hue angle of 42.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCA622 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 34 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.14 |
| HSL | 42.58º | 0.73% | 0.5% | - |
| HSV(B) | 42.58º | 0.85% | 0.86% | - |
| XYZ | 43.44 | 42.6 | 7.45 | - |
| YUV | 167.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 34 | 0 | 0.25 | 0.85 | 0.14 | 42.58 | 0.73 | 0.5 |
| Hex | DC | A6 | 22 | 0 | 19 | 55 | E | 2B | 49 | 32 |
| Octal | 334 | 246 | 42 | 0 | 31 | 125 | 16 | 53 | 111 | 62 |
| Binary | 11011100 | 10100110 | 100010 | 0 | 11001 | 1010101 | 1110 | 101011 | 1001001 | 110010 |
Color Harmonies of #DCA622
Complementary color
Monochromatic Colors of #DCA622
Black with #DCA622
Text Example
Text Example
White with #DCA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA622; }
p { color: rgb(220,166,34); }
H1.HeaderClassName
{
color: #DCA622;
}
.AnyTagClassName
{
color: #DCA622;
}
</style>
background-color css
<style>
a { background-color: #DCA622; }
a { background-color: rgb(220,166,34); }
div.DivClassName
{
background-color: #DCA622;
}
.BgClassName
{
background-color: #DCA622;
}
</style>
border-color css
<style>
span { border-color: #DCA622; }
span { border-color: rgb(220,166,34); }
td.TdClassName
{
border-color: #DCA622;
}
.TagClassName
{
border-color: #DCA622;
}
</style>