Shades of Galliano #DFA024
Tints of Galliano #DFA024
RGB
CMYK
RGB Variations
Color information
#DFA024 (or 0xDFA024) is known color: Galliano. HEX triplet: DF, A0 and 24. RGB value is (223,160,36). Sum of RGB (Red+Green+Blue) = 223+160+36=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA024 is #205FDB. Grayscale: #A5A5A5. Windows color (decimal): -2121692 or 2400479. OLE color: 2400479.
HSL color Cylindrical-coordinate representation of color #DFA024: hue angle of 39.79º 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 #DFA024 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 36 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.13 |
| HSL | 39.79º | 0.75% | 0.51% | - |
| HSV(B) | 39.79º | 0.84% | 0.87% | - |
| XYZ | 43.32 | 40.96 | 7.29 | - |
| YUV | 164.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 36 | 0 | 0.28 | 0.84 | 0.13 | 39.79 | 0.75 | 0.51 |
| Hex | DF | A0 | 24 | 0 | 1C | 54 | D | 28 | 4B | 33 |
| Octal | 337 | 240 | 44 | 0 | 34 | 124 | 15 | 50 | 113 | 63 |
| Binary | 11011111 | 10100000 | 100100 | 0 | 11100 | 1010100 | 1101 | 101000 | 1001011 | 110011 |
Color Harmonies of #DFA024
Complementary color
Monochromatic Colors of #DFA024
Black with #DFA024
Text Example
Text Example
White with #DFA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA024; }
p { color: rgb(223,160,36); }
H1.HeaderClassName
{
color: #DFA024;
}
.AnyTagClassName
{
color: #DFA024;
}
</style>
background-color css
<style>
a { background-color: #DFA024; }
a { background-color: rgb(223,160,36); }
div.DivClassName
{
background-color: #DFA024;
}
.BgClassName
{
background-color: #DFA024;
}
</style>
border-color css
<style>
span { border-color: #DFA024; }
span { border-color: rgb(223,160,36); }
td.TdClassName
{
border-color: #DFA024;
}
.TagClassName
{
border-color: #DFA024;
}
</style>