Shades of Golden Fizz #DFE016
Tints of Golden Fizz #DFE016
RGB
CMYK
RGB Variations
Color information
#DFE016 (or 0xDFE016) is known color: Golden Fizz. HEX triplet: DF, E0 and 16. RGB value is (223,224,22). Sum of RGB (Red+Green+Blue) = 223+224+22=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE016 is #201FE9. Grayscale: #C9C9C9. Windows color (decimal): -2105322 or 1499359. OLE color: 1499359.
HSL color Cylindrical-coordinate representation of color #DFE016: hue angle of 60.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFE016 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 22 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.12 |
| HSL | 60.3º | 0.82% | 0.48% | - |
| HSV(B) | 60.3º | 0.9% | 0.88% | - |
| XYZ | 57.23 | 69.06 | 11.07 | - |
| YUV | 200.67 | 27.17 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 22 | 0.00 | 0 | 0.90 | 0.12 | 60.3 | 0.82 | 0.48 |
| Hex | DF | E0 | 16 | 0 | 0 | 5A | C | 3C | 52 | 30 |
| Octal | 337 | 340 | 26 | 0 | 0 | 132 | 14 | 74 | 122 | 60 |
| Binary | 11011111 | 11100000 | 10110 | 0 | 0 | 1011010 | 1100 | 111100 | 1010010 | 110000 |
Color Harmonies of #DFE016
Complementary color
Monochromatic Colors of #DFE016
Black with #DFE016
Text Example
Text Example
White with #DFE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE016; }
p { color: rgb(223,224,22); }
H1.HeaderClassName
{
color: #DFE016;
}
.AnyTagClassName
{
color: #DFE016;
}
</style>
background-color css
<style>
a { background-color: #DFE016; }
a { background-color: rgb(223,224,22); }
div.DivClassName
{
background-color: #DFE016;
}
.BgClassName
{
background-color: #DFE016;
}
</style>
border-color css
<style>
span { border-color: #DFE016; }
span { border-color: rgb(223,224,22); }
td.TdClassName
{
border-color: #DFE016;
}
.TagClassName
{
border-color: #DFE016;
}
</style>