Shades of Galliano #DFA619
Tints of Galliano #DFA619
RGB
CMYK
RGB Variations
Color information
#DFA619 (or 0xDFA619) is known color: Galliano. HEX triplet: DF, A6 and 19. RGB value is (223,166,25). Sum of RGB (Red+Green+Blue) = 223+166+25=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA619 is #2059E6. Grayscale: #A7A7A7. Windows color (decimal): -2120167 or 1681119. OLE color: 1681119.
HSL color Cylindrical-coordinate representation of color #DFA619: hue angle of 42.73º 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 #DFA619 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.13 |
| HSL | 42.73º | 0.8% | 0.49% | - |
| HSV(B) | 42.73º | 0.89% | 0.87% | - |
| XYZ | 44.24 | 43.03 | 6.89 | - |
| YUV | 166.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 25 | 0 | 0.26 | 0.89 | 0.13 | 42.73 | 0.8 | 0.49 |
| Hex | DF | A6 | 19 | 0 | 1A | 59 | D | 2B | 50 | 31 |
| Octal | 337 | 246 | 31 | 0 | 32 | 131 | 15 | 53 | 120 | 61 |
| Binary | 11011111 | 10100110 | 11001 | 0 | 11010 | 1011001 | 1101 | 101011 | 1010000 | 110001 |
Color Harmonies of #DFA619
Complementary color
Monochromatic Colors of #DFA619
Black with #DFA619
Text Example
Text Example
White with #DFA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA619; }
p { color: rgb(223,166,25); }
H1.HeaderClassName
{
color: #DFA619;
}
.AnyTagClassName
{
color: #DFA619;
}
</style>
background-color css
<style>
a { background-color: #DFA619; }
a { background-color: rgb(223,166,25); }
div.DivClassName
{
background-color: #DFA619;
}
.BgClassName
{
background-color: #DFA619;
}
</style>
border-color css
<style>
span { border-color: #DFA619; }
span { border-color: rgb(223,166,25); }
td.TdClassName
{
border-color: #DFA619;
}
.TagClassName
{
border-color: #DFA619;
}
</style>