Shades of Galliano #DFA61D
Tints of Galliano #DFA61D
RGB
CMYK
RGB Variations
Color information
#DFA61D (or 0xDFA61D) is known color: Galliano. HEX triplet: DF, A6 and 1D. RGB value is (223,166,29). Sum of RGB (Red+Green+Blue) = 223+166+29=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA61D is #2059E2. Grayscale: #A8A8A8. Windows color (decimal): -2120163 or 1943263. OLE color: 1943263.
HSL color Cylindrical-coordinate representation of color #DFA61D: hue angle of 42.37º degrees, saturation: 0.77, 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 #DFA61D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 42.37º | 0.77% | 0.49% | - |
| HSV(B) | 42.37º | 0.87% | 0.87% | - |
| XYZ | 44.29 | 43.05 | 7.14 | - |
| YUV | 167.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 29 | 0 | 0.26 | 0.87 | 0.13 | 42.37 | 0.77 | 0.49 |
| Hex | DF | A6 | 1D | 0 | 1A | 57 | D | 2A | 4D | 31 |
| Octal | 337 | 246 | 35 | 0 | 32 | 127 | 15 | 52 | 115 | 61 |
| Binary | 11011111 | 10100110 | 11101 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001101 | 110001 |
Color Harmonies of #DFA61D
Complementary color
Monochromatic Colors of #DFA61D
Black with #DFA61D
Text Example
Text Example
White with #DFA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA61D; }
p { color: rgb(223,166,29); }
H1.HeaderClassName
{
color: #DFA61D;
}
.AnyTagClassName
{
color: #DFA61D;
}
</style>
background-color css
<style>
a { background-color: #DFA61D; }
a { background-color: rgb(223,166,29); }
div.DivClassName
{
background-color: #DFA61D;
}
.BgClassName
{
background-color: #DFA61D;
}
</style>
border-color css
<style>
span { border-color: #DFA61D; }
span { border-color: rgb(223,166,29); }
td.TdClassName
{
border-color: #DFA61D;
}
.TagClassName
{
border-color: #DFA61D;
}
</style>