Shades of Galliano #DFA724
Tints of Galliano #DFA724
RGB
CMYK
RGB Variations
Color information
#DFA724 (or 0xDFA724) is known color: Galliano. HEX triplet: DF, A7 and 24. RGB value is (223,167,36). Sum of RGB (Red+Green+Blue) = 223+167+36=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA724 is #2058DB. Grayscale: #A9A9A9. Windows color (decimal): -2119900 or 2402271. OLE color: 2402271.
HSL color Cylindrical-coordinate representation of color #DFA724: hue angle of 42.03º 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 #DFA724 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 36 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.13 |
| HSL | 42.03º | 0.75% | 0.51% | - |
| HSV(B) | 42.03º | 0.84% | 0.87% | - |
| XYZ | 44.57 | 43.45 | 7.71 | - |
| YUV | 168.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 36 | 0 | 0.25 | 0.84 | 0.13 | 42.03 | 0.75 | 0.51 |
| Hex | DF | A7 | 24 | 0 | 19 | 54 | D | 2A | 4B | 33 |
| Octal | 337 | 247 | 44 | 0 | 31 | 124 | 15 | 52 | 113 | 63 |
| Binary | 11011111 | 10100111 | 100100 | 0 | 11001 | 1010100 | 1101 | 101010 | 1001011 | 110011 |
Color Harmonies of #DFA724
Complementary color
Monochromatic Colors of #DFA724
Black with #DFA724
Text Example
Text Example
White with #DFA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA724; }
p { color: rgb(223,167,36); }
H1.HeaderClassName
{
color: #DFA724;
}
.AnyTagClassName
{
color: #DFA724;
}
</style>
background-color css
<style>
a { background-color: #DFA724; }
a { background-color: rgb(223,167,36); }
div.DivClassName
{
background-color: #DFA724;
}
.BgClassName
{
background-color: #DFA724;
}
</style>
border-color css
<style>
span { border-color: #DFA724; }
span { border-color: rgb(223,167,36); }
td.TdClassName
{
border-color: #DFA724;
}
.TagClassName
{
border-color: #DFA724;
}
</style>