Shades of Galliano #DCAB19
Tints of Galliano #DCAB19
RGB
CMYK
RGB Variations
Color information
#DCAB19 (or 0xDCAB19) is known color: Galliano. HEX triplet: DC, AB and 19. RGB value is (220,171,25). Sum of RGB (Red+Green+Blue) = 220+171+25=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB19 is #2354E6. Grayscale: #A9A9A9. Windows color (decimal): -2315495 or 1682396. OLE color: 1682396.
HSL color Cylindrical-coordinate representation of color #DCAB19: hue angle of 44.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCAB19 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.14 |
| HSL | 44.92º | 0.8% | 0.48% | - |
| HSV(B) | 44.92º | 0.89% | 0.86% | - |
| XYZ | 44.25 | 44.41 | 7.16 | - |
| YUV | 169.01 | 46.73 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 25 | 0 | 0.22 | 0.89 | 0.14 | 44.92 | 0.8 | 0.48 |
| Hex | DC | AB | 19 | 0 | 16 | 59 | E | 2D | 50 | 30 |
| Octal | 334 | 253 | 31 | 0 | 26 | 131 | 16 | 55 | 120 | 60 |
| Binary | 11011100 | 10101011 | 11001 | 0 | 10110 | 1011001 | 1110 | 101101 | 1010000 | 110000 |
Color Harmonies of #DCAB19
Complementary color
Monochromatic Colors of #DCAB19
Black with #DCAB19
Text Example
Text Example
White with #DCAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB19; }
p { color: rgb(220,171,25); }
H1.HeaderClassName
{
color: #DCAB19;
}
.AnyTagClassName
{
color: #DCAB19;
}
</style>
background-color css
<style>
a { background-color: #DCAB19; }
a { background-color: rgb(220,171,25); }
div.DivClassName
{
background-color: #DCAB19;
}
.BgClassName
{
background-color: #DCAB19;
}
</style>
border-color css
<style>
span { border-color: #DCAB19; }
span { border-color: rgb(220,171,25); }
td.TdClassName
{
border-color: #DCAB19;
}
.TagClassName
{
border-color: #DCAB19;
}
</style>