Shades of Galliano #DCAC17
Tints of Galliano #DCAC17
RGB
CMYK
RGB Variations
Color information
#DCAC17 (or 0xDCAC17) is known color: Galliano. HEX triplet: DC, AC and 17. RGB value is (220,172,23). Sum of RGB (Red+Green+Blue) = 220+172+23=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC17 is #2353E8. Grayscale: #AAAAAA. Windows color (decimal): -2315241 or 1551580. OLE color: 1551580.
HSL color Cylindrical-coordinate representation of color #DCAC17: hue angle of 45.38º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAC17 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 23 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.14 |
| HSL | 45.38º | 0.81% | 0.48% | - |
| HSV(B) | 45.38º | 0.9% | 0.86% | - |
| XYZ | 44.42 | 44.78 | 7.11 | - |
| YUV | 169.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 23 | 0 | 0.22 | 0.90 | 0.14 | 45.38 | 0.81 | 0.48 |
| Hex | DC | AC | 17 | 0 | 16 | 5A | E | 2D | 51 | 30 |
| Octal | 334 | 254 | 27 | 0 | 26 | 132 | 16 | 55 | 121 | 60 |
| Binary | 11011100 | 10101100 | 10111 | 0 | 10110 | 1011010 | 1110 | 101101 | 1010001 | 110000 |
Color Harmonies of #DCAC17
Complementary color
Monochromatic Colors of #DCAC17
Black with #DCAC17
Text Example
Text Example
White with #DCAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC17; }
p { color: rgb(220,172,23); }
H1.HeaderClassName
{
color: #DCAC17;
}
.AnyTagClassName
{
color: #DCAC17;
}
</style>
background-color css
<style>
a { background-color: #DCAC17; }
a { background-color: rgb(220,172,23); }
div.DivClassName
{
background-color: #DCAC17;
}
.BgClassName
{
background-color: #DCAC17;
}
</style>
border-color css
<style>
span { border-color: #DCAC17; }
span { border-color: rgb(220,172,23); }
td.TdClassName
{
border-color: #DCAC17;
}
.TagClassName
{
border-color: #DCAC17;
}
</style>