Shades of Galliano #DFA41B
Tints of Galliano #DFA41B
RGB
CMYK
RGB Variations
Color information
#DFA41B (or 0xDFA41B) is known color: Galliano. HEX triplet: DF, A4 and 1B. RGB value is (223,164,27). Sum of RGB (Red+Green+Blue) = 223+164+27=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA41B is #205BE4. Grayscale: #A6A6A6. Windows color (decimal): -2120677 or 1811679. OLE color: 1811679.
HSL color Cylindrical-coordinate representation of color #DFA41B: hue angle of 41.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFA41B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.13 |
| HSL | 41.94º | 0.78% | 0.49% | - |
| HSV(B) | 41.94º | 0.88% | 0.87% | - |
| XYZ | 43.9 | 42.32 | 6.89 | - |
| YUV | 166.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 27 | 0 | 0.26 | 0.88 | 0.13 | 41.94 | 0.78 | 0.49 |
| Hex | DF | A4 | 1B | 0 | 1A | 58 | D | 2A | 4E | 31 |
| Octal | 337 | 244 | 33 | 0 | 32 | 130 | 15 | 52 | 116 | 61 |
| Binary | 11011111 | 10100100 | 11011 | 0 | 11010 | 1011000 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DFA41B
Complementary color
Monochromatic Colors of #DFA41B
Black with #DFA41B
Text Example
Text Example
White with #DFA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA41B; }
p { color: rgb(223,164,27); }
H1.HeaderClassName
{
color: #DFA41B;
}
.AnyTagClassName
{
color: #DFA41B;
}
</style>
background-color css
<style>
a { background-color: #DFA41B; }
a { background-color: rgb(223,164,27); }
div.DivClassName
{
background-color: #DFA41B;
}
.BgClassName
{
background-color: #DFA41B;
}
</style>
border-color css
<style>
span { border-color: #DFA41B; }
span { border-color: rgb(223,164,27); }
td.TdClassName
{
border-color: #DFA41B;
}
.TagClassName
{
border-color: #DFA41B;
}
</style>