Shades of Galliano #DFAC13
Tints of Galliano #DFAC13
RGB
CMYK
RGB Variations
Color information
#DFAC13 (or 0xDFAC13) is known color: Galliano. HEX triplet: DF, AC and 13. RGB value is (223,172,19). Sum of RGB (Red+Green+Blue) = 223+172+19=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC13 is #2053EC. Grayscale: #AAAAAA. Windows color (decimal): -2118637 or 1289439. OLE color: 1289439.
HSL color Cylindrical-coordinate representation of color #DFAC13: hue angle of 45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFAC13 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 45º | 0.84% | 0.47% | - |
| HSV(B) | 45º | 0.91% | 0.87% | - |
| XYZ | 45.3 | 45.24 | 6.96 | - |
| YUV | 169.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 19 | 0 | 0.23 | 0.91 | 0.13 | 45 | 0.84 | 0.47 |
| Hex | DF | AC | 13 | 0 | 17 | 5B | D | 2D | 54 | 2F |
| Octal | 337 | 254 | 23 | 0 | 27 | 133 | 15 | 55 | 124 | 57 |
| Binary | 11011111 | 10101100 | 10011 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010100 | 101111 |
Color Harmonies of #DFAC13
Complementary color
Monochromatic Colors of #DFAC13
Black with #DFAC13
Text Example
Text Example
White with #DFAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC13; }
p { color: rgb(223,172,19); }
H1.HeaderClassName
{
color: #DFAC13;
}
.AnyTagClassName
{
color: #DFAC13;
}
</style>
background-color css
<style>
a { background-color: #DFAC13; }
a { background-color: rgb(223,172,19); }
div.DivClassName
{
background-color: #DFAC13;
}
.BgClassName
{
background-color: #DFAC13;
}
</style>
border-color css
<style>
span { border-color: #DFAC13; }
span { border-color: rgb(223,172,19); }
td.TdClassName
{
border-color: #DFAC13;
}
.TagClassName
{
border-color: #DFAC13;
}
</style>