Shades of Galliano #DFA222
Tints of Galliano #DFA222
RGB
CMYK
RGB Variations
Color information
#DFA222 (or 0xDFA222) is known color: Galliano. HEX triplet: DF, A2 and 22. RGB value is (223,162,34). Sum of RGB (Red+Green+Blue) = 223+162+34=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA222 is #205DDD. Grayscale: #A6A6A6. Windows color (decimal): -2121182 or 2269919. OLE color: 2269919.
HSL color Cylindrical-coordinate representation of color #DFA222: hue angle of 40.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFA222 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.13 |
| HSL | 40.63º | 0.75% | 0.5% | - |
| HSV(B) | 40.63º | 0.85% | 0.87% | - |
| XYZ | 43.64 | 41.64 | 7.25 | - |
| YUV | 165.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 34 | 0 | 0.27 | 0.85 | 0.13 | 40.63 | 0.75 | 0.5 |
| Hex | DF | A2 | 22 | 0 | 1B | 55 | D | 29 | 4B | 32 |
| Octal | 337 | 242 | 42 | 0 | 33 | 125 | 15 | 51 | 113 | 62 |
| Binary | 11011111 | 10100010 | 100010 | 0 | 11011 | 1010101 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DFA222
Complementary color
Monochromatic Colors of #DFA222
Black with #DFA222
Text Example
Text Example
White with #DFA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA222; }
p { color: rgb(223,162,34); }
H1.HeaderClassName
{
color: #DFA222;
}
.AnyTagClassName
{
color: #DFA222;
}
</style>
background-color css
<style>
a { background-color: #DFA222; }
a { background-color: rgb(223,162,34); }
div.DivClassName
{
background-color: #DFA222;
}
.BgClassName
{
background-color: #DFA222;
}
</style>
border-color css
<style>
span { border-color: #DFA222; }
span { border-color: rgb(223,162,34); }
td.TdClassName
{
border-color: #DFA222;
}
.TagClassName
{
border-color: #DFA222;
}
</style>