Shades of Galliano #DFA71D
Tints of Galliano #DFA71D
RGB
CMYK
RGB Variations
Color information
#DFA71D (or 0xDFA71D) is known color: Galliano. HEX triplet: DF, A7 and 1D. RGB value is (223,167,29). Sum of RGB (Red+Green+Blue) = 223+167+29=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA71D is #2058E2. Grayscale: #A8A8A8. Windows color (decimal): -2119907 or 1943519. OLE color: 1943519.
HSL color Cylindrical-coordinate representation of color #DFA71D: hue angle of 42.68º 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 #DFA71D is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 29 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.13 |
| HSL | 42.68º | 0.77% | 0.49% | - |
| HSV(B) | 42.68º | 0.87% | 0.87% | - |
| XYZ | 44.47 | 43.41 | 7.2 | - |
| YUV | 168.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 29 | 0 | 0.25 | 0.87 | 0.13 | 42.68 | 0.77 | 0.49 |
| Hex | DF | A7 | 1D | 0 | 19 | 57 | D | 2B | 4D | 31 |
| Octal | 337 | 247 | 35 | 0 | 31 | 127 | 15 | 53 | 115 | 61 |
| Binary | 11011111 | 10100111 | 11101 | 0 | 11001 | 1010111 | 1101 | 101011 | 1001101 | 110001 |
Color Harmonies of #DFA71D
Complementary color
Monochromatic Colors of #DFA71D
Black with #DFA71D
Text Example
Text Example
White with #DFA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA71D; }
p { color: rgb(223,167,29); }
H1.HeaderClassName
{
color: #DFA71D;
}
.AnyTagClassName
{
color: #DFA71D;
}
</style>
background-color css
<style>
a { background-color: #DFA71D; }
a { background-color: rgb(223,167,29); }
div.DivClassName
{
background-color: #DFA71D;
}
.BgClassName
{
background-color: #DFA71D;
}
</style>
border-color css
<style>
span { border-color: #DFA71D; }
span { border-color: rgb(223,167,29); }
td.TdClassName
{
border-color: #DFA71D;
}
.TagClassName
{
border-color: #DFA71D;
}
</style>