Shades of Galliano #DFA126
Tints of Galliano #DFA126
RGB
CMYK
RGB Variations
Color information
#DFA126 (or 0xDFA126) is known color: Galliano. HEX triplet: DF, A1 and 26. RGB value is (223,161,38). Sum of RGB (Red+Green+Blue) = 223+161+38=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA126 is #205ED9. Grayscale: #A6A6A6. Windows color (decimal): -2121434 or 2531807. OLE color: 2531807.
HSL color Cylindrical-coordinate representation of color #DFA126: hue angle of 39.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFA126 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 38 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.13 |
| HSL | 39.89º | 0.74% | 0.51% | - |
| HSV(B) | 39.89º | 0.83% | 0.87% | - |
| XYZ | 43.53 | 41.32 | 7.51 | - |
| YUV | 165.52 | 56.04 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 38 | 0 | 0.28 | 0.83 | 0.13 | 39.89 | 0.74 | 0.51 |
| Hex | DF | A1 | 26 | 0 | 1C | 53 | D | 28 | 4A | 33 |
| Octal | 337 | 241 | 46 | 0 | 34 | 123 | 15 | 50 | 112 | 63 |
| Binary | 11011111 | 10100001 | 100110 | 0 | 11100 | 1010011 | 1101 | 101000 | 1001010 | 110011 |
Color Harmonies of #DFA126
Complementary color
Monochromatic Colors of #DFA126
Black with #DFA126
Text Example
Text Example
White with #DFA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA126; }
p { color: rgb(223,161,38); }
H1.HeaderClassName
{
color: #DFA126;
}
.AnyTagClassName
{
color: #DFA126;
}
</style>
background-color css
<style>
a { background-color: #DFA126; }
a { background-color: rgb(223,161,38); }
div.DivClassName
{
background-color: #DFA126;
}
.BgClassName
{
background-color: #DFA126;
}
</style>
border-color css
<style>
span { border-color: #DFA126; }
span { border-color: rgb(223,161,38); }
td.TdClassName
{
border-color: #DFA126;
}
.TagClassName
{
border-color: #DFA126;
}
</style>