Shades of Galliano #DFA21D
Tints of Galliano #DFA21D
RGB
CMYK
RGB Variations
Color information
#DFA21D (or 0xDFA21D) is known color: Galliano. HEX triplet: DF, A2 and 1D. RGB value is (223,162,29). Sum of RGB (Red+Green+Blue) = 223+162+29=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA21D is #205DE2. Grayscale: #A5A5A5. Windows color (decimal): -2121187 or 1942239. OLE color: 1942239.
HSL color Cylindrical-coordinate representation of color #DFA21D: hue angle of 41.13º 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 #DFA21D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 29 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.13 |
| HSL | 41.13º | 0.77% | 0.49% | - |
| HSV(B) | 41.13º | 0.87% | 0.87% | - |
| XYZ | 43.57 | 41.62 | 6.9 | - |
| YUV | 165.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 29 | 0 | 0.27 | 0.87 | 0.13 | 41.13 | 0.77 | 0.49 |
| Hex | DF | A2 | 1D | 0 | 1B | 57 | D | 29 | 4D | 31 |
| Octal | 337 | 242 | 35 | 0 | 33 | 127 | 15 | 51 | 115 | 61 |
| Binary | 11011111 | 10100010 | 11101 | 0 | 11011 | 1010111 | 1101 | 101001 | 1001101 | 110001 |
Color Harmonies of #DFA21D
Complementary color
Monochromatic Colors of #DFA21D
Black with #DFA21D
Text Example
Text Example
White with #DFA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA21D; }
p { color: rgb(223,162,29); }
H1.HeaderClassName
{
color: #DFA21D;
}
.AnyTagClassName
{
color: #DFA21D;
}
</style>
background-color css
<style>
a { background-color: #DFA21D; }
a { background-color: rgb(223,162,29); }
div.DivClassName
{
background-color: #DFA21D;
}
.BgClassName
{
background-color: #DFA21D;
}
</style>
border-color css
<style>
span { border-color: #DFA21D; }
span { border-color: rgb(223,162,29); }
td.TdClassName
{
border-color: #DFA21D;
}
.TagClassName
{
border-color: #DFA21D;
}
</style>