Shades of Galliano #DFA020
Tints of Galliano #DFA020
RGB
CMYK
RGB Variations
Color information
#DFA020 (or 0xDFA020) is known color: Galliano. HEX triplet: DF, A0 and 20. RGB value is (223,160,32). Sum of RGB (Red+Green+Blue) = 223+160+32=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA020 is #205FDF. Grayscale: #A4A4A4. Windows color (decimal): -2121696 or 2138335. OLE color: 2138335.
HSL color Cylindrical-coordinate representation of color #DFA020: hue angle of 40.21º 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 #DFA020 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 32 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.13 |
| HSL | 40.21º | 0.75% | 0.5% | - |
| HSV(B) | 40.21º | 0.86% | 0.87% | - |
| XYZ | 43.26 | 40.93 | 6.99 | - |
| YUV | 164.25 | 53.37 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 32 | 0 | 0.28 | 0.86 | 0.13 | 40.21 | 0.75 | 0.5 |
| Hex | DF | A0 | 20 | 0 | 1C | 56 | D | 28 | 4B | 32 |
| Octal | 337 | 240 | 40 | 0 | 34 | 126 | 15 | 50 | 113 | 62 |
| Binary | 11011111 | 10100000 | 100000 | 0 | 11100 | 1010110 | 1101 | 101000 | 1001011 | 110010 |
Color Harmonies of #DFA020
Complementary color
Monochromatic Colors of #DFA020
Black with #DFA020
Text Example
Text Example
White with #DFA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA020; }
p { color: rgb(223,160,32); }
H1.HeaderClassName
{
color: #DFA020;
}
.AnyTagClassName
{
color: #DFA020;
}
</style>
background-color css
<style>
a { background-color: #DFA020; }
a { background-color: rgb(223,160,32); }
div.DivClassName
{
background-color: #DFA020;
}
.BgClassName
{
background-color: #DFA020;
}
</style>
border-color css
<style>
span { border-color: #DFA020; }
span { border-color: rgb(223,160,32); }
td.TdClassName
{
border-color: #DFA020;
}
.TagClassName
{
border-color: #DFA020;
}
</style>