Shades of Golden Fizz #DFDC20
Tints of Golden Fizz #DFDC20
RGB
CMYK
RGB Variations
Color information
#DFDC20 (or 0xDFDC20) is known color: Golden Fizz. HEX triplet: DF, DC and 20. RGB value is (223,220,32). Sum of RGB (Red+Green+Blue) = 223+220+32=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC20 is #2023DF. Grayscale: #C8C8C8. Windows color (decimal): -2106336 or 2153695. OLE color: 2153695.
HSL color Cylindrical-coordinate representation of color #DFDC20: hue angle of 59.06º 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 #DFDC20 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.13 |
| HSL | 59.06º | 0.75% | 0.5% | - |
| HSV(B) | 59.06º | 0.86% | 0.87% | - |
| XYZ | 56.29 | 66.98 | 11.33 | - |
| YUV | 199.47 | 33.49 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 32 | 0 | 0.01 | 0.86 | 0.13 | 59.06 | 0.75 | 0.5 |
| Hex | DF | DC | 20 | 0 | 1 | 56 | D | 3B | 4B | 32 |
| Octal | 337 | 334 | 40 | 0 | 1 | 126 | 15 | 73 | 113 | 62 |
| Binary | 11011111 | 11011100 | 100000 | 0 | 1 | 1010110 | 1101 | 111011 | 1001011 | 110010 |
Color Harmonies of #DFDC20
Complementary color
Monochromatic Colors of #DFDC20
Black with #DFDC20
Text Example
Text Example
White with #DFDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC20; }
p { color: rgb(223,220,32); }
H1.HeaderClassName
{
color: #DFDC20;
}
.AnyTagClassName
{
color: #DFDC20;
}
</style>
background-color css
<style>
a { background-color: #DFDC20; }
a { background-color: rgb(223,220,32); }
div.DivClassName
{
background-color: #DFDC20;
}
.BgClassName
{
background-color: #DFDC20;
}
</style>
border-color css
<style>
span { border-color: #DFDC20; }
span { border-color: rgb(223,220,32); }
td.TdClassName
{
border-color: #DFDC20;
}
.TagClassName
{
border-color: #DFDC20;
}
</style>