Shades of Galliano #DFA419
Tints of Galliano #DFA419
RGB
CMYK
RGB Variations
Color information
#DFA419 (or 0xDFA419) is known color: Galliano. HEX triplet: DF, A4 and 19. RGB value is (223,164,25). Sum of RGB (Red+Green+Blue) = 223+164+25=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA419 is #205BE6. Grayscale: #A6A6A6. Windows color (decimal): -2120679 or 1680607. OLE color: 1680607.
HSL color Cylindrical-coordinate representation of color #DFA419: hue angle of 42.12º 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 #DFA419 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.13 |
| HSL | 42.12º | 0.8% | 0.49% | - |
| HSV(B) | 42.12º | 0.89% | 0.87% | - |
| XYZ | 43.88 | 42.31 | 6.77 | - |
| YUV | 165.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 25 | 0 | 0.26 | 0.89 | 0.13 | 42.12 | 0.8 | 0.49 |
| Hex | DF | A4 | 19 | 0 | 1A | 59 | D | 2A | 50 | 31 |
| Octal | 337 | 244 | 31 | 0 | 32 | 131 | 15 | 52 | 120 | 61 |
| Binary | 11011111 | 10100100 | 11001 | 0 | 11010 | 1011001 | 1101 | 101010 | 1010000 | 110001 |
Color Harmonies of #DFA419
Complementary color
Monochromatic Colors of #DFA419
Black with #DFA419
Text Example
Text Example
White with #DFA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA419; }
p { color: rgb(223,164,25); }
H1.HeaderClassName
{
color: #DFA419;
}
.AnyTagClassName
{
color: #DFA419;
}
</style>
background-color css
<style>
a { background-color: #DFA419; }
a { background-color: rgb(223,164,25); }
div.DivClassName
{
background-color: #DFA419;
}
.BgClassName
{
background-color: #DFA419;
}
</style>
border-color css
<style>
span { border-color: #DFA419; }
span { border-color: rgb(223,164,25); }
td.TdClassName
{
border-color: #DFA419;
}
.TagClassName
{
border-color: #DFA419;
}
</style>