Shades of Galliano #DCA821
Tints of Galliano #DCA821
RGB
CMYK
RGB Variations
Color information
#DCA821 (or 0xDCA821) is known color: Galliano. HEX triplet: DC, A8 and 21. RGB value is (220,168,33). Sum of RGB (Red+Green+Blue) = 220+168+33=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA821 is #2357DE. Grayscale: #A8A8A8. Windows color (decimal): -2316255 or 2205916. OLE color: 2205916.
HSL color Cylindrical-coordinate representation of color #DCA821: hue angle of 43.32º 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 #DCA821 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.14 |
| HSL | 43.32º | 0.74% | 0.5% | - |
| HSV(B) | 43.32º | 0.85% | 0.86% | - |
| XYZ | 43.79 | 43.33 | 7.49 | - |
| YUV | 168.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 33 | 0 | 0.24 | 0.85 | 0.14 | 43.32 | 0.74 | 0.5 |
| Hex | DC | A8 | 21 | 0 | 18 | 55 | E | 2B | 4A | 32 |
| Octal | 334 | 250 | 41 | 0 | 30 | 125 | 16 | 53 | 112 | 62 |
| Binary | 11011100 | 10101000 | 100001 | 0 | 11000 | 1010101 | 1110 | 101011 | 1001010 | 110010 |
Color Harmonies of #DCA821
Complementary color
Monochromatic Colors of #DCA821
Black with #DCA821
Text Example
Text Example
White with #DCA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA821; }
p { color: rgb(220,168,33); }
H1.HeaderClassName
{
color: #DCA821;
}
.AnyTagClassName
{
color: #DCA821;
}
</style>
background-color css
<style>
a { background-color: #DCA821; }
a { background-color: rgb(220,168,33); }
div.DivClassName
{
background-color: #DCA821;
}
.BgClassName
{
background-color: #DCA821;
}
</style>
border-color css
<style>
span { border-color: #DCA821; }
span { border-color: rgb(220,168,33); }
td.TdClassName
{
border-color: #DCA821;
}
.TagClassName
{
border-color: #DCA821;
}
</style>