Shades of Galliano #DCB117
Tints of Galliano #DCB117
RGB
CMYK
RGB Variations
Color information
#DCB117 (or 0xDCB117) is known color: Galliano. HEX triplet: DC, B1 and 17. RGB value is (220,177,23). Sum of RGB (Red+Green+Blue) = 220+177+23=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB117 is #234EE8. Grayscale: #ACACAC. Windows color (decimal): -2313961 or 1552860. OLE color: 1552860.
HSL color Cylindrical-coordinate representation of color #DCB117: hue angle of 46.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB117 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 23 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.14 |
| HSL | 46.9º | 0.81% | 0.48% | - |
| HSV(B) | 46.9º | 0.9% | 0.86% | - |
| XYZ | 45.39 | 46.72 | 7.44 | - |
| YUV | 172.3 | 43.75 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 23 | 0 | 0.20 | 0.90 | 0.14 | 46.9 | 0.81 | 0.48 |
| Hex | DC | B1 | 17 | 0 | 14 | 5A | E | 2F | 51 | 30 |
| Octal | 334 | 261 | 27 | 0 | 24 | 132 | 16 | 57 | 121 | 60 |
| Binary | 11011100 | 10110001 | 10111 | 0 | 10100 | 1011010 | 1110 | 101111 | 1010001 | 110000 |
Color Harmonies of #DCB117
Complementary color
Monochromatic Colors of #DCB117
Black with #DCB117
Text Example
Text Example
White with #DCB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB117; }
p { color: rgb(220,177,23); }
H1.HeaderClassName
{
color: #DCB117;
}
.AnyTagClassName
{
color: #DCB117;
}
</style>
background-color css
<style>
a { background-color: #DCB117; }
a { background-color: rgb(220,177,23); }
div.DivClassName
{
background-color: #DCB117;
}
.BgClassName
{
background-color: #DCB117;
}
</style>
border-color css
<style>
span { border-color: #DCB117; }
span { border-color: rgb(220,177,23); }
td.TdClassName
{
border-color: #DCB117;
}
.TagClassName
{
border-color: #DCB117;
}
</style>