Shades of Galliano #DC9F1B
Tints of Galliano #DC9F1B
RGB
CMYK
RGB Variations
Color information
#DC9F1B (or 0xDC9F1B) is known color: Galliano. HEX triplet: DC, 9F and 1B. RGB value is (220,159,27). Sum of RGB (Red+Green+Blue) = 220+159+27=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F1B is #2360E4. Grayscale: #A2A2A2. Windows color (decimal): -2318565 or 1810396. OLE color: 1810396.
HSL color Cylindrical-coordinate representation of color #DC9F1B: hue angle of 41.04º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC9F1B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.14 |
| HSL | 41.04º | 0.78% | 0.48% | - |
| HSV(B) | 41.04º | 0.88% | 0.86% | - |
| XYZ | 42.11 | 40.09 | 6.56 | - |
| YUV | 162.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 27 | 0 | 0.28 | 0.88 | 0.14 | 41.04 | 0.78 | 0.48 |
| Hex | DC | 9F | 1B | 0 | 1C | 58 | E | 29 | 4E | 30 |
| Octal | 334 | 237 | 33 | 0 | 34 | 130 | 16 | 51 | 116 | 60 |
| Binary | 11011100 | 10011111 | 11011 | 0 | 11100 | 1011000 | 1110 | 101001 | 1001110 | 110000 |
Color Harmonies of #DC9F1B
Complementary color
Monochromatic Colors of #DC9F1B
Black with #DC9F1B
Text Example
Text Example
White with #DC9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F1B; }
p { color: rgb(220,159,27); }
H1.HeaderClassName
{
color: #DC9F1B;
}
.AnyTagClassName
{
color: #DC9F1B;
}
</style>
background-color css
<style>
a { background-color: #DC9F1B; }
a { background-color: rgb(220,159,27); }
div.DivClassName
{
background-color: #DC9F1B;
}
.BgClassName
{
background-color: #DC9F1B;
}
</style>
border-color css
<style>
span { border-color: #DC9F1B; }
span { border-color: rgb(220,159,27); }
td.TdClassName
{
border-color: #DC9F1B;
}
.TagClassName
{
border-color: #DC9F1B;
}
</style>