Shades of Golden Fizz #DED824
Tints of Golden Fizz #DED824
RGB
CMYK
RGB Variations
Color information
#DED824 (or 0xDED824) is known color: Golden Fizz. HEX triplet: DE, D8 and 24. RGB value is (222,216,36). Sum of RGB (Red+Green+Blue) = 222+216+36=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DED824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED824 is #2127DB. Grayscale: #C6C6C6. Windows color (decimal): -2172892 or 2414814. OLE color: 2414814.
HSL color Cylindrical-coordinate representation of color #DED824: hue angle of 58.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED824 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 36 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.13 |
| HSL | 58.06º | 0.74% | 0.51% | - |
| HSV(B) | 58.06º | 0.84% | 0.87% | - |
| XYZ | 55 | 64.77 | 11.27 | - |
| YUV | 197.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 36 | 0 | 0.03 | 0.84 | 0.13 | 58.06 | 0.74 | 0.51 |
| Hex | DE | D8 | 24 | 0 | 3 | 54 | D | 3A | 4A | 33 |
| Octal | 336 | 330 | 44 | 0 | 3 | 124 | 15 | 72 | 112 | 63 |
| Binary | 11011110 | 11011000 | 100100 | 0 | 11 | 1010100 | 1101 | 111010 | 1001010 | 110011 |
Color Harmonies of #DED824
Complementary color
Monochromatic Colors of #DED824
Black with #DED824
Text Example
Text Example
White with #DED824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED824; }
p { color: rgb(222,216,36); }
H1.HeaderClassName
{
color: #DED824;
}
.AnyTagClassName
{
color: #DED824;
}
</style>
background-color css
<style>
a { background-color: #DED824; }
a { background-color: rgb(222,216,36); }
div.DivClassName
{
background-color: #DED824;
}
.BgClassName
{
background-color: #DED824;
}
</style>
border-color css
<style>
span { border-color: #DED824; }
span { border-color: rgb(222,216,36); }
td.TdClassName
{
border-color: #DED824;
}
.TagClassName
{
border-color: #DED824;
}
</style>