Shades of Golden Fizz #DFE01C
Tints of Golden Fizz #DFE01C
RGB
CMYK
RGB Variations
Color information
#DFE01C (or 0xDFE01C) is known color: Golden Fizz. HEX triplet: DF, E0 and 1C. RGB value is (223,224,28). Sum of RGB (Red+Green+Blue) = 223+224+28=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE01C is #201FE3. Grayscale: #CACACA. Windows color (decimal): -2105316 or 1892575. OLE color: 1892575.
HSL color Cylindrical-coordinate representation of color #DFE01C: hue angle of 60.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFE01C is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 28 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.12 |
| HSL | 60.31º | 0.78% | 0.49% | - |
| HSV(B) | 60.31º | 0.88% | 0.88% | - |
| XYZ | 57.3 | 69.08 | 11.41 | - |
| YUV | 201.36 | 30.17 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 28 | 0.00 | 0 | 0.88 | 0.12 | 60.31 | 0.78 | 0.49 |
| Hex | DF | E0 | 1C | 0 | 0 | 58 | C | 3C | 4E | 31 |
| Octal | 337 | 340 | 34 | 0 | 0 | 130 | 14 | 74 | 116 | 61 |
| Binary | 11011111 | 11100000 | 11100 | 0 | 0 | 1011000 | 1100 | 111100 | 1001110 | 110001 |
Color Harmonies of #DFE01C
Complementary color
Monochromatic Colors of #DFE01C
Black with #DFE01C
Text Example
Text Example
White with #DFE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE01C; }
p { color: rgb(223,224,28); }
H1.HeaderClassName
{
color: #DFE01C;
}
.AnyTagClassName
{
color: #DFE01C;
}
</style>
background-color css
<style>
a { background-color: #DFE01C; }
a { background-color: rgb(223,224,28); }
div.DivClassName
{
background-color: #DFE01C;
}
.BgClassName
{
background-color: #DFE01C;
}
</style>
border-color css
<style>
span { border-color: #DFE01C; }
span { border-color: rgb(223,224,28); }
td.TdClassName
{
border-color: #DFE01C;
}
.TagClassName
{
border-color: #DFE01C;
}
</style>