Shades of Golden Fizz #DFE322
Tints of Golden Fizz #DFE322
RGB
CMYK
RGB Variations
Color information
#DFE322 (or 0xDFE322) is known color: Golden Fizz. HEX triplet: DF, E3 and 22. RGB value is (223,227,34). Sum of RGB (Red+Green+Blue) = 223+227+34=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE322 is #201CDD. Grayscale: #CCCCCC. Windows color (decimal): -2104542 or 2286559. OLE color: 2286559.
HSL color Cylindrical-coordinate representation of color #DFE322: hue angle of 61.24º degrees, saturation: 0.78, 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 #DFE322 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 34 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.11 |
| HSL | 61.24º | 0.78% | 0.51% | - |
| HSV(B) | 61.24º | 0.85% | 0.89% | - |
| XYZ | 58.19 | 70.74 | 12.1 | - |
| YUV | 203.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 34 | 0.02 | 0 | 0.85 | 0.11 | 61.24 | 0.78 | 0.51 |
| Hex | DF | E3 | 22 | 2 | 0 | 55 | B | 3D | 4E | 33 |
| Octal | 337 | 343 | 42 | 2 | 0 | 125 | 13 | 75 | 116 | 63 |
| Binary | 11011111 | 11100011 | 100010 | 10 | 0 | 1010101 | 1011 | 111101 | 1001110 | 110011 |
Color Harmonies of #DFE322
Complementary color
Monochromatic Colors of #DFE322
Black with #DFE322
Text Example
Text Example
White with #DFE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE322; }
p { color: rgb(223,227,34); }
H1.HeaderClassName
{
color: #DFE322;
}
.AnyTagClassName
{
color: #DFE322;
}
</style>
background-color css
<style>
a { background-color: #DFE322; }
a { background-color: rgb(223,227,34); }
div.DivClassName
{
background-color: #DFE322;
}
.BgClassName
{
background-color: #DFE322;
}
</style>
border-color css
<style>
span { border-color: #DFE322; }
span { border-color: rgb(223,227,34); }
td.TdClassName
{
border-color: #DFE322;
}
.TagClassName
{
border-color: #DFE322;
}
</style>