Shades of Galliano #DFAC16
Tints of Galliano #DFAC16
RGB
CMYK
RGB Variations
Color information
#DFAC16 (or 0xDFAC16) is known color: Galliano. HEX triplet: DF, AC and 16. RGB value is (223,172,22). Sum of RGB (Red+Green+Blue) = 223+172+22=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC16 is #2053E9. Grayscale: #AAAAAA. Windows color (decimal): -2118634 or 1486047. OLE color: 1486047.
HSL color Cylindrical-coordinate representation of color #DFAC16: hue angle of 44.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFAC16 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 22 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.13 |
| HSL | 44.78º | 0.82% | 0.48% | - |
| HSV(B) | 44.78º | 0.9% | 0.87% | - |
| XYZ | 45.33 | 45.25 | 7.1 | - |
| YUV | 170.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 22 | 0 | 0.23 | 0.90 | 0.13 | 44.78 | 0.82 | 0.48 |
| Hex | DF | AC | 16 | 0 | 17 | 5A | D | 2D | 52 | 30 |
| Octal | 337 | 254 | 26 | 0 | 27 | 132 | 15 | 55 | 122 | 60 |
| Binary | 11011111 | 10101100 | 10110 | 0 | 10111 | 1011010 | 1101 | 101101 | 1010010 | 110000 |
Color Harmonies of #DFAC16
Complementary color
Monochromatic Colors of #DFAC16
Black with #DFAC16
Text Example
Text Example
White with #DFAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC16; }
p { color: rgb(223,172,22); }
H1.HeaderClassName
{
color: #DFAC16;
}
.AnyTagClassName
{
color: #DFAC16;
}
</style>
background-color css
<style>
a { background-color: #DFAC16; }
a { background-color: rgb(223,172,22); }
div.DivClassName
{
background-color: #DFAC16;
}
.BgClassName
{
background-color: #DFAC16;
}
</style>
border-color css
<style>
span { border-color: #DFAC16; }
span { border-color: rgb(223,172,22); }
td.TdClassName
{
border-color: #DFAC16;
}
.TagClassName
{
border-color: #DFAC16;
}
</style>