Shades of Golden Fizz #DFE126
Tints of Golden Fizz #DFE126
RGB
CMYK
RGB Variations
Color information
#DFE126 (or 0xDFE126) is known color: Golden Fizz. HEX triplet: DF, E1 and 26. RGB value is (223,225,38). Sum of RGB (Red+Green+Blue) = 223+225+38=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE126 is #201ED9. Grayscale: #CBCBCB. Windows color (decimal): -2105050 or 2548191. OLE color: 2548191.
HSL color Cylindrical-coordinate representation of color #DFE126: hue angle of 60.64º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFE126 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 38 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.12 |
| HSL | 60.64º | 0.76% | 0.52% | - |
| HSV(B) | 60.64º | 0.83% | 0.88% | - |
| XYZ | 57.71 | 69.68 | 12.24 | - |
| YUV | 203.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 38 | 0.01 | 0 | 0.83 | 0.12 | 60.64 | 0.76 | 0.52 |
| Hex | DF | E1 | 26 | 1 | 0 | 53 | C | 3D | 4C | 34 |
| Octal | 337 | 341 | 46 | 1 | 0 | 123 | 14 | 75 | 114 | 64 |
| Binary | 11011111 | 11100001 | 100110 | 1 | 0 | 1010011 | 1100 | 111101 | 1001100 | 110100 |
Color Harmonies of #DFE126
Complementary color
Monochromatic Colors of #DFE126
Black with #DFE126
Text Example
Text Example
White with #DFE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE126; }
p { color: rgb(223,225,38); }
H1.HeaderClassName
{
color: #DFE126;
}
.AnyTagClassName
{
color: #DFE126;
}
</style>
background-color css
<style>
a { background-color: #DFE126; }
a { background-color: rgb(223,225,38); }
div.DivClassName
{
background-color: #DFE126;
}
.BgClassName
{
background-color: #DFE126;
}
</style>
border-color css
<style>
span { border-color: #DFE126; }
span { border-color: rgb(223,225,38); }
td.TdClassName
{
border-color: #DFE126;
}
.TagClassName
{
border-color: #DFE126;
}
</style>