Shades of Galliano #DFA224
Tints of Galliano #DFA224
RGB
CMYK
RGB Variations
Color information
#DFA224 (or 0xDFA224) is known color: Galliano. HEX triplet: DF, A2 and 24. RGB value is (223,162,36). Sum of RGB (Red+Green+Blue) = 223+162+36=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA224 is #205DDB. Grayscale: #A6A6A6. Windows color (decimal): -2121180 or 2400991. OLE color: 2400991.
HSL color Cylindrical-coordinate representation of color #DFA224: hue angle of 40.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFA224 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 36 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.13 |
| HSL | 40.43º | 0.75% | 0.51% | - |
| HSV(B) | 40.43º | 0.84% | 0.87% | - |
| XYZ | 43.67 | 41.66 | 7.41 | - |
| YUV | 165.88 | 54.71 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 36 | 0 | 0.27 | 0.84 | 0.13 | 40.43 | 0.75 | 0.51 |
| Hex | DF | A2 | 24 | 0 | 1B | 54 | D | 28 | 4B | 33 |
| Octal | 337 | 242 | 44 | 0 | 33 | 124 | 15 | 50 | 113 | 63 |
| Binary | 11011111 | 10100010 | 100100 | 0 | 11011 | 1010100 | 1101 | 101000 | 1001011 | 110011 |
Color Harmonies of #DFA224
Complementary color
Monochromatic Colors of #DFA224
Black with #DFA224
Text Example
Text Example
White with #DFA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA224; }
p { color: rgb(223,162,36); }
H1.HeaderClassName
{
color: #DFA224;
}
.AnyTagClassName
{
color: #DFA224;
}
</style>
background-color css
<style>
a { background-color: #DFA224; }
a { background-color: rgb(223,162,36); }
div.DivClassName
{
background-color: #DFA224;
}
.BgClassName
{
background-color: #DFA224;
}
</style>
border-color css
<style>
span { border-color: #DFA224; }
span { border-color: rgb(223,162,36); }
td.TdClassName
{
border-color: #DFA224;
}
.TagClassName
{
border-color: #DFA224;
}
</style>