Shades of Galliano #DCAC1B
Tints of Galliano #DCAC1B
RGB
CMYK
RGB Variations
Color information
#DCAC1B (or 0xDCAC1B) is known color: Galliano. HEX triplet: DC, AC and 1B. RGB value is (220,172,27). Sum of RGB (Red+Green+Blue) = 220+172+27=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC1B is #2353E4. Grayscale: #AAAAAA. Windows color (decimal): -2315237 or 1813724. OLE color: 1813724.
HSL color Cylindrical-coordinate representation of color #DCAC1B: hue angle of 45.08º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCAC1B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.14 |
| HSL | 45.08º | 0.78% | 0.48% | - |
| HSV(B) | 45.08º | 0.88% | 0.86% | - |
| XYZ | 44.47 | 44.8 | 7.34 | - |
| YUV | 169.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 27 | 0 | 0.22 | 0.88 | 0.14 | 45.08 | 0.78 | 0.48 |
| Hex | DC | AC | 1B | 0 | 16 | 58 | E | 2D | 4E | 30 |
| Octal | 334 | 254 | 33 | 0 | 26 | 130 | 16 | 55 | 116 | 60 |
| Binary | 11011100 | 10101100 | 11011 | 0 | 10110 | 1011000 | 1110 | 101101 | 1001110 | 110000 |
Color Harmonies of #DCAC1B
Complementary color
Monochromatic Colors of #DCAC1B
Black with #DCAC1B
Text Example
Text Example
White with #DCAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC1B; }
p { color: rgb(220,172,27); }
H1.HeaderClassName
{
color: #DCAC1B;
}
.AnyTagClassName
{
color: #DCAC1B;
}
</style>
background-color css
<style>
a { background-color: #DCAC1B; }
a { background-color: rgb(220,172,27); }
div.DivClassName
{
background-color: #DCAC1B;
}
.BgClassName
{
background-color: #DCAC1B;
}
</style>
border-color css
<style>
span { border-color: #DCAC1B; }
span { border-color: rgb(220,172,27); }
td.TdClassName
{
border-color: #DCAC1B;
}
.TagClassName
{
border-color: #DCAC1B;
}
</style>