Shades of Galliano #DCA628
Tints of Galliano #DCA628
RGB
CMYK
RGB Variations
Color information
#DCA628 (or 0xDCA628) is known color: Galliano. HEX triplet: DC, A6 and 28. RGB value is (220,166,40). Sum of RGB (Red+Green+Blue) = 220+166+40=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA628 is #2359D7. Grayscale: #A8A8A8. Windows color (decimal): -2316760 or 2664156. OLE color: 2664156.
HSL color Cylindrical-coordinate representation of color #DCA628: hue angle of 42º 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 #DCA628 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 40 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.14 |
| HSL | 42º | 0.72% | 0.51% | - |
| HSV(B) | 42º | 0.82% | 0.86% | - |
| XYZ | 43.53 | 42.64 | 7.94 | - |
| YUV | 167.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 40 | 0 | 0.25 | 0.82 | 0.14 | 42 | 0.72 | 0.51 |
| Hex | DC | A6 | 28 | 0 | 19 | 52 | E | 2A | 48 | 33 |
| Octal | 334 | 246 | 50 | 0 | 31 | 122 | 16 | 52 | 110 | 63 |
| Binary | 11011100 | 10100110 | 101000 | 0 | 11001 | 1010010 | 1110 | 101010 | 1001000 | 110011 |
Color Harmonies of #DCA628
Complementary color
Monochromatic Colors of #DCA628
Black with #DCA628
Text Example
Text Example
White with #DCA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA628; }
p { color: rgb(220,166,40); }
H1.HeaderClassName
{
color: #DCA628;
}
.AnyTagClassName
{
color: #DCA628;
}
</style>
background-color css
<style>
a { background-color: #DCA628; }
a { background-color: rgb(220,166,40); }
div.DivClassName
{
background-color: #DCA628;
}
.BgClassName
{
background-color: #DCA628;
}
</style>
border-color css
<style>
span { border-color: #DCA628; }
span { border-color: rgb(220,166,40); }
td.TdClassName
{
border-color: #DCA628;
}
.TagClassName
{
border-color: #DCA628;
}
</style>