Shades of Galliano #DCAE11
Tints of Galliano #DCAE11
RGB
CMYK
RGB Variations
Color information
#DCAE11 (or 0xDCAE11) is known color: Galliano. HEX triplet: DC, AE and 11. RGB value is (220,174,17). Sum of RGB (Red+Green+Blue) = 220+174+17=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE11 is #2351EE. Grayscale: #AAAAAA. Windows color (decimal): -2314735 or 1158876. OLE color: 1158876.
HSL color Cylindrical-coordinate representation of color #DCAE11: hue angle of 46.4º 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 #DCAE11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.14 |
| HSL | 46.4º | 0.86% | 0.46% | - |
| HSV(B) | 46.4º | 0.92% | 0.86% | - |
| XYZ | 44.75 | 45.53 | 6.96 | - |
| YUV | 169.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 17 | 0 | 0.21 | 0.92 | 0.14 | 46.4 | 0.86 | 0.46 |
| Hex | DC | AE | 11 | 0 | 15 | 5C | E | 2E | 56 | 2E |
| Octal | 334 | 256 | 21 | 0 | 25 | 134 | 16 | 56 | 126 | 56 |
| Binary | 11011100 | 10101110 | 10001 | 0 | 10101 | 1011100 | 1110 | 101110 | 1010110 | 101110 |
Color Harmonies of #DCAE11
Complementary color
Monochromatic Colors of #DCAE11
Black with #DCAE11
Text Example
Text Example
White with #DCAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE11; }
p { color: rgb(220,174,17); }
H1.HeaderClassName
{
color: #DCAE11;
}
.AnyTagClassName
{
color: #DCAE11;
}
</style>
background-color css
<style>
a { background-color: #DCAE11; }
a { background-color: rgb(220,174,17); }
div.DivClassName
{
background-color: #DCAE11;
}
.BgClassName
{
background-color: #DCAE11;
}
</style>
border-color css
<style>
span { border-color: #DCAE11; }
span { border-color: rgb(220,174,17); }
td.TdClassName
{
border-color: #DCAE11;
}
.TagClassName
{
border-color: #DCAE11;
}
</style>