Shades of Golden Fizz #DED825
Tints of Golden Fizz #DED825
RGB
CMYK
RGB Variations
Color information
#DED825 (or 0xDED825) is known color: Golden Fizz. HEX triplet: DE, D8 and 25. RGB value is (222,216,37). Sum of RGB (Red+Green+Blue) = 222+216+37=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DED825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED825 is #2127DA. Grayscale: #C6C6C6. Windows color (decimal): -2172891 or 2480350. OLE color: 2480350.
HSL color Cylindrical-coordinate representation of color #DED825: hue angle of 58.05º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DED825 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 37 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.13 |
| HSL | 58.05º | 0.74% | 0.51% | - |
| HSV(B) | 58.05º | 0.83% | 0.87% | - |
| XYZ | 55.01 | 64.77 | 11.35 | - |
| YUV | 197.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 37 | 0 | 0.03 | 0.83 | 0.13 | 58.05 | 0.74 | 0.51 |
| Hex | DE | D8 | 25 | 0 | 3 | 53 | D | 3A | 4A | 33 |
| Octal | 336 | 330 | 45 | 0 | 3 | 123 | 15 | 72 | 112 | 63 |
| Binary | 11011110 | 11011000 | 100101 | 0 | 11 | 1010011 | 1101 | 111010 | 1001010 | 110011 |
Color Harmonies of #DED825
Complementary color
Monochromatic Colors of #DED825
Black with #DED825
Text Example
Text Example
White with #DED825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED825; }
p { color: rgb(222,216,37); }
H1.HeaderClassName
{
color: #DED825;
}
.AnyTagClassName
{
color: #DED825;
}
</style>
background-color css
<style>
a { background-color: #DED825; }
a { background-color: rgb(222,216,37); }
div.DivClassName
{
background-color: #DED825;
}
.BgClassName
{
background-color: #DED825;
}
</style>
border-color css
<style>
span { border-color: #DED825; }
span { border-color: rgb(222,216,37); }
td.TdClassName
{
border-color: #DED825;
}
.TagClassName
{
border-color: #DED825;
}
</style>