Shades of Galliano #DCA021
Tints of Galliano #DCA021
RGB
CMYK
RGB Variations
Color information
#DCA021 (or 0xDCA021) is known color: Galliano. HEX triplet: DC, A0 and 21. RGB value is (220,160,33). Sum of RGB (Red+Green+Blue) = 220+160+33=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA021 is #235FDE. Grayscale: #A4A4A4. Windows color (decimal): -2318303 or 2203868. OLE color: 2203868.
HSL color Cylindrical-coordinate representation of color #DCA021: hue angle of 40.75º degrees, saturation: 0.74, 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 #DCA021 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 33 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.14 |
| HSL | 40.75º | 0.74% | 0.5% | - |
| HSV(B) | 40.75º | 0.85% | 0.86% | - |
| XYZ | 42.36 | 40.47 | 7.02 | - |
| YUV | 163.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 33 | 0 | 0.27 | 0.85 | 0.14 | 40.75 | 0.74 | 0.5 |
| Hex | DC | A0 | 21 | 0 | 1B | 55 | E | 29 | 4A | 32 |
| Octal | 334 | 240 | 41 | 0 | 33 | 125 | 16 | 51 | 112 | 62 |
| Binary | 11011100 | 10100000 | 100001 | 0 | 11011 | 1010101 | 1110 | 101001 | 1001010 | 110010 |
Color Harmonies of #DCA021
Complementary color
Monochromatic Colors of #DCA021
Black with #DCA021
Text Example
Text Example
White with #DCA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA021; }
p { color: rgb(220,160,33); }
H1.HeaderClassName
{
color: #DCA021;
}
.AnyTagClassName
{
color: #DCA021;
}
</style>
background-color css
<style>
a { background-color: #DCA021; }
a { background-color: rgb(220,160,33); }
div.DivClassName
{
background-color: #DCA021;
}
.BgClassName
{
background-color: #DCA021;
}
</style>
border-color css
<style>
span { border-color: #DCA021; }
span { border-color: rgb(220,160,33); }
td.TdClassName
{
border-color: #DCA021;
}
.TagClassName
{
border-color: #DCA021;
}
</style>