Shades of Golden Fizz #DED828
Tints of Golden Fizz #DED828
RGB
CMYK
RGB Variations
Color information
#DED828 (or 0xDED828) is known color: Golden Fizz. HEX triplet: DE, D8 and 28. RGB value is (222,216,40). Sum of RGB (Red+Green+Blue) = 222+216+40=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED828 is #2127D7. Grayscale: #C6C6C6. Windows color (decimal): -2172888 or 2676958. OLE color: 2676958.
HSL color Cylindrical-coordinate representation of color #DED828: hue angle of 58.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DED828 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 40 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.13 |
| HSL | 58.02º | 0.73% | 0.51% | - |
| HSV(B) | 58.02º | 0.82% | 0.87% | - |
| XYZ | 55.06 | 64.79 | 11.61 | - |
| YUV | 197.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 40 | 0 | 0.03 | 0.82 | 0.13 | 58.02 | 0.73 | 0.51 |
| Hex | DE | D8 | 28 | 0 | 3 | 52 | D | 3A | 49 | 33 |
| Octal | 336 | 330 | 50 | 0 | 3 | 122 | 15 | 72 | 111 | 63 |
| Binary | 11011110 | 11011000 | 101000 | 0 | 11 | 1010010 | 1101 | 111010 | 1001001 | 110011 |
Color Harmonies of #DED828
Complementary color
Monochromatic Colors of #DED828
Black with #DED828
Text Example
Text Example
White with #DED828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED828; }
p { color: rgb(222,216,40); }
H1.HeaderClassName
{
color: #DED828;
}
.AnyTagClassName
{
color: #DED828;
}
</style>
background-color css
<style>
a { background-color: #DED828; }
a { background-color: rgb(222,216,40); }
div.DivClassName
{
background-color: #DED828;
}
.BgClassName
{
background-color: #DED828;
}
</style>
border-color css
<style>
span { border-color: #DED828; }
span { border-color: rgb(222,216,40); }
td.TdClassName
{
border-color: #DED828;
}
.TagClassName
{
border-color: #DED828;
}
</style>