Shades of Galliano #DFA719
Tints of Galliano #DFA719
RGB
CMYK
RGB Variations
Color information
#DFA719 (or 0xDFA719) is known color: Galliano. HEX triplet: DF, A7 and 19. RGB value is (223,167,25). Sum of RGB (Red+Green+Blue) = 223+167+25=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA719 is #2058E6. Grayscale: #A8A8A8. Windows color (decimal): -2119911 or 1681375. OLE color: 1681375.
HSL color Cylindrical-coordinate representation of color #DFA719: hue angle of 43.03º 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 #DFA719 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.13 |
| HSL | 43.03º | 0.8% | 0.49% | - |
| HSV(B) | 43.03º | 0.89% | 0.87% | - |
| XYZ | 44.43 | 43.4 | 6.95 | - |
| YUV | 167.56 | 47.55 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 25 | 0 | 0.25 | 0.89 | 0.13 | 43.03 | 0.8 | 0.49 |
| Hex | DF | A7 | 19 | 0 | 19 | 59 | D | 2B | 50 | 31 |
| Octal | 337 | 247 | 31 | 0 | 31 | 131 | 15 | 53 | 120 | 61 |
| Binary | 11011111 | 10100111 | 11001 | 0 | 11001 | 1011001 | 1101 | 101011 | 1010000 | 110001 |
Color Harmonies of #DFA719
Complementary color
Monochromatic Colors of #DFA719
Black with #DFA719
Text Example
Text Example
White with #DFA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA719; }
p { color: rgb(223,167,25); }
H1.HeaderClassName
{
color: #DFA719;
}
.AnyTagClassName
{
color: #DFA719;
}
</style>
background-color css
<style>
a { background-color: #DFA719; }
a { background-color: rgb(223,167,25); }
div.DivClassName
{
background-color: #DFA719;
}
.BgClassName
{
background-color: #DFA719;
}
</style>
border-color css
<style>
span { border-color: #DFA719; }
span { border-color: rgb(223,167,25); }
td.TdClassName
{
border-color: #DFA719;
}
.TagClassName
{
border-color: #DFA719;
}
</style>