Shades of Galliano #DFA91D
Tints of Galliano #DFA91D
RGB
CMYK
RGB Variations
Color information
#DFA91D (or 0xDFA91D) is known color: Galliano. HEX triplet: DF, A9 and 1D. RGB value is (223,169,29). Sum of RGB (Red+Green+Blue) = 223+169+29=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA91D is #2056E2. Grayscale: #A9A9A9. Windows color (decimal): -2119395 or 1944031. OLE color: 1944031.
HSL color Cylindrical-coordinate representation of color #DFA91D: hue angle of 43.3º 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 #DFA91D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 29 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.13 |
| HSL | 43.3º | 0.77% | 0.49% | - |
| HSV(B) | 43.3º | 0.87% | 0.87% | - |
| XYZ | 44.84 | 44.15 | 7.32 | - |
| YUV | 169.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 29 | 0 | 0.24 | 0.87 | 0.13 | 43.3 | 0.77 | 0.49 |
| Hex | DF | A9 | 1D | 0 | 18 | 57 | D | 2B | 4D | 31 |
| Octal | 337 | 251 | 35 | 0 | 30 | 127 | 15 | 53 | 115 | 61 |
| Binary | 11011111 | 10101001 | 11101 | 0 | 11000 | 1010111 | 1101 | 101011 | 1001101 | 110001 |
Color Harmonies of #DFA91D
Complementary color
Monochromatic Colors of #DFA91D
Black with #DFA91D
Text Example
Text Example
White with #DFA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA91D; }
p { color: rgb(223,169,29); }
H1.HeaderClassName
{
color: #DFA91D;
}
.AnyTagClassName
{
color: #DFA91D;
}
</style>
background-color css
<style>
a { background-color: #DFA91D; }
a { background-color: rgb(223,169,29); }
div.DivClassName
{
background-color: #DFA91D;
}
.BgClassName
{
background-color: #DFA91D;
}
</style>
border-color css
<style>
span { border-color: #DFA91D; }
span { border-color: rgb(223,169,29); }
td.TdClassName
{
border-color: #DFA91D;
}
.TagClassName
{
border-color: #DFA91D;
}
</style>