Shades of Golden Fizz #DFE21F
Tints of Golden Fizz #DFE21F
RGB
CMYK
RGB Variations
Color information
#DFE21F (or 0xDFE21F) is known color: Golden Fizz. HEX triplet: DF, E2 and 1F. RGB value is (223,226,31). Sum of RGB (Red+Green+Blue) = 223+226+31=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE21F is #201DE0. Grayscale: #CBCBCB. Windows color (decimal): -2104801 or 2089695. OLE color: 2089695.
HSL color Cylindrical-coordinate representation of color #DFE21F: hue angle of 60.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE21F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 31 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.11 |
| HSL | 60.92º | 0.77% | 0.5% | - |
| HSV(B) | 60.92º | 0.86% | 0.89% | - |
| XYZ | 57.88 | 70.18 | 11.79 | - |
| YUV | 202.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 31 | 0.01 | 0 | 0.86 | 0.11 | 60.92 | 0.77 | 0.5 |
| Hex | DF | E2 | 1F | 1 | 0 | 56 | B | 3D | 4D | 32 |
| Octal | 337 | 342 | 37 | 1 | 0 | 126 | 13 | 75 | 115 | 62 |
| Binary | 11011111 | 11100010 | 11111 | 1 | 0 | 1010110 | 1011 | 111101 | 1001101 | 110010 |
Color Harmonies of #DFE21F
Complementary color
Monochromatic Colors of #DFE21F
Black with #DFE21F
Text Example
Text Example
White with #DFE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE21F; }
p { color: rgb(223,226,31); }
H1.HeaderClassName
{
color: #DFE21F;
}
.AnyTagClassName
{
color: #DFE21F;
}
</style>
background-color css
<style>
a { background-color: #DFE21F; }
a { background-color: rgb(223,226,31); }
div.DivClassName
{
background-color: #DFE21F;
}
.BgClassName
{
background-color: #DFE21F;
}
</style>
border-color css
<style>
span { border-color: #DFE21F; }
span { border-color: rgb(223,226,31); }
td.TdClassName
{
border-color: #DFE21F;
}
.TagClassName
{
border-color: #DFE21F;
}
</style>