Shades of Galliano #DFA223
Tints of Galliano #DFA223
RGB
CMYK
RGB Variations
Color information
#DFA223 (or 0xDFA223) is known color: Galliano. HEX triplet: DF, A2 and 23. RGB value is (223,162,35). Sum of RGB (Red+Green+Blue) = 223+162+35=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA223 is #205DDC. Grayscale: #A6A6A6. Windows color (decimal): -2121181 or 2335455. OLE color: 2335455.
HSL color Cylindrical-coordinate representation of color #DFA223: hue angle of 40.53º 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 #DFA223 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 35 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.13 |
| HSL | 40.53º | 0.75% | 0.51% | - |
| HSV(B) | 40.53º | 0.84% | 0.87% | - |
| XYZ | 43.66 | 41.65 | 7.33 | - |
| YUV | 165.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 35 | 0 | 0.27 | 0.84 | 0.13 | 40.53 | 0.75 | 0.51 |
| Hex | DF | A2 | 23 | 0 | 1B | 54 | D | 29 | 4B | 33 |
| Octal | 337 | 242 | 43 | 0 | 33 | 124 | 15 | 51 | 113 | 63 |
| Binary | 11011111 | 10100010 | 100011 | 0 | 11011 | 1010100 | 1101 | 101001 | 1001011 | 110011 |
Color Harmonies of #DFA223
Complementary color
Monochromatic Colors of #DFA223
Black with #DFA223
Text Example
Text Example
White with #DFA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA223; }
p { color: rgb(223,162,35); }
H1.HeaderClassName
{
color: #DFA223;
}
.AnyTagClassName
{
color: #DFA223;
}
</style>
background-color css
<style>
a { background-color: #DFA223; }
a { background-color: rgb(223,162,35); }
div.DivClassName
{
background-color: #DFA223;
}
.BgClassName
{
background-color: #DFA223;
}
</style>
border-color css
<style>
span { border-color: #DFA223; }
span { border-color: rgb(223,162,35); }
td.TdClassName
{
border-color: #DFA223;
}
.TagClassName
{
border-color: #DFA223;
}
</style>