Shades of Galliano #DFA32E
Tints of Galliano #DFA32E
RGB
CMYK
RGB Variations
Color information
#DFA32E (or 0xDFA32E) is known color: Galliano. HEX triplet: DF, A3 and 2E. RGB value is (223,163,46). Sum of RGB (Red+Green+Blue) = 223+163+46=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA32E is #205CD1. Grayscale: #A8A8A8. Windows color (decimal): -2120914 or 3056607. OLE color: 3056607.
HSL color Cylindrical-coordinate representation of color #DFA32E: hue angle of 39.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFA32E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.66º | 0.73% | 0.53% | - |
| HSV(B) | 39.66º | 0.79% | 0.87% | - |
| XYZ | 44.02 | 42.08 | 8.39 | - |
| YUV | 167.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 46 | 0 | 0.27 | 0.79 | 0.13 | 39.66 | 0.73 | 0.53 |
| Hex | DF | A3 | 2E | 0 | 1B | 4F | D | 28 | 49 | 35 |
| Octal | 337 | 243 | 56 | 0 | 33 | 117 | 15 | 50 | 111 | 65 |
| Binary | 11011111 | 10100011 | 101110 | 0 | 11011 | 1001111 | 1101 | 101000 | 1001001 | 110101 |
Color Harmonies of #DFA32E
Complementary color
Monochromatic Colors of #DFA32E
Black with #DFA32E
Text Example
Text Example
White with #DFA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA32E; }
p { color: rgb(223,163,46); }
H1.HeaderClassName
{
color: #DFA32E;
}
.AnyTagClassName
{
color: #DFA32E;
}
</style>
background-color css
<style>
a { background-color: #DFA32E; }
a { background-color: rgb(223,163,46); }
div.DivClassName
{
background-color: #DFA32E;
}
.BgClassName
{
background-color: #DFA32E;
}
</style>
border-color css
<style>
span { border-color: #DFA32E; }
span { border-color: rgb(223,163,46); }
td.TdClassName
{
border-color: #DFA32E;
}
.TagClassName
{
border-color: #DFA32E;
}
</style>