Shades of Galliano #DFA21E
Tints of Galliano #DFA21E
RGB
CMYK
RGB Variations
Color information
#DFA21E (or 0xDFA21E) is known color: Galliano. HEX triplet: DF, A2 and 1E. RGB value is (223,162,30). Sum of RGB (Red+Green+Blue) = 223+162+30=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA21E is #205DE1. Grayscale: #A5A5A5. Windows color (decimal): -2121186 or 2007775. OLE color: 2007775.
HSL color Cylindrical-coordinate representation of color #DFA21E: hue angle of 41.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFA21E is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 30 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.13 |
| HSL | 41.04º | 0.76% | 0.5% | - |
| HSV(B) | 41.04º | 0.87% | 0.87% | - |
| XYZ | 43.59 | 41.62 | 6.96 | - |
| YUV | 165.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 30 | 0 | 0.27 | 0.87 | 0.13 | 41.04 | 0.76 | 0.5 |
| Hex | DF | A2 | 1E | 0 | 1B | 57 | D | 29 | 4C | 32 |
| Octal | 337 | 242 | 36 | 0 | 33 | 127 | 15 | 51 | 114 | 62 |
| Binary | 11011111 | 10100010 | 11110 | 0 | 11011 | 1010111 | 1101 | 101001 | 1001100 | 110010 |
Color Harmonies of #DFA21E
Complementary color
Monochromatic Colors of #DFA21E
Black with #DFA21E
Text Example
Text Example
White with #DFA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA21E; }
p { color: rgb(223,162,30); }
H1.HeaderClassName
{
color: #DFA21E;
}
.AnyTagClassName
{
color: #DFA21E;
}
</style>
background-color css
<style>
a { background-color: #DFA21E; }
a { background-color: rgb(223,162,30); }
div.DivClassName
{
background-color: #DFA21E;
}
.BgClassName
{
background-color: #DFA21E;
}
</style>
border-color css
<style>
span { border-color: #DFA21E; }
span { border-color: rgb(223,162,30); }
td.TdClassName
{
border-color: #DFA21E;
}
.TagClassName
{
border-color: #DFA21E;
}
</style>