Shades of Galliano #DFA620
Tints of Galliano #DFA620
RGB
CMYK
RGB Variations
Color information
#DFA620 (or 0xDFA620) is known color: Galliano. HEX triplet: DF, A6 and 20. RGB value is (223,166,32). Sum of RGB (Red+Green+Blue) = 223+166+32=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA620 is #2059DF. Grayscale: #A8A8A8. Windows color (decimal): -2120160 or 2139871. OLE color: 2139871.
HSL color Cylindrical-coordinate representation of color #DFA620: hue angle of 42.09º 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 #DFA620 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.13 |
| HSL | 42.09º | 0.75% | 0.5% | - |
| HSV(B) | 42.09º | 0.86% | 0.87% | - |
| XYZ | 44.33 | 43.06 | 7.34 | - |
| YUV | 167.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 32 | 0 | 0.26 | 0.86 | 0.13 | 42.09 | 0.75 | 0.5 |
| Hex | DF | A6 | 20 | 0 | 1A | 56 | D | 2A | 4B | 32 |
| Octal | 337 | 246 | 40 | 0 | 32 | 126 | 15 | 52 | 113 | 62 |
| Binary | 11011111 | 10100110 | 100000 | 0 | 11010 | 1010110 | 1101 | 101010 | 1001011 | 110010 |
Color Harmonies of #DFA620
Complementary color
Monochromatic Colors of #DFA620
Black with #DFA620
Text Example
Text Example
White with #DFA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA620; }
p { color: rgb(223,166,32); }
H1.HeaderClassName
{
color: #DFA620;
}
.AnyTagClassName
{
color: #DFA620;
}
</style>
background-color css
<style>
a { background-color: #DFA620; }
a { background-color: rgb(223,166,32); }
div.DivClassName
{
background-color: #DFA620;
}
.BgClassName
{
background-color: #DFA620;
}
</style>
border-color css
<style>
span { border-color: #DFA620; }
span { border-color: rgb(223,166,32); }
td.TdClassName
{
border-color: #DFA620;
}
.TagClassName
{
border-color: #DFA620;
}
</style>