Shades of Galliano #DFA124
Tints of Galliano #DFA124
RGB
CMYK
RGB Variations
Color information
#DFA124 (or 0xDFA124) is known color: Galliano. HEX triplet: DF, A1 and 24. RGB value is (223,161,36). Sum of RGB (Red+Green+Blue) = 223+161+36=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA124 is #205EDB. Grayscale: #A5A5A5. Windows color (decimal): -2121436 or 2400735. OLE color: 2400735.
HSL color Cylindrical-coordinate representation of color #DFA124: hue angle of 40.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFA124 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 36 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.13 |
| HSL | 40.11º | 0.75% | 0.51% | - |
| HSV(B) | 40.11º | 0.84% | 0.87% | - |
| XYZ | 43.49 | 41.31 | 7.35 | - |
| YUV | 165.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 36 | 0 | 0.28 | 0.84 | 0.13 | 40.11 | 0.75 | 0.51 |
| Hex | DF | A1 | 24 | 0 | 1C | 54 | D | 28 | 4B | 33 |
| Octal | 337 | 241 | 44 | 0 | 34 | 124 | 15 | 50 | 113 | 63 |
| Binary | 11011111 | 10100001 | 100100 | 0 | 11100 | 1010100 | 1101 | 101000 | 1001011 | 110011 |
Color Harmonies of #DFA124
Complementary color
Monochromatic Colors of #DFA124
Black with #DFA124
Text Example
Text Example
White with #DFA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA124; }
p { color: rgb(223,161,36); }
H1.HeaderClassName
{
color: #DFA124;
}
.AnyTagClassName
{
color: #DFA124;
}
</style>
background-color css
<style>
a { background-color: #DFA124; }
a { background-color: rgb(223,161,36); }
div.DivClassName
{
background-color: #DFA124;
}
.BgClassName
{
background-color: #DFA124;
}
</style>
border-color css
<style>
span { border-color: #DFA124; }
span { border-color: rgb(223,161,36); }
td.TdClassName
{
border-color: #DFA124;
}
.TagClassName
{
border-color: #DFA124;
}
</style>