Shades of Golden Fizz #DEDC24
Tints of Golden Fizz #DEDC24
RGB
CMYK
RGB Variations
Color information
#DEDC24 (or 0xDEDC24) is known color: Golden Fizz. HEX triplet: DE, DC and 24. RGB value is (222,220,36). Sum of RGB (Red+Green+Blue) = 222+220+36=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC24 is #2123DB. Grayscale: #C8C8C8. Windows color (decimal): -2171868 or 2415838. OLE color: 2415838.
HSL color Cylindrical-coordinate representation of color #DEDC24: hue angle of 59.35º 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 #DEDC24 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.13 |
| HSL | 59.35º | 0.74% | 0.51% | - |
| HSV(B) | 59.35º | 0.84% | 0.87% | - |
| XYZ | 56.04 | 66.84 | 11.62 | - |
| YUV | 199.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 36 | 0 | 0.01 | 0.84 | 0.13 | 59.35 | 0.74 | 0.51 |
| Hex | DE | DC | 24 | 0 | 1 | 54 | D | 3B | 4A | 33 |
| Octal | 336 | 334 | 44 | 0 | 1 | 124 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011100 | 100100 | 0 | 1 | 1010100 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDC24
Complementary color
Monochromatic Colors of #DEDC24
Black with #DEDC24
Text Example
Text Example
White with #DEDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC24; }
p { color: rgb(222,220,36); }
H1.HeaderClassName
{
color: #DEDC24;
}
.AnyTagClassName
{
color: #DEDC24;
}
</style>
background-color css
<style>
a { background-color: #DEDC24; }
a { background-color: rgb(222,220,36); }
div.DivClassName
{
background-color: #DEDC24;
}
.BgClassName
{
background-color: #DEDC24;
}
</style>
border-color css
<style>
span { border-color: #DEDC24; }
span { border-color: rgb(222,220,36); }
td.TdClassName
{
border-color: #DEDC24;
}
.TagClassName
{
border-color: #DEDC24;
}
</style>