Shades of Galliano #DFAC12
Tints of Galliano #DFAC12
RGB
CMYK
RGB Variations
Color information
#DFAC12 (or 0xDFAC12) is known color: Galliano. HEX triplet: DF, AC and 12. RGB value is (223,172,18). Sum of RGB (Red+Green+Blue) = 223+172+18=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC12 is #2053ED. Grayscale: #AAAAAA. Windows color (decimal): -2118638 or 1223903. OLE color: 1223903.
HSL color Cylindrical-coordinate representation of color #DFAC12: hue angle of 45.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFAC12 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.13 |
| HSL | 45.07º | 0.85% | 0.47% | - |
| HSV(B) | 45.07º | 0.92% | 0.87% | - |
| XYZ | 45.29 | 45.24 | 6.92 | - |
| YUV | 169.69 | 42.4 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 18 | 0 | 0.23 | 0.92 | 0.13 | 45.07 | 0.85 | 0.47 |
| Hex | DF | AC | 12 | 0 | 17 | 5C | D | 2D | 55 | 2F |
| Octal | 337 | 254 | 22 | 0 | 27 | 134 | 15 | 55 | 125 | 57 |
| Binary | 11011111 | 10101100 | 10010 | 0 | 10111 | 1011100 | 1101 | 101101 | 1010101 | 101111 |
Color Harmonies of #DFAC12
Complementary color
Monochromatic Colors of #DFAC12
Black with #DFAC12
Text Example
Text Example
White with #DFAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC12; }
p { color: rgb(223,172,18); }
H1.HeaderClassName
{
color: #DFAC12;
}
.AnyTagClassName
{
color: #DFAC12;
}
</style>
background-color css
<style>
a { background-color: #DFAC12; }
a { background-color: rgb(223,172,18); }
div.DivClassName
{
background-color: #DFAC12;
}
.BgClassName
{
background-color: #DFAC12;
}
</style>
border-color css
<style>
span { border-color: #DFAC12; }
span { border-color: rgb(223,172,18); }
td.TdClassName
{
border-color: #DFAC12;
}
.TagClassName
{
border-color: #DFAC12;
}
</style>