Shades of Galliano #DFA11D
Tints of Galliano #DFA11D
RGB
CMYK
RGB Variations
Color information
#DFA11D (or 0xDFA11D) is known color: Galliano. HEX triplet: DF, A1 and 1D. RGB value is (223,161,29). Sum of RGB (Red+Green+Blue) = 223+161+29=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA11D is #205EE2. Grayscale: #A5A5A5. Windows color (decimal): -2121443 or 1941983. OLE color: 1941983.
HSL color Cylindrical-coordinate representation of color #DFA11D: hue angle of 40.82º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFA11D is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 29 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.13 |
| HSL | 40.82º | 0.77% | 0.49% | - |
| HSV(B) | 40.82º | 0.87% | 0.87% | - |
| XYZ | 43.4 | 41.27 | 6.84 | - |
| YUV | 164.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 29 | 0 | 0.28 | 0.87 | 0.13 | 40.82 | 0.77 | 0.49 |
| Hex | DF | A1 | 1D | 0 | 1C | 57 | D | 29 | 4D | 31 |
| Octal | 337 | 241 | 35 | 0 | 34 | 127 | 15 | 51 | 115 | 61 |
| Binary | 11011111 | 10100001 | 11101 | 0 | 11100 | 1010111 | 1101 | 101001 | 1001101 | 110001 |
Color Harmonies of #DFA11D
Complementary color
Monochromatic Colors of #DFA11D
Black with #DFA11D
Text Example
Text Example
White with #DFA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA11D; }
p { color: rgb(223,161,29); }
H1.HeaderClassName
{
color: #DFA11D;
}
.AnyTagClassName
{
color: #DFA11D;
}
</style>
background-color css
<style>
a { background-color: #DFA11D; }
a { background-color: rgb(223,161,29); }
div.DivClassName
{
background-color: #DFA11D;
}
.BgClassName
{
background-color: #DFA11D;
}
</style>
border-color css
<style>
span { border-color: #DFA11D; }
span { border-color: rgb(223,161,29); }
td.TdClassName
{
border-color: #DFA11D;
}
.TagClassName
{
border-color: #DFA11D;
}
</style>