Shades of Galliano #DC9F23
Tints of Galliano #DC9F23
RGB
CMYK
RGB Variations
Color information
#DC9F23 (or 0xDC9F23) is known color: Galliano. HEX triplet: DC, 9F and 23. RGB value is (220,159,35). Sum of RGB (Red+Green+Blue) = 220+159+35=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F23 is #2360DC. Grayscale: #A3A3A3. Windows color (decimal): -2318557 or 2334684. OLE color: 2334684.
HSL color Cylindrical-coordinate representation of color #DC9F23: hue angle of 40.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9F23 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 35 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.14 |
| HSL | 40.22º | 0.73% | 0.5% | - |
| HSV(B) | 40.22º | 0.84% | 0.86% | - |
| XYZ | 42.22 | 40.13 | 7.11 | - |
| YUV | 163.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 35 | 0 | 0.28 | 0.84 | 0.14 | 40.22 | 0.73 | 0.5 |
| Hex | DC | 9F | 23 | 0 | 1C | 54 | E | 28 | 49 | 32 |
| Octal | 334 | 237 | 43 | 0 | 34 | 124 | 16 | 50 | 111 | 62 |
| Binary | 11011100 | 10011111 | 100011 | 0 | 11100 | 1010100 | 1110 | 101000 | 1001001 | 110010 |
Color Harmonies of #DC9F23
Complementary color
Monochromatic Colors of #DC9F23
Black with #DC9F23
Text Example
Text Example
White with #DC9F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F23; }
p { color: rgb(220,159,35); }
H1.HeaderClassName
{
color: #DC9F23;
}
.AnyTagClassName
{
color: #DC9F23;
}
</style>
background-color css
<style>
a { background-color: #DC9F23; }
a { background-color: rgb(220,159,35); }
div.DivClassName
{
background-color: #DC9F23;
}
.BgClassName
{
background-color: #DC9F23;
}
</style>
border-color css
<style>
span { border-color: #DC9F23; }
span { border-color: rgb(220,159,35); }
td.TdClassName
{
border-color: #DC9F23;
}
.TagClassName
{
border-color: #DC9F23;
}
</style>