Shades of Golden Fizz #DFE122
Tints of Golden Fizz #DFE122
RGB
CMYK
RGB Variations
Color information
#DFE122 (or 0xDFE122) is known color: Golden Fizz. HEX triplet: DF, E1 and 22. RGB value is (223,225,34). Sum of RGB (Red+Green+Blue) = 223+225+34=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE122 is #201EDD. Grayscale: #CBCBCB. Windows color (decimal): -2105054 or 2286047. OLE color: 2286047.
HSL color Cylindrical-coordinate representation of color #DFE122: hue angle of 60.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFE122 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.12 |
| HSL | 60.63º | 0.76% | 0.51% | - |
| HSV(B) | 60.63º | 0.85% | 0.88% | - |
| XYZ | 57.65 | 69.65 | 11.92 | - |
| YUV | 202.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 34 | 0.01 | 0 | 0.85 | 0.12 | 60.63 | 0.76 | 0.51 |
| Hex | DF | E1 | 22 | 1 | 0 | 55 | C | 3D | 4C | 33 |
| Octal | 337 | 341 | 42 | 1 | 0 | 125 | 14 | 75 | 114 | 63 |
| Binary | 11011111 | 11100001 | 100010 | 1 | 0 | 1010101 | 1100 | 111101 | 1001100 | 110011 |
Color Harmonies of #DFE122
Complementary color
Monochromatic Colors of #DFE122
Black with #DFE122
Text Example
Text Example
White with #DFE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE122; }
p { color: rgb(223,225,34); }
H1.HeaderClassName
{
color: #DFE122;
}
.AnyTagClassName
{
color: #DFE122;
}
</style>
background-color css
<style>
a { background-color: #DFE122; }
a { background-color: rgb(223,225,34); }
div.DivClassName
{
background-color: #DFE122;
}
.BgClassName
{
background-color: #DFE122;
}
</style>
border-color css
<style>
span { border-color: #DFE122; }
span { border-color: rgb(223,225,34); }
td.TdClassName
{
border-color: #DFE122;
}
.TagClassName
{
border-color: #DFE122;
}
</style>