Shades of Golden Fizz #DFE01E
Tints of Golden Fizz #DFE01E
RGB
CMYK
RGB Variations
Color information
#DFE01E (or 0xDFE01E) is known color: Golden Fizz. HEX triplet: DF, E0 and 1E. RGB value is (223,224,30). Sum of RGB (Red+Green+Blue) = 223+224+30=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE01E is #201FE1. Grayscale: #CACACA. Windows color (decimal): -2105314 or 2023647. OLE color: 2023647.
HSL color Cylindrical-coordinate representation of color #DFE01E: hue angle of 60.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFE01E is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 30 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.12 |
| HSL | 60.31º | 0.76% | 0.5% | - |
| HSV(B) | 60.31º | 0.87% | 0.88% | - |
| XYZ | 57.32 | 69.09 | 11.54 | - |
| YUV | 201.59 | 31.17 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 30 | 0.00 | 0 | 0.87 | 0.12 | 60.31 | 0.76 | 0.5 |
| Hex | DF | E0 | 1E | 0 | 0 | 57 | C | 3C | 4C | 32 |
| Octal | 337 | 340 | 36 | 0 | 0 | 127 | 14 | 74 | 114 | 62 |
| Binary | 11011111 | 11100000 | 11110 | 0 | 0 | 1010111 | 1100 | 111100 | 1001100 | 110010 |
Color Harmonies of #DFE01E
Complementary color
Monochromatic Colors of #DFE01E
Black with #DFE01E
Text Example
Text Example
White with #DFE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE01E; }
p { color: rgb(223,224,30); }
H1.HeaderClassName
{
color: #DFE01E;
}
.AnyTagClassName
{
color: #DFE01E;
}
</style>
background-color css
<style>
a { background-color: #DFE01E; }
a { background-color: rgb(223,224,30); }
div.DivClassName
{
background-color: #DFE01E;
}
.BgClassName
{
background-color: #DFE01E;
}
</style>
border-color css
<style>
span { border-color: #DFE01E; }
span { border-color: rgb(223,224,30); }
td.TdClassName
{
border-color: #DFE01E;
}
.TagClassName
{
border-color: #DFE01E;
}
</style>