Shades of Galliano #DCAC11
Tints of Galliano #DCAC11
RGB
CMYK
RGB Variations
Color information
#DCAC11 (or 0xDCAC11) is known color: Galliano. HEX triplet: DC, AC and 11. RGB value is (220,172,17). Sum of RGB (Red+Green+Blue) = 220+172+17=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC11 is #2353EE. Grayscale: #A9A9A9. Windows color (decimal): -2315247 or 1158364. OLE color: 1158364.
HSL color Cylindrical-coordinate representation of color #DCAC11: hue angle of 45.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCAC11 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.14 |
| HSL | 45.81º | 0.86% | 0.46% | - |
| HSV(B) | 45.81º | 0.92% | 0.86% | - |
| XYZ | 44.37 | 44.76 | 6.83 | - |
| YUV | 168.68 | 42.4 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 17 | 0 | 0.22 | 0.92 | 0.14 | 45.81 | 0.86 | 0.46 |
| Hex | DC | AC | 11 | 0 | 16 | 5C | E | 2E | 56 | 2E |
| Octal | 334 | 254 | 21 | 0 | 26 | 134 | 16 | 56 | 126 | 56 |
| Binary | 11011100 | 10101100 | 10001 | 0 | 10110 | 1011100 | 1110 | 101110 | 1010110 | 101110 |
Color Harmonies of #DCAC11
Complementary color
Monochromatic Colors of #DCAC11
Black with #DCAC11
Text Example
Text Example
White with #DCAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC11; }
p { color: rgb(220,172,17); }
H1.HeaderClassName
{
color: #DCAC11;
}
.AnyTagClassName
{
color: #DCAC11;
}
</style>
background-color css
<style>
a { background-color: #DCAC11; }
a { background-color: rgb(220,172,17); }
div.DivClassName
{
background-color: #DCAC11;
}
.BgClassName
{
background-color: #DCAC11;
}
</style>
border-color css
<style>
span { border-color: #DCAC11; }
span { border-color: rgb(220,172,17); }
td.TdClassName
{
border-color: #DCAC11;
}
.TagClassName
{
border-color: #DCAC11;
}
</style>