Shades of Golden Fizz #DFE323
Tints of Golden Fizz #DFE323
RGB
CMYK
RGB Variations
Color information
#DFE323 (or 0xDFE323) is known color: Golden Fizz. HEX triplet: DF, E3 and 23. RGB value is (223,227,35). Sum of RGB (Red+Green+Blue) = 223+227+35=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE323 is #201CDC. Grayscale: #CCCCCC. Windows color (decimal): -2104541 or 2352095. OLE color: 2352095.
HSL color Cylindrical-coordinate representation of color #DFE323: hue angle of 61.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFE323 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 35 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.11 |
| HSL | 61.25º | 0.77% | 0.51% | - |
| HSV(B) | 61.25º | 0.85% | 0.89% | - |
| XYZ | 58.2 | 70.75 | 12.18 | - |
| YUV | 203.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 35 | 0.02 | 0 | 0.85 | 0.11 | 61.25 | 0.77 | 0.51 |
| Hex | DF | E3 | 23 | 2 | 0 | 55 | B | 3D | 4D | 33 |
| Octal | 337 | 343 | 43 | 2 | 0 | 125 | 13 | 75 | 115 | 63 |
| Binary | 11011111 | 11100011 | 100011 | 10 | 0 | 1010101 | 1011 | 111101 | 1001101 | 110011 |
Color Harmonies of #DFE323
Complementary color
Monochromatic Colors of #DFE323
Black with #DFE323
Text Example
Text Example
White with #DFE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE323; }
p { color: rgb(223,227,35); }
H1.HeaderClassName
{
color: #DFE323;
}
.AnyTagClassName
{
color: #DFE323;
}
</style>
background-color css
<style>
a { background-color: #DFE323; }
a { background-color: rgb(223,227,35); }
div.DivClassName
{
background-color: #DFE323;
}
.BgClassName
{
background-color: #DFE323;
}
</style>
border-color css
<style>
span { border-color: #DFE323; }
span { border-color: rgb(223,227,35); }
td.TdClassName
{
border-color: #DFE323;
}
.TagClassName
{
border-color: #DFE323;
}
</style>