Shades of Galliano #DFAC15
Tints of Galliano #DFAC15
RGB
CMYK
RGB Variations
Color information
#DFAC15 (or 0xDFAC15) is known color: Galliano. HEX triplet: DF, AC and 15. RGB value is (223,172,21). Sum of RGB (Red+Green+Blue) = 223+172+21=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC15 is #2053EA. Grayscale: #AAAAAA. Windows color (decimal): -2118635 or 1420511. OLE color: 1420511.
HSL color Cylindrical-coordinate representation of color #DFAC15: hue angle of 44.85º degrees, saturation: 0.83, 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 #DFAC15 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 21 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.13 |
| HSL | 44.85º | 0.83% | 0.48% | - |
| HSV(B) | 44.85º | 0.91% | 0.87% | - |
| XYZ | 45.32 | 45.25 | 7.05 | - |
| YUV | 170.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 21 | 0 | 0.23 | 0.91 | 0.13 | 44.85 | 0.83 | 0.48 |
| Hex | DF | AC | 15 | 0 | 17 | 5B | D | 2D | 53 | 30 |
| Octal | 337 | 254 | 25 | 0 | 27 | 133 | 15 | 55 | 123 | 60 |
| Binary | 11011111 | 10101100 | 10101 | 0 | 10111 | 1011011 | 1101 | 101101 | 1010011 | 110000 |
Color Harmonies of #DFAC15
Complementary color
Monochromatic Colors of #DFAC15
Black with #DFAC15
Text Example
Text Example
White with #DFAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC15; }
p { color: rgb(223,172,21); }
H1.HeaderClassName
{
color: #DFAC15;
}
.AnyTagClassName
{
color: #DFAC15;
}
</style>
background-color css
<style>
a { background-color: #DFAC15; }
a { background-color: rgb(223,172,21); }
div.DivClassName
{
background-color: #DFAC15;
}
.BgClassName
{
background-color: #DFAC15;
}
</style>
border-color css
<style>
span { border-color: #DFAC15; }
span { border-color: rgb(223,172,21); }
td.TdClassName
{
border-color: #DFAC15;
}
.TagClassName
{
border-color: #DFAC15;
}
</style>