Shades of Galliano #DFA42E
Tints of Galliano #DFA42E
RGB
CMYK
RGB Variations
Color information
#DFA42E (or 0xDFA42E) is known color: Galliano. HEX triplet: DF, A4 and 2E. RGB value is (223,164,46). Sum of RGB (Red+Green+Blue) = 223+164+46=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA42E is #205BD1. Grayscale: #A8A8A8. Windows color (decimal): -2120658 or 3056863. OLE color: 3056863.
HSL color Cylindrical-coordinate representation of color #DFA42E: hue angle of 40º 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 #DFA42E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 46 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.13 |
| HSL | 40º | 0.73% | 0.53% | - |
| HSV(B) | 40º | 0.79% | 0.87% | - |
| XYZ | 44.2 | 42.44 | 8.45 | - |
| YUV | 168.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 46 | 0 | 0.26 | 0.79 | 0.13 | 40 | 0.73 | 0.53 |
| Hex | DF | A4 | 2E | 0 | 1A | 4F | D | 28 | 49 | 35 |
| Octal | 337 | 244 | 56 | 0 | 32 | 117 | 15 | 50 | 111 | 65 |
| Binary | 11011111 | 10100100 | 101110 | 0 | 11010 | 1001111 | 1101 | 101000 | 1001001 | 110101 |
Color Harmonies of #DFA42E
Complementary color
Monochromatic Colors of #DFA42E
Black with #DFA42E
Text Example
Text Example
White with #DFA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA42E; }
p { color: rgb(223,164,46); }
H1.HeaderClassName
{
color: #DFA42E;
}
.AnyTagClassName
{
color: #DFA42E;
}
</style>
background-color css
<style>
a { background-color: #DFA42E; }
a { background-color: rgb(223,164,46); }
div.DivClassName
{
background-color: #DFA42E;
}
.BgClassName
{
background-color: #DFA42E;
}
</style>
border-color css
<style>
span { border-color: #DFA42E; }
span { border-color: rgb(223,164,46); }
td.TdClassName
{
border-color: #DFA42E;
}
.TagClassName
{
border-color: #DFA42E;
}
</style>