Shades of Golden Fizz #DFE12B
Tints of Golden Fizz #DFE12B
RGB
CMYK
RGB Variations
Color information
#DFE12B (or 0xDFE12B) is known color: Golden Fizz. HEX triplet: DF, E1 and 2B. RGB value is (223,225,43). Sum of RGB (Red+Green+Blue) = 223+225+43=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE12B is #201ED4. Grayscale: #CCCCCC. Windows color (decimal): -2105045 or 2875871. OLE color: 2875871.
HSL color Cylindrical-coordinate representation of color #DFE12B: hue angle of 60.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFE12B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 43 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.12 |
| HSL | 60.66º | 0.75% | 0.53% | - |
| HSV(B) | 60.66º | 0.81% | 0.88% | - |
| XYZ | 57.79 | 69.71 | 12.7 | - |
| YUV | 203.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 43 | 0.01 | 0 | 0.81 | 0.12 | 60.66 | 0.75 | 0.53 |
| Hex | DF | E1 | 2B | 1 | 0 | 51 | C | 3D | 4B | 35 |
| Octal | 337 | 341 | 53 | 1 | 0 | 121 | 14 | 75 | 113 | 65 |
| Binary | 11011111 | 11100001 | 101011 | 1 | 0 | 1010001 | 1100 | 111101 | 1001011 | 110101 |
Color Harmonies of #DFE12B
Complementary color
Monochromatic Colors of #DFE12B
Black with #DFE12B
Text Example
Text Example
White with #DFE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE12B; }
p { color: rgb(223,225,43); }
H1.HeaderClassName
{
color: #DFE12B;
}
.AnyTagClassName
{
color: #DFE12B;
}
</style>
background-color css
<style>
a { background-color: #DFE12B; }
a { background-color: rgb(223,225,43); }
div.DivClassName
{
background-color: #DFE12B;
}
.BgClassName
{
background-color: #DFE12B;
}
</style>
border-color css
<style>
span { border-color: #DFE12B; }
span { border-color: rgb(223,225,43); }
td.TdClassName
{
border-color: #DFE12B;
}
.TagClassName
{
border-color: #DFE12B;
}
</style>