Shades of Golden Fizz #DEDB26
Tints of Golden Fizz #DEDB26
RGB
CMYK
RGB Variations
Color information
#DEDB26 (or 0xDEDB26) is known color: Golden Fizz. HEX triplet: DE, DB and 26. RGB value is (222,219,38). Sum of RGB (Red+Green+Blue) = 222+219+38=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 38 (15.23% from 255 or 7.93% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB26 is #2124D9. Grayscale: #C7C7C7. Windows color (decimal): -2172122 or 2546654. OLE color: 2546654.
HSL color Cylindrical-coordinate representation of color #DEDB26: hue angle of 59.02º 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 #DEDB26 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 38 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.13 |
| HSL | 59.02º | 0.74% | 0.51% | - |
| HSV(B) | 59.02º | 0.83% | 0.87% | - |
| XYZ | 55.81 | 66.33 | 11.7 | - |
| YUV | 199.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 38 | 0 | 0.01 | 0.83 | 0.13 | 59.02 | 0.74 | 0.51 |
| Hex | DE | DB | 26 | 0 | 1 | 53 | D | 3B | 4A | 33 |
| Octal | 336 | 333 | 46 | 0 | 1 | 123 | 15 | 73 | 112 | 63 |
| Binary | 11011110 | 11011011 | 100110 | 0 | 1 | 1010011 | 1101 | 111011 | 1001010 | 110011 |
Color Harmonies of #DEDB26
Complementary color
Monochromatic Colors of #DEDB26
Black with #DEDB26
Text Example
Text Example
White with #DEDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB26; }
p { color: rgb(222,219,38); }
H1.HeaderClassName
{
color: #DEDB26;
}
.AnyTagClassName
{
color: #DEDB26;
}
</style>
background-color css
<style>
a { background-color: #DEDB26; }
a { background-color: rgb(222,219,38); }
div.DivClassName
{
background-color: #DEDB26;
}
.BgClassName
{
background-color: #DEDB26;
}
</style>
border-color css
<style>
span { border-color: #DEDB26; }
span { border-color: rgb(222,219,38); }
td.TdClassName
{
border-color: #DEDB26;
}
.TagClassName
{
border-color: #DEDB26;
}
</style>