Shades of Galliano #DCAC10
Tints of Galliano #DCAC10
RGB
CMYK
RGB Variations
Color information
#DCAC10 (or 0xDCAC10) is known color: Galliano. HEX triplet: DC, AC and 10. RGB value is (220,172,16). Sum of RGB (Red+Green+Blue) = 220+172+16=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC10 is #2353EF. Grayscale: #A9A9A9. Windows color (decimal): -2315248 or 1092828. OLE color: 1092828.
HSL color Cylindrical-coordinate representation of color #DCAC10: hue angle of 45.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCAC10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.14 |
| HSL | 45.88º | 0.86% | 0.46% | - |
| HSV(B) | 45.88º | 0.93% | 0.86% | - |
| XYZ | 44.36 | 44.76 | 6.79 | - |
| YUV | 168.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 16 | 0 | 0.22 | 0.93 | 0.14 | 45.88 | 0.86 | 0.46 |
| Hex | DC | AC | 10 | 0 | 16 | 5D | E | 2E | 56 | 2E |
| Octal | 334 | 254 | 20 | 0 | 26 | 135 | 16 | 56 | 126 | 56 |
| Binary | 11011100 | 10101100 | 10000 | 0 | 10110 | 1011101 | 1110 | 101110 | 1010110 | 101110 |
Color Harmonies of #DCAC10
Complementary color
Monochromatic Colors of #DCAC10
Black with #DCAC10
Text Example
Text Example
White with #DCAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC10; }
p { color: rgb(220,172,16); }
H1.HeaderClassName
{
color: #DCAC10;
}
.AnyTagClassName
{
color: #DCAC10;
}
</style>
background-color css
<style>
a { background-color: #DCAC10; }
a { background-color: rgb(220,172,16); }
div.DivClassName
{
background-color: #DCAC10;
}
.BgClassName
{
background-color: #DCAC10;
}
</style>
border-color css
<style>
span { border-color: #DCAC10; }
span { border-color: rgb(220,172,16); }
td.TdClassName
{
border-color: #DCAC10;
}
.TagClassName
{
border-color: #DCAC10;
}
</style>