Shades of Golden Fizz #DED921
Tints of Golden Fizz #DED921
RGB
CMYK
RGB Variations
Color information
#DED921 (or 0xDED921) is known color: Golden Fizz. HEX triplet: DE, D9 and 21. RGB value is (222,217,33). Sum of RGB (Red+Green+Blue) = 222+217+33=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DED921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED921 is #2126DE. Grayscale: #C6C6C6. Windows color (decimal): -2172639 or 2218462. OLE color: 2218462.
HSL color Cylindrical-coordinate representation of color #DED921: hue angle of 58.41º 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 #DED921 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 33 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.13 |
| HSL | 58.41º | 0.74% | 0.5% | - |
| HSV(B) | 58.41º | 0.85% | 0.87% | - |
| XYZ | 55.21 | 65.27 | 11.13 | - |
| YUV | 197.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 33 | 0 | 0.02 | 0.85 | 0.13 | 58.41 | 0.74 | 0.5 |
| Hex | DE | D9 | 21 | 0 | 2 | 55 | D | 3A | 4A | 32 |
| Octal | 336 | 331 | 41 | 0 | 2 | 125 | 15 | 72 | 112 | 62 |
| Binary | 11011110 | 11011001 | 100001 | 0 | 10 | 1010101 | 1101 | 111010 | 1001010 | 110010 |
Color Harmonies of #DED921
Complementary color
Monochromatic Colors of #DED921
Black with #DED921
Text Example
Text Example
White with #DED921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED921; }
p { color: rgb(222,217,33); }
H1.HeaderClassName
{
color: #DED921;
}
.AnyTagClassName
{
color: #DED921;
}
</style>
background-color css
<style>
a { background-color: #DED921; }
a { background-color: rgb(222,217,33); }
div.DivClassName
{
background-color: #DED921;
}
.BgClassName
{
background-color: #DED921;
}
</style>
border-color css
<style>
span { border-color: #DED921; }
span { border-color: rgb(222,217,33); }
td.TdClassName
{
border-color: #DED921;
}
.TagClassName
{
border-color: #DED921;
}
</style>