Shades of Galliano #DFA121
Tints of Galliano #DFA121
RGB
CMYK
RGB Variations
Color information
#DFA121 (or 0xDFA121) is known color: Galliano. HEX triplet: DF, A1 and 21. RGB value is (223,161,33). Sum of RGB (Red+Green+Blue) = 223+161+33=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA121 is #205EDE. Grayscale: #A5A5A5. Windows color (decimal): -2121439 or 2204127. OLE color: 2204127.
HSL color Cylindrical-coordinate representation of color #DFA121: hue angle of 40.42º 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 #DFA121 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 33 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.13 |
| HSL | 40.42º | 0.75% | 0.5% | - |
| HSV(B) | 40.42º | 0.85% | 0.87% | - |
| XYZ | 43.45 | 41.29 | 7.12 | - |
| YUV | 164.95 | 53.54 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 33 | 0 | 0.28 | 0.85 | 0.13 | 40.42 | 0.75 | 0.5 |
| Hex | DF | A1 | 21 | 0 | 1C | 55 | D | 28 | 4B | 32 |
| Octal | 337 | 241 | 41 | 0 | 34 | 125 | 15 | 50 | 113 | 62 |
| Binary | 11011111 | 10100001 | 100001 | 0 | 11100 | 1010101 | 1101 | 101000 | 1001011 | 110010 |
Color Harmonies of #DFA121
Complementary color
Monochromatic Colors of #DFA121
Black with #DFA121
Text Example
Text Example
White with #DFA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA121; }
p { color: rgb(223,161,33); }
H1.HeaderClassName
{
color: #DFA121;
}
.AnyTagClassName
{
color: #DFA121;
}
</style>
background-color css
<style>
a { background-color: #DFA121; }
a { background-color: rgb(223,161,33); }
div.DivClassName
{
background-color: #DFA121;
}
.BgClassName
{
background-color: #DFA121;
}
</style>
border-color css
<style>
span { border-color: #DFA121; }
span { border-color: rgb(223,161,33); }
td.TdClassName
{
border-color: #DFA121;
}
.TagClassName
{
border-color: #DFA121;
}
</style>