Shades of Golden Fizz #DED927
Tints of Golden Fizz #DED927
RGB
CMYK
RGB Variations
Color information
#DED927 (or 0xDED927) is known color: Golden Fizz. HEX triplet: DE, D9 and 27. RGB value is (222,217,39). Sum of RGB (Red+Green+Blue) = 222+217+39=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED927 is #2126D8. Grayscale: #C6C6C6. Windows color (decimal): -2172633 or 2611678. OLE color: 2611678.
HSL color Cylindrical-coordinate representation of color #DED927: hue angle of 58.36º 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 #DED927 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.13 |
| HSL | 58.36º | 0.73% | 0.51% | - |
| HSV(B) | 58.36º | 0.82% | 0.87% | - |
| XYZ | 55.3 | 65.3 | 11.61 | - |
| YUV | 198.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 39 | 0 | 0.02 | 0.82 | 0.13 | 58.36 | 0.73 | 0.51 |
| Hex | DE | D9 | 27 | 0 | 2 | 52 | D | 3A | 49 | 33 |
| Octal | 336 | 331 | 47 | 0 | 2 | 122 | 15 | 72 | 111 | 63 |
| Binary | 11011110 | 11011001 | 100111 | 0 | 10 | 1010010 | 1101 | 111010 | 1001001 | 110011 |
Color Harmonies of #DED927
Complementary color
Monochromatic Colors of #DED927
Black with #DED927
Text Example
Text Example
White with #DED927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED927; }
p { color: rgb(222,217,39); }
H1.HeaderClassName
{
color: #DED927;
}
.AnyTagClassName
{
color: #DED927;
}
</style>
background-color css
<style>
a { background-color: #DED927; }
a { background-color: rgb(222,217,39); }
div.DivClassName
{
background-color: #DED927;
}
.BgClassName
{
background-color: #DED927;
}
</style>
border-color css
<style>
span { border-color: #DED927; }
span { border-color: rgb(222,217,39); }
td.TdClassName
{
border-color: #DED927;
}
.TagClassName
{
border-color: #DED927;
}
</style>