Shades of Galliano #DCAB1C
Tints of Galliano #DCAB1C
RGB
CMYK
RGB Variations
Color information
#DCAB1C (or 0xDCAB1C) is known color: Galliano. HEX triplet: DC, AB and 1C. RGB value is (220,171,28). Sum of RGB (Red+Green+Blue) = 220+171+28=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB1C is #2354E3. Grayscale: #A9A9A9. Windows color (decimal): -2315492 or 1879004. OLE color: 1879004.
HSL color Cylindrical-coordinate representation of color #DCAB1C: hue angle of 44.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCAB1C is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 28 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.14 |
| HSL | 44.69º | 0.77% | 0.49% | - |
| HSV(B) | 44.69º | 0.87% | 0.86% | - |
| XYZ | 44.29 | 44.43 | 7.34 | - |
| YUV | 169.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 28 | 0 | 0.22 | 0.87 | 0.14 | 44.69 | 0.77 | 0.49 |
| Hex | DC | AB | 1C | 0 | 16 | 57 | E | 2D | 4D | 31 |
| Octal | 334 | 253 | 34 | 0 | 26 | 127 | 16 | 55 | 115 | 61 |
| Binary | 11011100 | 10101011 | 11100 | 0 | 10110 | 1010111 | 1110 | 101101 | 1001101 | 110001 |
Color Harmonies of #DCAB1C
Complementary color
Monochromatic Colors of #DCAB1C
Black with #DCAB1C
Text Example
Text Example
White with #DCAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB1C; }
p { color: rgb(220,171,28); }
H1.HeaderClassName
{
color: #DCAB1C;
}
.AnyTagClassName
{
color: #DCAB1C;
}
</style>
background-color css
<style>
a { background-color: #DCAB1C; }
a { background-color: rgb(220,171,28); }
div.DivClassName
{
background-color: #DCAB1C;
}
.BgClassName
{
background-color: #DCAB1C;
}
</style>
border-color css
<style>
span { border-color: #DCAB1C; }
span { border-color: rgb(220,171,28); }
td.TdClassName
{
border-color: #DCAB1C;
}
.TagClassName
{
border-color: #DCAB1C;
}
</style>