Shades of Golden Fizz #DEDC23
Tints of Golden Fizz #DEDC23
RGB
CMYK
RGB Variations
Color information
#DEDC23 (or 0xDEDC23) is known color: Golden Fizz. HEX triplet: DE, DC and 23. RGB value is (222,220,35). Sum of RGB (Red+Green+Blue) = 222+220+35=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 35 (14.06% from 255 or 7.34% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC23 is #2123DC. Grayscale: #C8C8C8. Windows color (decimal): -2171869 or 2350302. OLE color: 2350302.
HSL color Cylindrical-coordinate representation of color #DEDC23: 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.84%. Process color model (Four color, CMYK) of #DEDC23 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 35 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.13 |
| HSL | 59.36º | 0.74% | 0.5% | - |
| HSV(B) | 59.36º | 0.84% | 0.87% | - |
| XYZ | 56.02 | 66.84 | 11.54 | - |
| YUV | 199.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 35 | 0 | 0.01 | 0.84 | 0.13 | 59.36 | 0.74 | 0.5 |
| Hex | DE | DC | 23 | 0 | 1 | 54 | D | 3B | 4A | 32 |
| Octal | 336 | 334 | 43 | 0 | 1 | 124 | 15 | 73 | 112 | 62 |
| Binary | 11011110 | 11011100 | 100011 | 0 | 1 | 1010100 | 1101 | 111011 | 1001010 | 110010 |
Color Harmonies of #DEDC23
Complementary color
Monochromatic Colors of #DEDC23
Black with #DEDC23
Text Example
Text Example
White with #DEDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC23; }
p { color: rgb(222,220,35); }
H1.HeaderClassName
{
color: #DEDC23;
}
.AnyTagClassName
{
color: #DEDC23;
}
</style>
background-color css
<style>
a { background-color: #DEDC23; }
a { background-color: rgb(222,220,35); }
div.DivClassName
{
background-color: #DEDC23;
}
.BgClassName
{
background-color: #DEDC23;
}
</style>
border-color css
<style>
span { border-color: #DEDC23; }
span { border-color: rgb(222,220,35); }
td.TdClassName
{
border-color: #DEDC23;
}
.TagClassName
{
border-color: #DEDC23;
}
</style>