Shades of Galliano #DFA319
Tints of Galliano #DFA319
RGB
CMYK
RGB Variations
Color information
#DFA319 (or 0xDFA319) is known color: Galliano. HEX triplet: DF, A3 and 19. RGB value is (223,163,25). Sum of RGB (Red+Green+Blue) = 223+163+25=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA319 is #205CE6. Grayscale: #A5A5A5. Windows color (decimal): -2120935 or 1680351. OLE color: 1680351.
HSL color Cylindrical-coordinate representation of color #DFA319: hue angle of 41.82º 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 #DFA319 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.13 |
| HSL | 41.82º | 0.8% | 0.49% | - |
| HSV(B) | 41.82º | 0.89% | 0.87% | - |
| XYZ | 43.7 | 41.95 | 6.71 | - |
| YUV | 165.21 | 48.88 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 25 | 0 | 0.27 | 0.89 | 0.13 | 41.82 | 0.8 | 0.49 |
| Hex | DF | A3 | 19 | 0 | 1B | 59 | D | 2A | 50 | 31 |
| Octal | 337 | 243 | 31 | 0 | 33 | 131 | 15 | 52 | 120 | 61 |
| Binary | 11011111 | 10100011 | 11001 | 0 | 11011 | 1011001 | 1101 | 101010 | 1010000 | 110001 |
Color Harmonies of #DFA319
Complementary color
Monochromatic Colors of #DFA319
Black with #DFA319
Text Example
Text Example
White with #DFA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA319; }
p { color: rgb(223,163,25); }
H1.HeaderClassName
{
color: #DFA319;
}
.AnyTagClassName
{
color: #DFA319;
}
</style>
background-color css
<style>
a { background-color: #DFA319; }
a { background-color: rgb(223,163,25); }
div.DivClassName
{
background-color: #DFA319;
}
.BgClassName
{
background-color: #DFA319;
}
</style>
border-color css
<style>
span { border-color: #DFA319; }
span { border-color: rgb(223,163,25); }
td.TdClassName
{
border-color: #DFA319;
}
.TagClassName
{
border-color: #DFA319;
}
</style>