Shades of Galliano #DFA120
Tints of Galliano #DFA120
RGB
CMYK
RGB Variations
Color information
#DFA120 (or 0xDFA120) is known color: Galliano. HEX triplet: DF, A1 and 20. RGB value is (223,161,32). Sum of RGB (Red+Green+Blue) = 223+161+32=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA120 is #205EDF. Grayscale: #A5A5A5. Windows color (decimal): -2121440 or 2138591. OLE color: 2138591.
HSL color Cylindrical-coordinate representation of color #DFA120: hue angle of 40.52º 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 #DFA120 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 32 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.13 |
| HSL | 40.52º | 0.75% | 0.5% | - |
| HSV(B) | 40.52º | 0.86% | 0.87% | - |
| XYZ | 43.44 | 41.28 | 7.05 | - |
| YUV | 164.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 32 | 0 | 0.28 | 0.86 | 0.13 | 40.52 | 0.75 | 0.5 |
| Hex | DF | A1 | 20 | 0 | 1C | 56 | D | 29 | 4B | 32 |
| Octal | 337 | 241 | 40 | 0 | 34 | 126 | 15 | 51 | 113 | 62 |
| Binary | 11011111 | 10100001 | 100000 | 0 | 11100 | 1010110 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DFA120
Complementary color
Monochromatic Colors of #DFA120
Black with #DFA120
Text Example
Text Example
White with #DFA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA120; }
p { color: rgb(223,161,32); }
H1.HeaderClassName
{
color: #DFA120;
}
.AnyTagClassName
{
color: #DFA120;
}
</style>
background-color css
<style>
a { background-color: #DFA120; }
a { background-color: rgb(223,161,32); }
div.DivClassName
{
background-color: #DFA120;
}
.BgClassName
{
background-color: #DFA120;
}
</style>
border-color css
<style>
span { border-color: #DFA120; }
span { border-color: rgb(223,161,32); }
td.TdClassName
{
border-color: #DFA120;
}
.TagClassName
{
border-color: #DFA120;
}
</style>