Shades of Galliano #DCAC13
Tints of Galliano #DCAC13
RGB
CMYK
RGB Variations
Color information
#DCAC13 (or 0xDCAC13) is known color: Galliano. HEX triplet: DC, AC and 13. RGB value is (220,172,19). Sum of RGB (Red+Green+Blue) = 220+172+19=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC13 is #2353EC. Grayscale: #A9A9A9. Windows color (decimal): -2315245 or 1289436. OLE color: 1289436.
HSL color Cylindrical-coordinate representation of color #DCAC13: hue angle of 45.67º degrees, saturation: 0.84, 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 #DCAC13 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 19 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.14 |
| HSL | 45.67º | 0.84% | 0.47% | - |
| HSV(B) | 45.67º | 0.91% | 0.86% | - |
| XYZ | 44.39 | 44.77 | 6.92 | - |
| YUV | 168.91 | 43.4 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 19 | 0 | 0.22 | 0.91 | 0.14 | 45.67 | 0.84 | 0.47 |
| Hex | DC | AC | 13 | 0 | 16 | 5B | E | 2E | 54 | 2F |
| Octal | 334 | 254 | 23 | 0 | 26 | 133 | 16 | 56 | 124 | 57 |
| Binary | 11011100 | 10101100 | 10011 | 0 | 10110 | 1011011 | 1110 | 101110 | 1010100 | 101111 |
Color Harmonies of #DCAC13
Complementary color
Monochromatic Colors of #DCAC13
Black with #DCAC13
Text Example
Text Example
White with #DCAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC13; }
p { color: rgb(220,172,19); }
H1.HeaderClassName
{
color: #DCAC13;
}
.AnyTagClassName
{
color: #DCAC13;
}
</style>
background-color css
<style>
a { background-color: #DCAC13; }
a { background-color: rgb(220,172,19); }
div.DivClassName
{
background-color: #DCAC13;
}
.BgClassName
{
background-color: #DCAC13;
}
</style>
border-color css
<style>
span { border-color: #DCAC13; }
span { border-color: rgb(220,172,19); }
td.TdClassName
{
border-color: #DCAC13;
}
.TagClassName
{
border-color: #DCAC13;
}
</style>