Shades of Galliano #DCA325
Tints of Galliano #DCA325
RGB
CMYK
RGB Variations
Color information
#DCA325 (or 0xDCA325) is known color: Galliano. HEX triplet: DC, A3 and 25. RGB value is (220,163,37). Sum of RGB (Red+Green+Blue) = 220+163+37=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA325 is #235CDA. Grayscale: #A6A6A6. Windows color (decimal): -2317531 or 2466780. OLE color: 2466780.
HSL color Cylindrical-coordinate representation of color #DCA325: hue angle of 41.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCA325 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 37 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.14 |
| HSL | 41.31º | 0.72% | 0.5% | - |
| HSV(B) | 41.31º | 0.83% | 0.86% | - |
| XYZ | 42.95 | 41.54 | 7.51 | - |
| YUV | 165.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 37 | 0 | 0.26 | 0.83 | 0.14 | 41.31 | 0.72 | 0.5 |
| Hex | DC | A3 | 25 | 0 | 1A | 53 | E | 29 | 48 | 32 |
| Octal | 334 | 243 | 45 | 0 | 32 | 123 | 16 | 51 | 110 | 62 |
| Binary | 11011100 | 10100011 | 100101 | 0 | 11010 | 1010011 | 1110 | 101001 | 1001000 | 110010 |
Color Harmonies of #DCA325
Complementary color
Monochromatic Colors of #DCA325
Black with #DCA325
Text Example
Text Example
White with #DCA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA325; }
p { color: rgb(220,163,37); }
H1.HeaderClassName
{
color: #DCA325;
}
.AnyTagClassName
{
color: #DCA325;
}
</style>
background-color css
<style>
a { background-color: #DCA325; }
a { background-color: rgb(220,163,37); }
div.DivClassName
{
background-color: #DCA325;
}
.BgClassName
{
background-color: #DCA325;
}
</style>
border-color css
<style>
span { border-color: #DCA325; }
span { border-color: rgb(220,163,37); }
td.TdClassName
{
border-color: #DCA325;
}
.TagClassName
{
border-color: #DCA325;
}
</style>