Shades of Golden Fizz #DFE120
Tints of Golden Fizz #DFE120
RGB
CMYK
RGB Variations
Color information
#DFE120 (or 0xDFE120) is known color: Golden Fizz. HEX triplet: DF, E1 and 20. RGB value is (223,225,32). Sum of RGB (Red+Green+Blue) = 223+225+32=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE120 is #201EDF. Grayscale: #CBCBCB. Windows color (decimal): -2105056 or 2154975. OLE color: 2154975.
HSL color Cylindrical-coordinate representation of color #DFE120: hue angle of 60.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE120 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 32 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.12 |
| HSL | 60.62º | 0.76% | 0.5% | - |
| HSV(B) | 60.62º | 0.86% | 0.88% | - |
| XYZ | 57.62 | 69.64 | 11.77 | - |
| YUV | 202.4 | 31.84 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 32 | 0.01 | 0 | 0.86 | 0.12 | 60.62 | 0.76 | 0.5 |
| Hex | DF | E1 | 20 | 1 | 0 | 56 | C | 3D | 4C | 32 |
| Octal | 337 | 341 | 40 | 1 | 0 | 126 | 14 | 75 | 114 | 62 |
| Binary | 11011111 | 11100001 | 100000 | 1 | 0 | 1010110 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DFE120
Complementary color
Monochromatic Colors of #DFE120
Black with #DFE120
Text Example
Text Example
White with #DFE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE120; }
p { color: rgb(223,225,32); }
H1.HeaderClassName
{
color: #DFE120;
}
.AnyTagClassName
{
color: #DFE120;
}
</style>
background-color css
<style>
a { background-color: #DFE120; }
a { background-color: rgb(223,225,32); }
div.DivClassName
{
background-color: #DFE120;
}
.BgClassName
{
background-color: #DFE120;
}
</style>
border-color css
<style>
span { border-color: #DFE120; }
span { border-color: rgb(223,225,32); }
td.TdClassName
{
border-color: #DFE120;
}
.TagClassName
{
border-color: #DFE120;
}
</style>