Shades of Golden Fizz #DED922
Tints of Golden Fizz #DED922
RGB
CMYK
RGB Variations
Color information
#DED922 (or 0xDED922) is known color: Golden Fizz. HEX triplet: DE, D9 and 22. RGB value is (222,217,34). Sum of RGB (Red+Green+Blue) = 222+217+34=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 34 (13.67% from 255 or 7.19% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DED922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED922 is #2126DD. Grayscale: #C6C6C6. Windows color (decimal): -2172638 or 2283998. OLE color: 2283998.
HSL color Cylindrical-coordinate representation of color #DED922: hue angle of 58.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DED922 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.13 |
| HSL | 58.4º | 0.74% | 0.5% | - |
| HSV(B) | 58.4º | 0.85% | 0.87% | - |
| XYZ | 55.23 | 65.27 | 11.2 | - |
| YUV | 197.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 34 | 0 | 0.02 | 0.85 | 0.13 | 58.4 | 0.74 | 0.5 |
| Hex | DE | D9 | 22 | 0 | 2 | 55 | D | 3A | 4A | 32 |
| Octal | 336 | 331 | 42 | 0 | 2 | 125 | 15 | 72 | 112 | 62 |
| Binary | 11011110 | 11011001 | 100010 | 0 | 10 | 1010101 | 1101 | 111010 | 1001010 | 110010 |
Color Harmonies of #DED922
Complementary color
Monochromatic Colors of #DED922
Black with #DED922
Text Example
Text Example
White with #DED922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED922; }
p { color: rgb(222,217,34); }
H1.HeaderClassName
{
color: #DED922;
}
.AnyTagClassName
{
color: #DED922;
}
</style>
background-color css
<style>
a { background-color: #DED922; }
a { background-color: rgb(222,217,34); }
div.DivClassName
{
background-color: #DED922;
}
.BgClassName
{
background-color: #DED922;
}
</style>
border-color css
<style>
span { border-color: #DED922; }
span { border-color: rgb(222,217,34); }
td.TdClassName
{
border-color: #DED922;
}
.TagClassName
{
border-color: #DED922;
}
</style>