Shades of Galliano #DCB119
Tints of Galliano #DCB119
RGB
CMYK
RGB Variations
Color information
#DCB119 (or 0xDCB119) is known color: Galliano. HEX triplet: DC, B1 and 19. RGB value is (220,177,25). Sum of RGB (Red+Green+Blue) = 220+177+25=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB119 is #234EE6. Grayscale: #ADADAD. Windows color (decimal): -2313959 or 1683932. OLE color: 1683932.
HSL color Cylindrical-coordinate representation of color #DCB119: hue angle of 46.77º 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 #DCB119 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.14 |
| HSL | 46.77º | 0.8% | 0.48% | - |
| HSV(B) | 46.77º | 0.89% | 0.86% | - |
| XYZ | 45.41 | 46.73 | 7.55 | - |
| YUV | 172.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 25 | 0 | 0.20 | 0.89 | 0.14 | 46.77 | 0.8 | 0.48 |
| Hex | DC | B1 | 19 | 0 | 14 | 59 | E | 2F | 50 | 30 |
| Octal | 334 | 261 | 31 | 0 | 24 | 131 | 16 | 57 | 120 | 60 |
| Binary | 11011100 | 10110001 | 11001 | 0 | 10100 | 1011001 | 1110 | 101111 | 1010000 | 110000 |
Color Harmonies of #DCB119
Complementary color
Monochromatic Colors of #DCB119
Black with #DCB119
Text Example
Text Example
White with #DCB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB119; }
p { color: rgb(220,177,25); }
H1.HeaderClassName
{
color: #DCB119;
}
.AnyTagClassName
{
color: #DCB119;
}
</style>
background-color css
<style>
a { background-color: #DCB119; }
a { background-color: rgb(220,177,25); }
div.DivClassName
{
background-color: #DCB119;
}
.BgClassName
{
background-color: #DCB119;
}
</style>
border-color css
<style>
span { border-color: #DCB119; }
span { border-color: rgb(220,177,25); }
td.TdClassName
{
border-color: #DCB119;
}
.TagClassName
{
border-color: #DCB119;
}
</style>