Shades of Galliano #DFA01C
Tints of Galliano #DFA01C
RGB
CMYK
RGB Variations
Color information
#DFA01C (or 0xDFA01C) is known color: Galliano. HEX triplet: DF, A0 and 1C. RGB value is (223,160,28). Sum of RGB (Red+Green+Blue) = 223+160+28=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA01C is #205FE3. Grayscale: #A4A4A4. Windows color (decimal): -2121700 or 1876191. OLE color: 1876191.
HSL color Cylindrical-coordinate representation of color #DFA01C: hue angle of 40.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFA01C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 28 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.13 |
| HSL | 40.62º | 0.78% | 0.49% | - |
| HSV(B) | 40.62º | 0.87% | 0.87% | - |
| XYZ | 43.21 | 40.91 | 6.72 | - |
| YUV | 163.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 28 | 0 | 0.28 | 0.87 | 0.13 | 40.62 | 0.78 | 0.49 |
| Hex | DF | A0 | 1C | 0 | 1C | 57 | D | 29 | 4E | 31 |
| Octal | 337 | 240 | 34 | 0 | 34 | 127 | 15 | 51 | 116 | 61 |
| Binary | 11011111 | 10100000 | 11100 | 0 | 11100 | 1010111 | 1101 | 101001 | 1001110 | 110001 |
Color Harmonies of #DFA01C
Complementary color
Monochromatic Colors of #DFA01C
Black with #DFA01C
Text Example
Text Example
White with #DFA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA01C; }
p { color: rgb(223,160,28); }
H1.HeaderClassName
{
color: #DFA01C;
}
.AnyTagClassName
{
color: #DFA01C;
}
</style>
background-color css
<style>
a { background-color: #DFA01C; }
a { background-color: rgb(223,160,28); }
div.DivClassName
{
background-color: #DFA01C;
}
.BgClassName
{
background-color: #DFA01C;
}
</style>
border-color css
<style>
span { border-color: #DFA01C; }
span { border-color: rgb(223,160,28); }
td.TdClassName
{
border-color: #DFA01C;
}
.TagClassName
{
border-color: #DFA01C;
}
</style>