Shades of Golden Fizz #DEDA26
Tints of Golden Fizz #DEDA26
RGB
CMYK
RGB Variations
Color information
#DEDA26 (or 0xDEDA26) is known color: Golden Fizz. HEX triplet: DE, DA and 26. RGB value is (222,218,38). Sum of RGB (Red+Green+Blue) = 222+218+38=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA26 is #2125D9. Grayscale: #C7C7C7. Windows color (decimal): -2172378 or 2546398. OLE color: 2546398.
HSL color Cylindrical-coordinate representation of color #DEDA26: hue angle of 58.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEDA26 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 38 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.13 |
| HSL | 58.7º | 0.74% | 0.51% | - |
| HSV(B) | 58.7º | 0.83% | 0.87% | - |
| XYZ | 55.55 | 65.81 | 11.61 | - |
| YUV | 198.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 38 | 0 | 0.02 | 0.83 | 0.13 | 58.7 | 0.74 | 0.51 |
| Hex | DE | DA | 26 | 0 | 2 | 53 | D | 3B | 4A | 33 |
| Octal | 336 | 332 | 46 | 0 | 2 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011010 | 100110 | 0 | 10 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDA26
Complementary color
Monochromatic Colors of #DEDA26
Black with #DEDA26
Text Example
Text Example
White with #DEDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA26; }
p { color: rgb(222,218,38); }
H1.HeaderClassName
{
color: #DEDA26;
}
.AnyTagClassName
{
color: #DEDA26;
}
</style>
background-color css
<style>
a { background-color: #DEDA26; }
a { background-color: rgb(222,218,38); }
div.DivClassName
{
background-color: #DEDA26;
}
.BgClassName
{
background-color: #DEDA26;
}
</style>
border-color css
<style>
span { border-color: #DEDA26; }
span { border-color: rgb(222,218,38); }
td.TdClassName
{
border-color: #DEDA26;
}
.TagClassName
{
border-color: #DEDA26;
}
</style>