Shades of Galliano #DFA31D
Tints of Galliano #DFA31D
RGB
CMYK
RGB Variations
Color information
#DFA31D (or 0xDFA31D) is known color: Galliano. HEX triplet: DF, A3 and 1D. RGB value is (223,163,29). Sum of RGB (Red+Green+Blue) = 223+163+29=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA31D is #205CE2. Grayscale: #A6A6A6. Windows color (decimal): -2120931 or 1942495. OLE color: 1942495.
HSL color Cylindrical-coordinate representation of color #DFA31D: hue angle of 41.44º 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 #DFA31D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 29 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.13 |
| HSL | 41.44º | 0.77% | 0.49% | - |
| HSV(B) | 41.44º | 0.87% | 0.87% | - |
| XYZ | 43.75 | 41.97 | 6.96 | - |
| YUV | 165.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 29 | 0 | 0.27 | 0.87 | 0.13 | 41.44 | 0.77 | 0.49 |
| Hex | DF | A3 | 1D | 0 | 1B | 57 | D | 29 | 4D | 31 |
| Octal | 337 | 243 | 35 | 0 | 33 | 127 | 15 | 51 | 115 | 61 |
| Binary | 11011111 | 10100011 | 11101 | 0 | 11011 | 1010111 | 1101 | 101001 | 1001101 | 110001 |
Color Harmonies of #DFA31D
Complementary color
Monochromatic Colors of #DFA31D
Black with #DFA31D
Text Example
Text Example
White with #DFA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA31D; }
p { color: rgb(223,163,29); }
H1.HeaderClassName
{
color: #DFA31D;
}
.AnyTagClassName
{
color: #DFA31D;
}
</style>
background-color css
<style>
a { background-color: #DFA31D; }
a { background-color: rgb(223,163,29); }
div.DivClassName
{
background-color: #DFA31D;
}
.BgClassName
{
background-color: #DFA31D;
}
</style>
border-color css
<style>
span { border-color: #DFA31D; }
span { border-color: rgb(223,163,29); }
td.TdClassName
{
border-color: #DFA31D;
}
.TagClassName
{
border-color: #DFA31D;
}
</style>