Shades of Galliano #DFA919
Tints of Galliano #DFA919
RGB
CMYK
RGB Variations
Color information
#DFA919 (or 0xDFA919) is known color: Galliano. HEX triplet: DF, A9 and 19. RGB value is (223,169,25). Sum of RGB (Red+Green+Blue) = 223+169+25=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA919 is #2056E6. Grayscale: #A9A9A9. Windows color (decimal): -2119399 or 1681887. OLE color: 1681887.
HSL color Cylindrical-coordinate representation of color #DFA919: hue angle of 43.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFA919 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.13 |
| HSL | 43.64º | 0.8% | 0.49% | - |
| HSV(B) | 43.64º | 0.89% | 0.87% | - |
| XYZ | 44.79 | 44.13 | 7.08 | - |
| YUV | 168.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 25 | 0 | 0.24 | 0.89 | 0.13 | 43.64 | 0.8 | 0.49 |
| Hex | DF | A9 | 19 | 0 | 18 | 59 | D | 2C | 50 | 31 |
| Octal | 337 | 251 | 31 | 0 | 30 | 131 | 15 | 54 | 120 | 61 |
| Binary | 11011111 | 10101001 | 11001 | 0 | 11000 | 1011001 | 1101 | 101100 | 1010000 | 110001 |
Color Harmonies of #DFA919
Complementary color
Monochromatic Colors of #DFA919
Black with #DFA919
Text Example
Text Example
White with #DFA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA919; }
p { color: rgb(223,169,25); }
H1.HeaderClassName
{
color: #DFA919;
}
.AnyTagClassName
{
color: #DFA919;
}
</style>
background-color css
<style>
a { background-color: #DFA919; }
a { background-color: rgb(223,169,25); }
div.DivClassName
{
background-color: #DFA919;
}
.BgClassName
{
background-color: #DFA919;
}
</style>
border-color css
<style>
span { border-color: #DFA919; }
span { border-color: rgb(223,169,25); }
td.TdClassName
{
border-color: #DFA919;
}
.TagClassName
{
border-color: #DFA919;
}
</style>