Shades of Golden Fizz #DEDA24
Tints of Golden Fizz #DEDA24
RGB
CMYK
RGB Variations
Color information
#DEDA24 (or 0xDEDA24) is known color: Golden Fizz. HEX triplet: DE, DA and 24. RGB value is (222,218,36). Sum of RGB (Red+Green+Blue) = 222+218+36=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA24 is #2125DB. Grayscale: #C7C7C7. Windows color (decimal): -2172380 or 2415326. OLE color: 2415326.
HSL color Cylindrical-coordinate representation of color #DEDA24: hue angle of 58.71º 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 #DEDA24 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 36 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.13 |
| HSL | 58.71º | 0.74% | 0.51% | - |
| HSV(B) | 58.71º | 0.84% | 0.87% | - |
| XYZ | 55.51 | 65.8 | 11.44 | - |
| YUV | 198.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 36 | 0 | 0.02 | 0.84 | 0.13 | 58.71 | 0.74 | 0.51 |
| Hex | DE | DA | 24 | 0 | 2 | 54 | D | 3B | 4A | 33 |
| Octal | 336 | 332 | 44 | 0 | 2 | 124 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011010 | 100100 | 0 | 10 | 1010100 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDA24
Complementary color
Monochromatic Colors of #DEDA24
Black with #DEDA24
Text Example
Text Example
White with #DEDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA24; }
p { color: rgb(222,218,36); }
H1.HeaderClassName
{
color: #DEDA24;
}
.AnyTagClassName
{
color: #DEDA24;
}
</style>
background-color css
<style>
a { background-color: #DEDA24; }
a { background-color: rgb(222,218,36); }
div.DivClassName
{
background-color: #DEDA24;
}
.BgClassName
{
background-color: #DEDA24;
}
</style>
border-color css
<style>
span { border-color: #DEDA24; }
span { border-color: rgb(222,218,36); }
td.TdClassName
{
border-color: #DEDA24;
}
.TagClassName
{
border-color: #DEDA24;
}
</style>