Shades of Golden Fizz #DEDA23
Tints of Golden Fizz #DEDA23
RGB
CMYK
RGB Variations
Color information
#DEDA23 (or 0xDEDA23) is known color: Golden Fizz. HEX triplet: DE, DA and 23. RGB value is (222,218,35). Sum of RGB (Red+Green+Blue) = 222+218+35=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 35 (14.06% from 255 or 7.37% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA23 is #2125DC. Grayscale: #C7C7C7. Windows color (decimal): -2172381 or 2349790. OLE color: 2349790.
HSL color Cylindrical-coordinate representation of color #DEDA23: hue angle of 58.72º 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 #DEDA23 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 35 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.13 |
| HSL | 58.72º | 0.74% | 0.5% | - |
| HSV(B) | 58.72º | 0.84% | 0.87% | - |
| XYZ | 55.5 | 65.79 | 11.36 | - |
| YUV | 198.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 35 | 0 | 0.02 | 0.84 | 0.13 | 58.72 | 0.74 | 0.5 |
| Hex | DE | DA | 23 | 0 | 2 | 54 | D | 3B | 4A | 32 |
| Octal | 336 | 332 | 43 | 0 | 2 | 124 | 15 | 73 | 112 | 62 |
| Binary | 11011110 | 11011010 | 100011 | 0 | 10 | 1010100 | 1101 | 111011 | 1001010 | 110010 |
Color Harmonies of #DEDA23
Complementary color
Monochromatic Colors of #DEDA23
Black with #DEDA23
Text Example
Text Example
White with #DEDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA23; }
p { color: rgb(222,218,35); }
H1.HeaderClassName
{
color: #DEDA23;
}
.AnyTagClassName
{
color: #DEDA23;
}
</style>
background-color css
<style>
a { background-color: #DEDA23; }
a { background-color: rgb(222,218,35); }
div.DivClassName
{
background-color: #DEDA23;
}
.BgClassName
{
background-color: #DEDA23;
}
</style>
border-color css
<style>
span { border-color: #DEDA23; }
span { border-color: rgb(222,218,35); }
td.TdClassName
{
border-color: #DEDA23;
}
.TagClassName
{
border-color: #DEDA23;
}
</style>