Shades of Galliano #DCA328
Tints of Galliano #DCA328
RGB
CMYK
RGB Variations
Color information
#DCA328 (or 0xDCA328) is known color: Galliano. HEX triplet: DC, A3 and 28. RGB value is (220,163,40). Sum of RGB (Red+Green+Blue) = 220+163+40=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA328 is #235CD7. Grayscale: #A6A6A6. Windows color (decimal): -2317528 or 2663388. OLE color: 2663388.
HSL color Cylindrical-coordinate representation of color #DCA328: hue angle of 41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCA328 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.14 |
| HSL | 41º | 0.72% | 0.51% | - |
| HSV(B) | 41º | 0.82% | 0.86% | - |
| XYZ | 43 | 41.56 | 7.76 | - |
| YUV | 166.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 40 | 0 | 0.26 | 0.82 | 0.14 | 41 | 0.72 | 0.51 |
| Hex | DC | A3 | 28 | 0 | 1A | 52 | E | 29 | 48 | 33 |
| Octal | 334 | 243 | 50 | 0 | 32 | 122 | 16 | 51 | 110 | 63 |
| Binary | 11011100 | 10100011 | 101000 | 0 | 11010 | 1010010 | 1110 | 101001 | 1001000 | 110011 |
Color Harmonies of #DCA328
Complementary color
Monochromatic Colors of #DCA328
Black with #DCA328
Text Example
Text Example
White with #DCA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA328; }
p { color: rgb(220,163,40); }
H1.HeaderClassName
{
color: #DCA328;
}
.AnyTagClassName
{
color: #DCA328;
}
</style>
background-color css
<style>
a { background-color: #DCA328; }
a { background-color: rgb(220,163,40); }
div.DivClassName
{
background-color: #DCA328;
}
.BgClassName
{
background-color: #DCA328;
}
</style>
border-color css
<style>
span { border-color: #DCA328; }
span { border-color: rgb(220,163,40); }
td.TdClassName
{
border-color: #DCA328;
}
.TagClassName
{
border-color: #DCA328;
}
</style>