Shades of Galliano #DCB019
Tints of Galliano #DCB019
RGB
CMYK
RGB Variations
Color information
#DCB019 (or 0xDCB019) is known color: Galliano. HEX triplet: DC, B0 and 19. RGB value is (220,176,25). Sum of RGB (Red+Green+Blue) = 220+176+25=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB019 is #234FE6. Grayscale: #ACACAC. Windows color (decimal): -2314215 or 1683676. OLE color: 1683676.
HSL color Cylindrical-coordinate representation of color #DCB019: hue angle of 46.46º 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 #DCB019 is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 25 | - |
| CMYK | 0 | 0.2 | 0.89 | 0.14 |
| HSL | 46.46º | 0.8% | 0.48% | - |
| HSV(B) | 46.46º | 0.89% | 0.86% | - |
| XYZ | 45.22 | 46.34 | 7.48 | - |
| YUV | 171.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 25 | 0 | 0.2 | 0.89 | 0.14 | 46.46 | 0.8 | 0.48 |
| Hex | DC | B0 | 19 | 0 | 14 | 59 | E | 2E | 50 | 30 |
| Octal | 334 | 260 | 31 | 0 | 24 | 131 | 16 | 56 | 120 | 60 |
| Binary | 11011100 | 10110000 | 11001 | 0 | 10100 | 1011001 | 1110 | 101110 | 1010000 | 110000 |
Color Harmonies of #DCB019
Complementary color
Monochromatic Colors of #DCB019
Black with #DCB019
Text Example
Text Example
White with #DCB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB019; }
p { color: rgb(220,176,25); }
H1.HeaderClassName
{
color: #DCB019;
}
.AnyTagClassName
{
color: #DCB019;
}
</style>
background-color css
<style>
a { background-color: #DCB019; }
a { background-color: rgb(220,176,25); }
div.DivClassName
{
background-color: #DCB019;
}
.BgClassName
{
background-color: #DCB019;
}
</style>
border-color css
<style>
span { border-color: #DCB019; }
span { border-color: rgb(220,176,25); }
td.TdClassName
{
border-color: #DCB019;
}
.TagClassName
{
border-color: #DCB019;
}
</style>