Shades of Galliano #DCA830
Tints of Galliano #DCA830
RGB
CMYK
RGB Variations
Color information
#DCA830 (or 0xDCA830) is known color: Galliano. HEX triplet: DC, A8 and 30. RGB value is (220,168,48). Sum of RGB (Red+Green+Blue) = 220+168+48=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA830 is #2357CF. Grayscale: #AAAAAA. Windows color (decimal): -2316240 or 3188956. OLE color: 3188956.
HSL color Cylindrical-coordinate representation of color #DCA830: hue angle of 41.86º 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 #DCA830 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 48 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.14 |
| HSL | 41.86º | 0.71% | 0.53% | - |
| HSV(B) | 41.86º | 0.78% | 0.86% | - |
| XYZ | 44.05 | 43.43 | 8.86 | - |
| YUV | 169.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 48 | 0 | 0.24 | 0.78 | 0.14 | 41.86 | 0.71 | 0.53 |
| Hex | DC | A8 | 30 | 0 | 18 | 4E | E | 2A | 47 | 35 |
| Octal | 334 | 250 | 60 | 0 | 30 | 116 | 16 | 52 | 107 | 65 |
| Binary | 11011100 | 10101000 | 110000 | 0 | 11000 | 1001110 | 1110 | 101010 | 1000111 | 110101 |
Color Harmonies of #DCA830
Complementary color
Monochromatic Colors of #DCA830
Black with #DCA830
Text Example
Text Example
White with #DCA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA830; }
p { color: rgb(220,168,48); }
H1.HeaderClassName
{
color: #DCA830;
}
.AnyTagClassName
{
color: #DCA830;
}
</style>
background-color css
<style>
a { background-color: #DCA830; }
a { background-color: rgb(220,168,48); }
div.DivClassName
{
background-color: #DCA830;
}
.BgClassName
{
background-color: #DCA830;
}
</style>
border-color css
<style>
span { border-color: #DCA830; }
span { border-color: rgb(220,168,48); }
td.TdClassName
{
border-color: #DCA830;
}
.TagClassName
{
border-color: #DCA830;
}
</style>