Shades of Golden Fizz #DFE114
Tints of Golden Fizz #DFE114
RGB
CMYK
RGB Variations
Color information
#DFE114 (or 0xDFE114) is known color: Golden Fizz. HEX triplet: DF, E1 and 14. RGB value is (223,225,20). Sum of RGB (Red+Green+Blue) = 223+225+20=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE114 is #201EEB. Grayscale: #C9C9C9. Windows color (decimal): -2105068 or 1368543. OLE color: 1368543.
HSL color Cylindrical-coordinate representation of color #DFE114: hue angle of 60.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFE114 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.12 |
| HSL | 60.59º | 0.84% | 0.48% | - |
| HSV(B) | 60.59º | 0.91% | 0.88% | - |
| XYZ | 57.48 | 69.59 | 11.06 | - |
| YUV | 201.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 20 | 0.01 | 0 | 0.91 | 0.12 | 60.59 | 0.84 | 0.48 |
| Hex | DF | E1 | 14 | 1 | 0 | 5B | C | 3D | 54 | 30 |
| Octal | 337 | 341 | 24 | 1 | 0 | 133 | 14 | 75 | 124 | 60 |
| Binary | 11011111 | 11100001 | 10100 | 1 | 0 | 1011011 | 1100 | 111101 | 1010100 | 110000 |
Color Harmonies of #DFE114
Complementary color
Monochromatic Colors of #DFE114
Black with #DFE114
Text Example
Text Example
White with #DFE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE114; }
p { color: rgb(223,225,20); }
H1.HeaderClassName
{
color: #DFE114;
}
.AnyTagClassName
{
color: #DFE114;
}
</style>
background-color css
<style>
a { background-color: #DFE114; }
a { background-color: rgb(223,225,20); }
div.DivClassName
{
background-color: #DFE114;
}
.BgClassName
{
background-color: #DFE114;
}
</style>
border-color css
<style>
span { border-color: #DFE114; }
span { border-color: rgb(223,225,20); }
td.TdClassName
{
border-color: #DFE114;
}
.TagClassName
{
border-color: #DFE114;
}
</style>