Shades of Golden Fizz #DEDC22
Tints of Golden Fizz #DEDC22
RGB
CMYK
RGB Variations
Color information
#DEDC22 (or 0xDEDC22) is known color: Golden Fizz. HEX triplet: DE, DC and 22. RGB value is (222,220,34). Sum of RGB (Red+Green+Blue) = 222+220+34=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC22 is #2123DD. Grayscale: #C8C8C8. Windows color (decimal): -2171870 or 2284766. OLE color: 2284766.
HSL color Cylindrical-coordinate representation of color #DEDC22: hue angle of 59.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEDC22 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 34 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.13 |
| HSL | 59.36º | 0.74% | 0.5% | - |
| HSV(B) | 59.36º | 0.85% | 0.87% | - |
| XYZ | 56.01 | 66.83 | 11.46 | - |
| YUV | 199.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 34 | 0 | 0.01 | 0.85 | 0.13 | 59.36 | 0.74 | 0.5 |
| Hex | DE | DC | 22 | 0 | 1 | 55 | D | 3B | 4A | 32 |
| Octal | 336 | 334 | 42 | 0 | 1 | 125 | 15 | 73 | 112 | 62 |
| Binary | 11011110 | 11011100 | 100010 | 0 | 1 | 1010101 | 1101 | 111011 | 1001010 | 110010 |
Color Harmonies of #DEDC22
Complementary color
Monochromatic Colors of #DEDC22
Black with #DEDC22
Text Example
Text Example
White with #DEDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC22; }
p { color: rgb(222,220,34); }
H1.HeaderClassName
{
color: #DEDC22;
}
.AnyTagClassName
{
color: #DEDC22;
}
</style>
background-color css
<style>
a { background-color: #DEDC22; }
a { background-color: rgb(222,220,34); }
div.DivClassName
{
background-color: #DEDC22;
}
.BgClassName
{
background-color: #DEDC22;
}
</style>
border-color css
<style>
span { border-color: #DEDC22; }
span { border-color: rgb(222,220,34); }
td.TdClassName
{
border-color: #DEDC22;
}
.TagClassName
{
border-color: #DEDC22;
}
</style>