Shades of Golden Fizz #DED923
Tints of Golden Fizz #DED923
RGB
CMYK
RGB Variations
Color information
#DED923 (or 0xDED923) is known color: Golden Fizz. HEX triplet: DE, D9 and 23. RGB value is (222,217,35). Sum of RGB (Red+Green+Blue) = 222+217+35=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 35 (14.06% from 255 or 7.38% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DED923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED923 is #2126DC. Grayscale: #C6C6C6. Windows color (decimal): -2172637 or 2349534. OLE color: 2349534.
HSL color Cylindrical-coordinate representation of color #DED923: 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.84%. Process color model (Four color, CMYK) of #DED923 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 35 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.13 |
| HSL | 58.4º | 0.74% | 0.5% | - |
| HSV(B) | 58.4º | 0.84% | 0.87% | - |
| XYZ | 55.24 | 65.28 | 11.28 | - |
| YUV | 197.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 35 | 0 | 0.02 | 0.84 | 0.13 | 58.4 | 0.74 | 0.5 |
| Hex | DE | D9 | 23 | 0 | 2 | 54 | D | 3A | 4A | 32 |
| Octal | 336 | 331 | 43 | 0 | 2 | 124 | 15 | 72 | 112 | 62 |
| Binary | 11011110 | 11011001 | 100011 | 0 | 10 | 1010100 | 1101 | 111010 | 1001010 | 110010 |
Color Harmonies of #DED923
Complementary color
Monochromatic Colors of #DED923
Black with #DED923
Text Example
Text Example
White with #DED923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED923; }
p { color: rgb(222,217,35); }
H1.HeaderClassName
{
color: #DED923;
}
.AnyTagClassName
{
color: #DED923;
}
</style>
background-color css
<style>
a { background-color: #DED923; }
a { background-color: rgb(222,217,35); }
div.DivClassName
{
background-color: #DED923;
}
.BgClassName
{
background-color: #DED923;
}
</style>
border-color css
<style>
span { border-color: #DED923; }
span { border-color: rgb(222,217,35); }
td.TdClassName
{
border-color: #DED923;
}
.TagClassName
{
border-color: #DED923;
}
</style>