Shades of Galliano #DFA22F
Tints of Galliano #DFA22F
RGB
CMYK
RGB Variations
Color information
#DFA22F (or 0xDFA22F) is known color: Galliano. HEX triplet: DF, A2 and 2F. RGB value is (223,162,47). Sum of RGB (Red+Green+Blue) = 223+162+47=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA22F is #205DD0. Grayscale: #A7A7A7. Windows color (decimal): -2121169 or 3121887. OLE color: 3121887.
HSL color Cylindrical-coordinate representation of color #DFA22F: hue angle of 39.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFA22F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 47 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.13 |
| HSL | 39.2º | 0.73% | 0.53% | - |
| HSV(B) | 39.2º | 0.79% | 0.87% | - |
| XYZ | 43.86 | 41.73 | 8.43 | - |
| YUV | 167.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 47 | 0 | 0.27 | 0.79 | 0.13 | 39.2 | 0.73 | 0.53 |
| Hex | DF | A2 | 2F | 0 | 1B | 4F | D | 27 | 49 | 35 |
| Octal | 337 | 242 | 57 | 0 | 33 | 117 | 15 | 47 | 111 | 65 |
| Binary | 11011111 | 10100010 | 101111 | 0 | 11011 | 1001111 | 1101 | 100111 | 1001001 | 110101 |
Color Harmonies of #DFA22F
Complementary color
Monochromatic Colors of #DFA22F
Black with #DFA22F
Text Example
Text Example
White with #DFA22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA22F; }
p { color: rgb(223,162,47); }
H1.HeaderClassName
{
color: #DFA22F;
}
.AnyTagClassName
{
color: #DFA22F;
}
</style>
background-color css
<style>
a { background-color: #DFA22F; }
a { background-color: rgb(223,162,47); }
div.DivClassName
{
background-color: #DFA22F;
}
.BgClassName
{
background-color: #DFA22F;
}
</style>
border-color css
<style>
span { border-color: #DFA22F; }
span { border-color: rgb(223,162,47); }
td.TdClassName
{
border-color: #DFA22F;
}
.TagClassName
{
border-color: #DFA22F;
}
</style>