Shades of Golden Fizz #DFE215
Tints of Golden Fizz #DFE215
RGB
CMYK
RGB Variations
Color information
#DFE215 (or 0xDFE215) is known color: Golden Fizz. HEX triplet: DF, E2 and 15. RGB value is (223,226,21). Sum of RGB (Red+Green+Blue) = 223+226+21=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE215 is #201DEA. Grayscale: #CACACA. Windows color (decimal): -2104811 or 1434335. OLE color: 1434335.
HSL color Cylindrical-coordinate representation of color #DFE215: hue angle of 60.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFE215 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.11 |
| HSL | 60.88º | 0.83% | 0.48% | - |
| HSV(B) | 60.88º | 0.91% | 0.89% | - |
| XYZ | 57.76 | 70.13 | 11.2 | - |
| YUV | 201.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 21 | 0.01 | 0 | 0.91 | 0.11 | 60.88 | 0.83 | 0.48 |
| Hex | DF | E2 | 15 | 1 | 0 | 5B | B | 3D | 53 | 30 |
| Octal | 337 | 342 | 25 | 1 | 0 | 133 | 13 | 75 | 123 | 60 |
| Binary | 11011111 | 11100010 | 10101 | 1 | 0 | 1011011 | 1011 | 111101 | 1010011 | 110000 |
Color Harmonies of #DFE215
Complementary color
Monochromatic Colors of #DFE215
Black with #DFE215
Text Example
Text Example
White with #DFE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE215; }
p { color: rgb(223,226,21); }
H1.HeaderClassName
{
color: #DFE215;
}
.AnyTagClassName
{
color: #DFE215;
}
</style>
background-color css
<style>
a { background-color: #DFE215; }
a { background-color: rgb(223,226,21); }
div.DivClassName
{
background-color: #DFE215;
}
.BgClassName
{
background-color: #DFE215;
}
</style>
border-color css
<style>
span { border-color: #DFE215; }
span { border-color: rgb(223,226,21); }
td.TdClassName
{
border-color: #DFE215;
}
.TagClassName
{
border-color: #DFE215;
}
</style>