Shades of Golden Fizz #DED12B
Tints of Golden Fizz #DED12B
RGB
CMYK
RGB Variations
Color information
#DED12B (or 0xDED12B) is known color: Golden Fizz. HEX triplet: DE, D1 and 2B. RGB value is (222,209,43). Sum of RGB (Red+Green+Blue) = 222+209+43=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DED12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED12B is #212ED4. Grayscale: #C2C2C2. Windows color (decimal): -2174677 or 2871774. OLE color: 2871774.
HSL color Cylindrical-coordinate representation of color #DED12B: hue angle of 55.64º 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 #DED12B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 43 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.64º | 0.73% | 0.52% | - |
| HSV(B) | 55.64º | 0.81% | 0.87% | - |
| XYZ | 53.36 | 61.3 | 11.31 | - |
| YUV | 193.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 43 | 0 | 0.06 | 0.81 | 0.13 | 55.64 | 0.73 | 0.52 |
| Hex | DE | D1 | 2B | 0 | 6 | 51 | D | 38 | 49 | 34 |
| Octal | 336 | 321 | 53 | 0 | 6 | 121 | 15 | 70 | 111 | 64 |
| Binary | 11011110 | 11010001 | 101011 | 0 | 110 | 1010001 | 1101 | 111000 | 1001001 | 110100 |
Color Harmonies of #DED12B
Complementary color
Monochromatic Colors of #DED12B
Black with #DED12B
Text Example
Text Example
White with #DED12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED12B; }
p { color: rgb(222,209,43); }
H1.HeaderClassName
{
color: #DED12B;
}
.AnyTagClassName
{
color: #DED12B;
}
</style>
background-color css
<style>
a { background-color: #DED12B; }
a { background-color: rgb(222,209,43); }
div.DivClassName
{
background-color: #DED12B;
}
.BgClassName
{
background-color: #DED12B;
}
</style>
border-color css
<style>
span { border-color: #DED12B; }
span { border-color: rgb(222,209,43); }
td.TdClassName
{
border-color: #DED12B;
}
.TagClassName
{
border-color: #DED12B;
}
</style>