Shades of Galliano #DC9F22
Tints of Galliano #DC9F22
RGB
CMYK
RGB Variations
Color information
#DC9F22 (or 0xDC9F22) is known color: Galliano. HEX triplet: DC, 9F and 22. RGB value is (220,159,34). Sum of RGB (Red+Green+Blue) = 220+159+34=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F22 is #2360DD. Grayscale: #A3A3A3. Windows color (decimal): -2318558 or 2269148. OLE color: 2269148.
HSL color Cylindrical-coordinate representation of color #DC9F22: hue angle of 40.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC9F22 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 34 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.14 |
| HSL | 40.32º | 0.73% | 0.5% | - |
| HSV(B) | 40.32º | 0.85% | 0.86% | - |
| XYZ | 42.2 | 40.13 | 7.03 | - |
| YUV | 162.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 34 | 0 | 0.28 | 0.85 | 0.14 | 40.32 | 0.73 | 0.5 |
| Hex | DC | 9F | 22 | 0 | 1C | 55 | E | 28 | 49 | 32 |
| Octal | 334 | 237 | 42 | 0 | 34 | 125 | 16 | 50 | 111 | 62 |
| Binary | 11011100 | 10011111 | 100010 | 0 | 11100 | 1010101 | 1110 | 101000 | 1001001 | 110010 |
Color Harmonies of #DC9F22
Complementary color
Monochromatic Colors of #DC9F22
Black with #DC9F22
Text Example
Text Example
White with #DC9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F22; }
p { color: rgb(220,159,34); }
H1.HeaderClassName
{
color: #DC9F22;
}
.AnyTagClassName
{
color: #DC9F22;
}
</style>
background-color css
<style>
a { background-color: #DC9F22; }
a { background-color: rgb(220,159,34); }
div.DivClassName
{
background-color: #DC9F22;
}
.BgClassName
{
background-color: #DC9F22;
}
</style>
border-color css
<style>
span { border-color: #DC9F22; }
span { border-color: rgb(220,159,34); }
td.TdClassName
{
border-color: #DC9F22;
}
.TagClassName
{
border-color: #DC9F22;
}
</style>