Shades of Galliano #DCAD12
Tints of Galliano #DCAD12
RGB
CMYK
RGB Variations
Color information
#DCAD12 (or 0xDCAD12) is known color: Galliano. HEX triplet: DC, AD and 12. RGB value is (220,173,18). Sum of RGB (Red+Green+Blue) = 220+173+18=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD12 is #2352ED. Grayscale: #AAAAAA. Windows color (decimal): -2314990 or 1224156. OLE color: 1224156.
HSL color Cylindrical-coordinate representation of color #DCAD12: hue angle of 46.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCAD12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.14 |
| HSL | 46.04º | 0.85% | 0.47% | - |
| HSV(B) | 46.04º | 0.92% | 0.86% | - |
| XYZ | 44.57 | 45.15 | 6.94 | - |
| YUV | 169.38 | 42.57 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 18 | 0 | 0.21 | 0.92 | 0.14 | 46.04 | 0.85 | 0.47 |
| Hex | DC | AD | 12 | 0 | 15 | 5C | E | 2E | 55 | 2F |
| Octal | 334 | 255 | 22 | 0 | 25 | 134 | 16 | 56 | 125 | 57 |
| Binary | 11011100 | 10101101 | 10010 | 0 | 10101 | 1011100 | 1110 | 101110 | 1010101 | 101111 |
Color Harmonies of #DCAD12
Complementary color
Monochromatic Colors of #DCAD12
Black with #DCAD12
Text Example
Text Example
White with #DCAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD12; }
p { color: rgb(220,173,18); }
H1.HeaderClassName
{
color: #DCAD12;
}
.AnyTagClassName
{
color: #DCAD12;
}
</style>
background-color css
<style>
a { background-color: #DCAD12; }
a { background-color: rgb(220,173,18); }
div.DivClassName
{
background-color: #DCAD12;
}
.BgClassName
{
background-color: #DCAD12;
}
</style>
border-color css
<style>
span { border-color: #DCAD12; }
span { border-color: rgb(220,173,18); }
td.TdClassName
{
border-color: #DCAD12;
}
.TagClassName
{
border-color: #DCAD12;
}
</style>