Shades of Golden Fizz #DFE226
Tints of Golden Fizz #DFE226
RGB
CMYK
RGB Variations
Color information
#DFE226 (or 0xDFE226) is known color: Golden Fizz. HEX triplet: DF, E2 and 26. RGB value is (223,226,38). Sum of RGB (Red+Green+Blue) = 223+226+38=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE226 is #201DD9. Grayscale: #CCCCCC. Windows color (decimal): -2104794 or 2548447. OLE color: 2548447.
HSL color Cylindrical-coordinate representation of color #DFE226: hue angle of 60.96º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFE226 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 38 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.11 |
| HSL | 60.96º | 0.76% | 0.52% | - |
| HSV(B) | 60.96º | 0.83% | 0.89% | - |
| XYZ | 57.98 | 70.22 | 12.33 | - |
| YUV | 203.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 38 | 0.01 | 0 | 0.83 | 0.11 | 60.96 | 0.76 | 0.52 |
| Hex | DF | E2 | 26 | 1 | 0 | 53 | B | 3D | 4C | 34 |
| Octal | 337 | 342 | 46 | 1 | 0 | 123 | 13 | 75 | 114 | 64 |
| Binary | 11011111 | 11100010 | 100110 | 1 | 0 | 1010011 | 1011 | 111101 | 1001100 | 110100 |
Color Harmonies of #DFE226
Complementary color
Monochromatic Colors of #DFE226
Black with #DFE226
Text Example
Text Example
White with #DFE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE226; }
p { color: rgb(223,226,38); }
H1.HeaderClassName
{
color: #DFE226;
}
.AnyTagClassName
{
color: #DFE226;
}
</style>
background-color css
<style>
a { background-color: #DFE226; }
a { background-color: rgb(223,226,38); }
div.DivClassName
{
background-color: #DFE226;
}
.BgClassName
{
background-color: #DFE226;
}
</style>
border-color css
<style>
span { border-color: #DFE226; }
span { border-color: rgb(223,226,38); }
td.TdClassName
{
border-color: #DFE226;
}
.TagClassName
{
border-color: #DFE226;
}
</style>