Shades of Galliano #DFA618
Tints of Galliano #DFA618
RGB
CMYK
RGB Variations
Color information
#DFA618 (or 0xDFA618) is known color: Galliano. HEX triplet: DF, A6 and 18. RGB value is (223,166,24). Sum of RGB (Red+Green+Blue) = 223+166+24=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA618 is #2059E7. Grayscale: #A7A7A7. Windows color (decimal): -2120168 or 1615583. OLE color: 1615583.
HSL color Cylindrical-coordinate representation of color #DFA618: hue angle of 42.81º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFA618 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.13 |
| HSL | 42.81º | 0.81% | 0.48% | - |
| HSV(B) | 42.81º | 0.89% | 0.87% | - |
| XYZ | 44.23 | 43.03 | 6.84 | - |
| YUV | 166.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 24 | 0 | 0.26 | 0.89 | 0.13 | 42.81 | 0.81 | 0.48 |
| Hex | DF | A6 | 18 | 0 | 1A | 59 | D | 2B | 51 | 30 |
| Octal | 337 | 246 | 30 | 0 | 32 | 131 | 15 | 53 | 121 | 60 |
| Binary | 11011111 | 10100110 | 11000 | 0 | 11010 | 1011001 | 1101 | 101011 | 1010001 | 110000 |
Color Harmonies of #DFA618
Complementary color
Monochromatic Colors of #DFA618
Black with #DFA618
Text Example
Text Example
White with #DFA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA618; }
p { color: rgb(223,166,24); }
H1.HeaderClassName
{
color: #DFA618;
}
.AnyTagClassName
{
color: #DFA618;
}
</style>
background-color css
<style>
a { background-color: #DFA618; }
a { background-color: rgb(223,166,24); }
div.DivClassName
{
background-color: #DFA618;
}
.BgClassName
{
background-color: #DFA618;
}
</style>
border-color css
<style>
span { border-color: #DFA618; }
span { border-color: rgb(223,166,24); }
td.TdClassName
{
border-color: #DFA618;
}
.TagClassName
{
border-color: #DFA618;
}
</style>