Shades of Golden Fizz #DED229
Tints of Golden Fizz #DED229
RGB
CMYK
RGB Variations
Color information
#DED229 (or 0xDED229) is known color: Golden Fizz. HEX triplet: DE, D2 and 29. RGB value is (222,210,41). Sum of RGB (Red+Green+Blue) = 222+210+41=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DED229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED229 is #212DD6. Grayscale: #C3C3C3. Windows color (decimal): -2174423 or 2740958. OLE color: 2740958.
HSL color Cylindrical-coordinate representation of color #DED229: hue angle of 56.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DED229 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 41 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.13 |
| HSL | 56.02º | 0.73% | 0.52% | - |
| HSV(B) | 56.02º | 0.82% | 0.87% | - |
| XYZ | 53.57 | 61.78 | 11.2 | - |
| YUV | 194.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 41 | 0 | 0.05 | 0.82 | 0.13 | 56.02 | 0.73 | 0.52 |
| Hex | DE | D2 | 29 | 0 | 5 | 52 | D | 38 | 49 | 34 |
| Octal | 336 | 322 | 51 | 0 | 5 | 122 | 15 | 70 | 111 | 64 |
| Binary | 11011110 | 11010010 | 101001 | 0 | 101 | 1010010 | 1101 | 111000 | 1001001 | 110100 |
Color Harmonies of #DED229
Complementary color
Monochromatic Colors of #DED229
Black with #DED229
Text Example
Text Example
White with #DED229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED229; }
p { color: rgb(222,210,41); }
H1.HeaderClassName
{
color: #DED229;
}
.AnyTagClassName
{
color: #DED229;
}
</style>
background-color css
<style>
a { background-color: #DED229; }
a { background-color: rgb(222,210,41); }
div.DivClassName
{
background-color: #DED229;
}
.BgClassName
{
background-color: #DED229;
}
</style>
border-color css
<style>
span { border-color: #DED229; }
span { border-color: rgb(222,210,41); }
td.TdClassName
{
border-color: #DED229;
}
.TagClassName
{
border-color: #DED229;
}
</style>