Shades of Galliano #DCA630
Tints of Galliano #DCA630
RGB
CMYK
RGB Variations
Color information
#DCA630 (or 0xDCA630) is known color: Galliano. HEX triplet: DC, A6 and 30. RGB value is (220,166,48). Sum of RGB (Red+Green+Blue) = 220+166+48=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA630 is #2359CF. Grayscale: #A9A9A9. Windows color (decimal): -2316752 or 3188444. OLE color: 3188444.
HSL color Cylindrical-coordinate representation of color #DCA630: hue angle of 41.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCA630 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 48 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.14 |
| HSL | 41.16º | 0.71% | 0.53% | - |
| HSV(B) | 41.16º | 0.78% | 0.86% | - |
| XYZ | 43.68 | 42.7 | 8.74 | - |
| YUV | 168.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 48 | 0 | 0.25 | 0.78 | 0.14 | 41.16 | 0.71 | 0.53 |
| Hex | DC | A6 | 30 | 0 | 19 | 4E | E | 29 | 47 | 35 |
| Octal | 334 | 246 | 60 | 0 | 31 | 116 | 16 | 51 | 107 | 65 |
| Binary | 11011100 | 10100110 | 110000 | 0 | 11001 | 1001110 | 1110 | 101001 | 1000111 | 110101 |
Color Harmonies of #DCA630
Complementary color
Monochromatic Colors of #DCA630
Black with #DCA630
Text Example
Text Example
White with #DCA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA630; }
p { color: rgb(220,166,48); }
H1.HeaderClassName
{
color: #DCA630;
}
.AnyTagClassName
{
color: #DCA630;
}
</style>
background-color css
<style>
a { background-color: #DCA630; }
a { background-color: rgb(220,166,48); }
div.DivClassName
{
background-color: #DCA630;
}
.BgClassName
{
background-color: #DCA630;
}
</style>
border-color css
<style>
span { border-color: #DCA630; }
span { border-color: rgb(220,166,48); }
td.TdClassName
{
border-color: #DCA630;
}
.TagClassName
{
border-color: #DCA630;
}
</style>