Shades of Galliano #DFA321
Tints of Galliano #DFA321
RGB
CMYK
RGB Variations
Color information
#DFA321 (or 0xDFA321) is known color: Galliano. HEX triplet: DF, A3 and 21. RGB value is (223,163,33). Sum of RGB (Red+Green+Blue) = 223+163+33=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA321 is #205CDE. Grayscale: #A6A6A6. Windows color (decimal): -2120927 or 2204639. OLE color: 2204639.
HSL color Cylindrical-coordinate representation of color #DFA321: hue angle of 41.05º 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 #DFA321 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 33 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.13 |
| HSL | 41.05º | 0.75% | 0.5% | - |
| HSV(B) | 41.05º | 0.85% | 0.87% | - |
| XYZ | 43.8 | 41.99 | 7.24 | - |
| YUV | 166.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 33 | 0 | 0.27 | 0.85 | 0.13 | 41.05 | 0.75 | 0.5 |
| Hex | DF | A3 | 21 | 0 | 1B | 55 | D | 29 | 4B | 32 |
| Octal | 337 | 243 | 41 | 0 | 33 | 125 | 15 | 51 | 113 | 62 |
| Binary | 11011111 | 10100011 | 100001 | 0 | 11011 | 1010101 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DFA321
Complementary color
Monochromatic Colors of #DFA321
Black with #DFA321
Text Example
Text Example
White with #DFA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA321; }
p { color: rgb(223,163,33); }
H1.HeaderClassName
{
color: #DFA321;
}
.AnyTagClassName
{
color: #DFA321;
}
</style>
background-color css
<style>
a { background-color: #DFA321; }
a { background-color: rgb(223,163,33); }
div.DivClassName
{
background-color: #DFA321;
}
.BgClassName
{
background-color: #DFA321;
}
</style>
border-color css
<style>
span { border-color: #DFA321; }
span { border-color: rgb(223,163,33); }
td.TdClassName
{
border-color: #DFA321;
}
.TagClassName
{
border-color: #DFA321;
}
</style>