Shades of Galliano #DFA229
Tints of Galliano #DFA229
RGB
CMYK
RGB Variations
Color information
#DFA229 (or 0xDFA229) is known color: Galliano. HEX triplet: DF, A2 and 29. RGB value is (223,162,41). Sum of RGB (Red+Green+Blue) = 223+162+41=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA229 is #205DD6. Grayscale: #A6A6A6. Windows color (decimal): -2121175 or 2728671. OLE color: 2728671.
HSL color Cylindrical-coordinate representation of color #DFA229: hue angle of 39.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFA229 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 41 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 39.89º | 0.74% | 0.52% | - |
| HSV(B) | 39.89º | 0.82% | 0.87% | - |
| XYZ | 43.75 | 41.69 | 7.84 | - |
| YUV | 166.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 41 | 0 | 0.27 | 0.82 | 0.13 | 39.89 | 0.74 | 0.52 |
| Hex | DF | A2 | 29 | 0 | 1B | 52 | D | 28 | 4A | 34 |
| Octal | 337 | 242 | 51 | 0 | 33 | 122 | 15 | 50 | 112 | 64 |
| Binary | 11011111 | 10100010 | 101001 | 0 | 11011 | 1010010 | 1101 | 101000 | 1001010 | 110100 |
Color Harmonies of #DFA229
Complementary color
Monochromatic Colors of #DFA229
Black with #DFA229
Text Example
Text Example
White with #DFA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA229; }
p { color: rgb(223,162,41); }
H1.HeaderClassName
{
color: #DFA229;
}
.AnyTagClassName
{
color: #DFA229;
}
</style>
background-color css
<style>
a { background-color: #DFA229; }
a { background-color: rgb(223,162,41); }
div.DivClassName
{
background-color: #DFA229;
}
.BgClassName
{
background-color: #DFA229;
}
</style>
border-color css
<style>
span { border-color: #DFA229; }
span { border-color: rgb(223,162,41); }
td.TdClassName
{
border-color: #DFA229;
}
.TagClassName
{
border-color: #DFA229;
}
</style>