Shades of Galliano #DCAA20
Tints of Galliano #DCAA20
RGB
CMYK
RGB Variations
Color information
#DCAA20 (or 0xDCAA20) is known color: Galliano. HEX triplet: DC, AA and 20. RGB value is (220,170,32). Sum of RGB (Red+Green+Blue) = 220+170+32=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA20 is #2355DF. Grayscale: #A9A9A9. Windows color (decimal): -2315744 or 2140892. OLE color: 2140892.
HSL color Cylindrical-coordinate representation of color #DCAA20: hue angle of 44.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCAA20 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 32 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.14 |
| HSL | 44.04º | 0.75% | 0.49% | - |
| HSV(B) | 44.04º | 0.85% | 0.86% | - |
| XYZ | 44.15 | 44.07 | 7.55 | - |
| YUV | 169.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 32 | 0 | 0.23 | 0.85 | 0.14 | 44.04 | 0.75 | 0.49 |
| Hex | DC | AA | 20 | 0 | 17 | 55 | E | 2C | 4B | 31 |
| Octal | 334 | 252 | 40 | 0 | 27 | 125 | 16 | 54 | 113 | 61 |
| Binary | 11011100 | 10101010 | 100000 | 0 | 10111 | 1010101 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DCAA20
Complementary color
Monochromatic Colors of #DCAA20
Black with #DCAA20
Text Example
Text Example
White with #DCAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA20; }
p { color: rgb(220,170,32); }
H1.HeaderClassName
{
color: #DCAA20;
}
.AnyTagClassName
{
color: #DCAA20;
}
</style>
background-color css
<style>
a { background-color: #DCAA20; }
a { background-color: rgb(220,170,32); }
div.DivClassName
{
background-color: #DCAA20;
}
.BgClassName
{
background-color: #DCAA20;
}
</style>
border-color css
<style>
span { border-color: #DCAA20; }
span { border-color: rgb(220,170,32); }
td.TdClassName
{
border-color: #DCAA20;
}
.TagClassName
{
border-color: #DCAA20;
}
</style>