Shades of Golden Fizz #DFE11C
Tints of Golden Fizz #DFE11C
RGB
CMYK
RGB Variations
Color information
#DFE11C (or 0xDFE11C) is known color: Golden Fizz. HEX triplet: DF, E1 and 1C. RGB value is (223,225,28). Sum of RGB (Red+Green+Blue) = 223+225+28=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE11C is #201EE3. Grayscale: #CACACA. Windows color (decimal): -2105060 or 1892831. OLE color: 1892831.
HSL color Cylindrical-coordinate representation of color #DFE11C: hue angle of 60.61º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFE11C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.12 |
| HSL | 60.61º | 0.78% | 0.5% | - |
| HSV(B) | 60.61º | 0.88% | 0.88% | - |
| XYZ | 57.57 | 69.62 | 11.5 | - |
| YUV | 201.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 28 | 0.01 | 0 | 0.88 | 0.12 | 60.61 | 0.78 | 0.5 |
| Hex | DF | E1 | 1C | 1 | 0 | 58 | C | 3D | 4E | 32 |
| Octal | 337 | 341 | 34 | 1 | 0 | 130 | 14 | 75 | 116 | 62 |
| Binary | 11011111 | 11100001 | 11100 | 1 | 0 | 1011000 | 1100 | 111101 | 1001110 | 110010 |
Color Harmonies of #DFE11C
Complementary color
Monochromatic Colors of #DFE11C
Black with #DFE11C
Text Example
Text Example
White with #DFE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE11C; }
p { color: rgb(223,225,28); }
H1.HeaderClassName
{
color: #DFE11C;
}
.AnyTagClassName
{
color: #DFE11C;
}
</style>
background-color css
<style>
a { background-color: #DFE11C; }
a { background-color: rgb(223,225,28); }
div.DivClassName
{
background-color: #DFE11C;
}
.BgClassName
{
background-color: #DFE11C;
}
</style>
border-color css
<style>
span { border-color: #DFE11C; }
span { border-color: rgb(223,225,28); }
td.TdClassName
{
border-color: #DFE11C;
}
.TagClassName
{
border-color: #DFE11C;
}
</style>