Shades of Galliano #DFA721
Tints of Galliano #DFA721
RGB
CMYK
RGB Variations
Color information
#DFA721 (or 0xDFA721) is known color: Galliano. HEX triplet: DF, A7 and 21. RGB value is (223,167,33). Sum of RGB (Red+Green+Blue) = 223+167+33=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA721 is #2058DE. Grayscale: #A9A9A9. Windows color (decimal): -2119903 or 2205663. OLE color: 2205663.
HSL color Cylindrical-coordinate representation of color #DFA721: hue angle of 42.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFA721 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 33 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.13 |
| HSL | 42.32º | 0.75% | 0.5% | - |
| HSV(B) | 42.32º | 0.85% | 0.87% | - |
| XYZ | 44.52 | 43.44 | 7.48 | - |
| YUV | 168.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 33 | 0 | 0.25 | 0.85 | 0.13 | 42.32 | 0.75 | 0.5 |
| Hex | DF | A7 | 21 | 0 | 19 | 55 | D | 2A | 4B | 32 |
| Octal | 337 | 247 | 41 | 0 | 31 | 125 | 15 | 52 | 113 | 62 |
| Binary | 11011111 | 10100111 | 100001 | 0 | 11001 | 1010101 | 1101 | 101010 | 1001011 | 110010 |
Color Harmonies of #DFA721
Complementary color
Monochromatic Colors of #DFA721
Black with #DFA721
Text Example
Text Example
White with #DFA721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA721; }
p { color: rgb(223,167,33); }
H1.HeaderClassName
{
color: #DFA721;
}
.AnyTagClassName
{
color: #DFA721;
}
</style>
background-color css
<style>
a { background-color: #DFA721; }
a { background-color: rgb(223,167,33); }
div.DivClassName
{
background-color: #DFA721;
}
.BgClassName
{
background-color: #DFA721;
}
</style>
border-color css
<style>
span { border-color: #DFA721; }
span { border-color: rgb(223,167,33); }
td.TdClassName
{
border-color: #DFA721;
}
.TagClassName
{
border-color: #DFA721;
}
</style>