Shades of Galliano #DCAC14
Tints of Galliano #DCAC14
RGB
CMYK
RGB Variations
Color information
#DCAC14 (or 0xDCAC14) is known color: Galliano. HEX triplet: DC, AC and 14. RGB value is (220,172,20). Sum of RGB (Red+Green+Blue) = 220+172+20=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC14 is #2353EB. Grayscale: #A9A9A9. Windows color (decimal): -2315244 or 1354972. OLE color: 1354972.
HSL color Cylindrical-coordinate representation of color #DCAC14: hue angle of 45.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCAC14 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.14 |
| HSL | 45.6º | 0.83% | 0.47% | - |
| HSV(B) | 45.6º | 0.91% | 0.86% | - |
| XYZ | 44.39 | 44.77 | 6.96 | - |
| YUV | 169.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 20 | 0 | 0.22 | 0.91 | 0.14 | 45.6 | 0.83 | 0.47 |
| Hex | DC | AC | 14 | 0 | 16 | 5B | E | 2E | 53 | 2F |
| Octal | 334 | 254 | 24 | 0 | 26 | 133 | 16 | 56 | 123 | 57 |
| Binary | 11011100 | 10101100 | 10100 | 0 | 10110 | 1011011 | 1110 | 101110 | 1010011 | 101111 |
Color Harmonies of #DCAC14
Complementary color
Monochromatic Colors of #DCAC14
Black with #DCAC14
Text Example
Text Example
White with #DCAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC14; }
p { color: rgb(220,172,20); }
H1.HeaderClassName
{
color: #DCAC14;
}
.AnyTagClassName
{
color: #DCAC14;
}
</style>
background-color css
<style>
a { background-color: #DCAC14; }
a { background-color: rgb(220,172,20); }
div.DivClassName
{
background-color: #DCAC14;
}
.BgClassName
{
background-color: #DCAC14;
}
</style>
border-color css
<style>
span { border-color: #DCAC14; }
span { border-color: rgb(220,172,20); }
td.TdClassName
{
border-color: #DCAC14;
}
.TagClassName
{
border-color: #DCAC14;
}
</style>