Shades of Galliano #DCAC18
Tints of Galliano #DCAC18
RGB
CMYK
RGB Variations
Color information
#DCAC18 (or 0xDCAC18) is known color: Galliano. HEX triplet: DC, AC and 18. RGB value is (220,172,24). Sum of RGB (Red+Green+Blue) = 220+172+24=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC18 is #2353E7. Grayscale: #AAAAAA. Windows color (decimal): -2315240 or 1617116. OLE color: 1617116.
HSL color Cylindrical-coordinate representation of color #DCAC18: hue angle of 45.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCAC18 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 24 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.14 |
| HSL | 45.31º | 0.8% | 0.48% | - |
| HSV(B) | 45.31º | 0.89% | 0.86% | - |
| XYZ | 44.43 | 44.79 | 7.17 | - |
| YUV | 169.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 24 | 0 | 0.22 | 0.89 | 0.14 | 45.31 | 0.8 | 0.48 |
| Hex | DC | AC | 18 | 0 | 16 | 59 | E | 2D | 50 | 30 |
| Octal | 334 | 254 | 30 | 0 | 26 | 131 | 16 | 55 | 120 | 60 |
| Binary | 11011100 | 10101100 | 11000 | 0 | 10110 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DCAC18
Complementary color
Monochromatic Colors of #DCAC18
Black with #DCAC18
Text Example
Text Example
White with #DCAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC18; }
p { color: rgb(220,172,24); }
H1.HeaderClassName
{
color: #DCAC18;
}
.AnyTagClassName
{
color: #DCAC18;
}
</style>
background-color css
<style>
a { background-color: #DCAC18; }
a { background-color: rgb(220,172,24); }
div.DivClassName
{
background-color: #DCAC18;
}
.BgClassName
{
background-color: #DCAC18;
}
</style>
border-color css
<style>
span { border-color: #DCAC18; }
span { border-color: rgb(220,172,24); }
td.TdClassName
{
border-color: #DCAC18;
}
.TagClassName
{
border-color: #DCAC18;
}
</style>