Shades of Golden Fizz #DEDA20
Tints of Golden Fizz #DEDA20
RGB
CMYK
RGB Variations
Color information
#DEDA20 (or 0xDEDA20) is known color: Golden Fizz. HEX triplet: DE, DA and 20. RGB value is (222,218,32). Sum of RGB (Red+Green+Blue) = 222+218+32=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA20 is #2125DF. Grayscale: #C6C6C6. Windows color (decimal): -2172384 or 2153182. OLE color: 2153182.
HSL color Cylindrical-coordinate representation of color #DEDA20: hue angle of 58.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEDA20 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.74º | 0.75% | 0.5% | - |
| HSV(B) | 58.74º | 0.86% | 0.87% | - |
| XYZ | 55.46 | 65.78 | 11.14 | - |
| YUV | 197.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 32 | 0 | 0.02 | 0.86 | 0.13 | 58.74 | 0.75 | 0.5 |
| Hex | DE | DA | 20 | 0 | 2 | 56 | D | 3B | 4B | 32 |
| Octal | 336 | 332 | 40 | 0 | 2 | 126 | 15 | 73 | 113 | 62 |
| Binary | 11011110 | 11011010 | 100000 | 0 | 10 | 1010110 | 1101 | 111011 | 1001011 | 110010 |
Color Harmonies of #DEDA20
Complementary color
Monochromatic Colors of #DEDA20
Black with #DEDA20
Text Example
Text Example
White with #DEDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA20; }
p { color: rgb(222,218,32); }
H1.HeaderClassName
{
color: #DEDA20;
}
.AnyTagClassName
{
color: #DEDA20;
}
</style>
background-color css
<style>
a { background-color: #DEDA20; }
a { background-color: rgb(222,218,32); }
div.DivClassName
{
background-color: #DEDA20;
}
.BgClassName
{
background-color: #DEDA20;
}
</style>
border-color css
<style>
span { border-color: #DEDA20; }
span { border-color: rgb(222,218,32); }
td.TdClassName
{
border-color: #DEDA20;
}
.TagClassName
{
border-color: #DEDA20;
}
</style>