Shades of Galliano #DFAC20
Tints of Galliano #DFAC20
RGB
CMYK
RGB Variations
Color information
#DFAC20 (or 0xDFAC20) is known color: Galliano. HEX triplet: DF, AC and 20. RGB value is (223,172,32). Sum of RGB (Red+Green+Blue) = 223+172+32=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC20 is #2053DF. Grayscale: #ABABAB. Windows color (decimal): -2118624 or 2141407. OLE color: 2141407.
HSL color Cylindrical-coordinate representation of color #DFAC20: hue angle of 43.98º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFAC20 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 32 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 43.98º | 0.75% | 0.5% | - |
| HSV(B) | 43.98º | 0.86% | 0.87% | - |
| XYZ | 45.44 | 45.3 | 7.71 | - |
| YUV | 171.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 32 | 0 | 0.23 | 0.86 | 0.13 | 43.98 | 0.75 | 0.5 |
| Hex | DF | AC | 20 | 0 | 17 | 56 | D | 2C | 4B | 32 |
| Octal | 337 | 254 | 40 | 0 | 27 | 126 | 15 | 54 | 113 | 62 |
| Binary | 11011111 | 10101100 | 100000 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DFAC20
Complementary color
Monochromatic Colors of #DFAC20
Black with #DFAC20
Text Example
Text Example
White with #DFAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC20; }
p { color: rgb(223,172,32); }
H1.HeaderClassName
{
color: #DFAC20;
}
.AnyTagClassName
{
color: #DFAC20;
}
</style>
background-color css
<style>
a { background-color: #DFAC20; }
a { background-color: rgb(223,172,32); }
div.DivClassName
{
background-color: #DFAC20;
}
.BgClassName
{
background-color: #DFAC20;
}
</style>
border-color css
<style>
span { border-color: #DFAC20; }
span { border-color: rgb(223,172,32); }
td.TdClassName
{
border-color: #DFAC20;
}
.TagClassName
{
border-color: #DFAC20;
}
</style>