Shades of Galliano #DF9F20
Tints of Galliano #DF9F20
RGB
CMYK
RGB Variations
Color information
#DF9F20 (or 0xDF9F20) is known color: Galliano. HEX triplet: DF, 9F and 20. RGB value is (223,159,32). Sum of RGB (Red+Green+Blue) = 223+159+32=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9F20 is #2060DF. Grayscale: #A4A4A4. Windows color (decimal): -2121952 or 2138079. OLE color: 2138079.
HSL color Cylindrical-coordinate representation of color #DF9F20: hue angle of 39.9º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF9F20 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 32 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.13 |
| HSL | 39.9º | 0.75% | 0.5% | - |
| HSV(B) | 39.9º | 0.86% | 0.87% | - |
| XYZ | 43.09 | 40.59 | 6.93 | - |
| YUV | 163.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 32 | 0 | 0.29 | 0.86 | 0.13 | 39.9 | 0.75 | 0.5 |
| Hex | DF | 9F | 20 | 0 | 1D | 56 | D | 28 | 4B | 32 |
| Octal | 337 | 237 | 40 | 0 | 35 | 126 | 15 | 50 | 113 | 62 |
| Binary | 11011111 | 10011111 | 100000 | 0 | 11101 | 1010110 | 1101 | 101000 | 1001011 | 110010 |
Color Harmonies of #DF9F20
Complementary color
Monochromatic Colors of #DF9F20
Black with #DF9F20
Text Example
Text Example
White with #DF9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F20; }
p { color: rgb(223,159,32); }
H1.HeaderClassName
{
color: #DF9F20;
}
.AnyTagClassName
{
color: #DF9F20;
}
</style>
background-color css
<style>
a { background-color: #DF9F20; }
a { background-color: rgb(223,159,32); }
div.DivClassName
{
background-color: #DF9F20;
}
.BgClassName
{
background-color: #DF9F20;
}
</style>
border-color css
<style>
span { border-color: #DF9F20; }
span { border-color: rgb(223,159,32); }
td.TdClassName
{
border-color: #DF9F20;
}
.TagClassName
{
border-color: #DF9F20;
}
</style>