Shades of Galliano #DFAC21
Tints of Galliano #DFAC21
RGB
CMYK
RGB Variations
Color information
#DFAC21 (or 0xDFAC21) is known color: Galliano. HEX triplet: DF, AC and 21. RGB value is (223,172,33). Sum of RGB (Red+Green+Blue) = 223+172+33=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC21 is #2053DE. Grayscale: #ACACAC. Windows color (decimal): -2118623 or 2206943. OLE color: 2206943.
HSL color Cylindrical-coordinate representation of color #DFAC21: hue angle of 43.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFAC21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 43.89º | 0.75% | 0.5% | - |
| HSV(B) | 43.89º | 0.85% | 0.87% | - |
| XYZ | 45.46 | 45.3 | 7.79 | - |
| YUV | 171.4 | 49.9 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 33 | 0 | 0.23 | 0.85 | 0.13 | 43.89 | 0.75 | 0.5 |
| Hex | DF | AC | 21 | 0 | 17 | 55 | D | 2C | 4B | 32 |
| Octal | 337 | 254 | 41 | 0 | 27 | 125 | 15 | 54 | 113 | 62 |
| Binary | 11011111 | 10101100 | 100001 | 0 | 10111 | 1010101 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DFAC21
Complementary color
Monochromatic Colors of #DFAC21
Black with #DFAC21
Text Example
Text Example
White with #DFAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC21; }
p { color: rgb(223,172,33); }
H1.HeaderClassName
{
color: #DFAC21;
}
.AnyTagClassName
{
color: #DFAC21;
}
</style>
background-color css
<style>
a { background-color: #DFAC21; }
a { background-color: rgb(223,172,33); }
div.DivClassName
{
background-color: #DFAC21;
}
.BgClassName
{
background-color: #DFAC21;
}
</style>
border-color css
<style>
span { border-color: #DFAC21; }
span { border-color: rgb(223,172,33); }
td.TdClassName
{
border-color: #DFAC21;
}
.TagClassName
{
border-color: #DFAC21;
}
</style>