Shades of Galliano #DFAC14
Tints of Galliano #DFAC14
RGB
CMYK
RGB Variations
Color information
#DFAC14 (or 0xDFAC14) is known color: Galliano. HEX triplet: DF, AC and 14. RGB value is (223,172,20). Sum of RGB (Red+Green+Blue) = 223+172+20=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC14 is #2053EB. Grayscale: #AAAAAA. Windows color (decimal): -2118636 or 1354975. OLE color: 1354975.
HSL color Cylindrical-coordinate representation of color #DFAC14: hue angle of 44.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFAC14 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 20 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 44.93º | 0.84% | 0.48% | - |
| HSV(B) | 44.93º | 0.91% | 0.87% | - |
| XYZ | 45.31 | 45.24 | 7.01 | - |
| YUV | 169.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 20 | 0 | 0.23 | 0.91 | 0.13 | 44.93 | 0.84 | 0.48 |
| Hex | DF | AC | 14 | 0 | 17 | 5B | D | 2D | 54 | 30 |
| Octal | 337 | 254 | 24 | 0 | 27 | 133 | 15 | 55 | 124 | 60 |
| Binary | 11011111 | 10101100 | 10100 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010100 | 110000 |
Color Harmonies of #DFAC14
Complementary color
Monochromatic Colors of #DFAC14
Black with #DFAC14
Text Example
Text Example
White with #DFAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC14; }
p { color: rgb(223,172,20); }
H1.HeaderClassName
{
color: #DFAC14;
}
.AnyTagClassName
{
color: #DFAC14;
}
</style>
background-color css
<style>
a { background-color: #DFAC14; }
a { background-color: rgb(223,172,20); }
div.DivClassName
{
background-color: #DFAC14;
}
.BgClassName
{
background-color: #DFAC14;
}
</style>
border-color css
<style>
span { border-color: #DFAC14; }
span { border-color: rgb(223,172,20); }
td.TdClassName
{
border-color: #DFAC14;
}
.TagClassName
{
border-color: #DFAC14;
}
</style>