Shades of Golden Fizz #DED52A
Tints of Golden Fizz #DED52A
RGB
CMYK
RGB Variations
Color information
#DED52A (or 0xDED52A) is known color: Golden Fizz. HEX triplet: DE, D5 and 2A. RGB value is (222,213,42). Sum of RGB (Red+Green+Blue) = 222+213+42=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DED52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED52A is #212AD5. Grayscale: #C4C4C4. Windows color (decimal): -2173654 or 2807262. OLE color: 2807262.
HSL color Cylindrical-coordinate representation of color #DED52A: hue angle of 57º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DED52A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 42 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.13 |
| HSL | 57º | 0.73% | 0.52% | - |
| HSV(B) | 57º | 0.81% | 0.87% | - |
| XYZ | 54.34 | 63.29 | 11.54 | - |
| YUV | 196.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 42 | 0 | 0.04 | 0.81 | 0.13 | 57 | 0.73 | 0.52 |
| Hex | DE | D5 | 2A | 0 | 4 | 51 | D | 39 | 49 | 34 |
| Octal | 336 | 325 | 52 | 0 | 4 | 121 | 15 | 71 | 111 | 64 |
| Binary | 11011110 | 11010101 | 101010 | 0 | 100 | 1010001 | 1101 | 111001 | 1001001 | 110100 |
Color Harmonies of #DED52A
Complementary color
Monochromatic Colors of #DED52A
Black with #DED52A
Text Example
Text Example
White with #DED52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED52A; }
p { color: rgb(222,213,42); }
H1.HeaderClassName
{
color: #DED52A;
}
.AnyTagClassName
{
color: #DED52A;
}
</style>
background-color css
<style>
a { background-color: #DED52A; }
a { background-color: rgb(222,213,42); }
div.DivClassName
{
background-color: #DED52A;
}
.BgClassName
{
background-color: #DED52A;
}
</style>
border-color css
<style>
span { border-color: #DED52A; }
span { border-color: rgb(222,213,42); }
td.TdClassName
{
border-color: #DED52A;
}
.TagClassName
{
border-color: #DED52A;
}
</style>