Shades of Golden Fizz #DFDE21
Tints of Golden Fizz #DFDE21
RGB
CMYK
RGB Variations
Color information
#DFDE21 (or 0xDFDE21) is known color: Golden Fizz. HEX triplet: DF, DE and 21. RGB value is (223,222,33). Sum of RGB (Red+Green+Blue) = 223+222+33=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE21 is #2021DE. Grayscale: #C9C9C9. Windows color (decimal): -2105823 or 2219743. OLE color: 2219743.
HSL color Cylindrical-coordinate representation of color #DFDE21: hue angle of 59.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFDE21 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 33 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.13 |
| HSL | 59.68º | 0.75% | 0.5% | - |
| HSV(B) | 59.68º | 0.85% | 0.87% | - |
| XYZ | 56.83 | 68.04 | 11.58 | - |
| YUV | 200.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 33 | 0 | 0.00 | 0.85 | 0.13 | 59.68 | 0.75 | 0.5 |
| Hex | DF | DE | 21 | 0 | 0 | 55 | D | 3C | 4B | 32 |
| Octal | 337 | 336 | 41 | 0 | 0 | 125 | 15 | 74 | 113 | 62 |
| Binary | 11011111 | 11011110 | 100001 | 0 | 0 | 1010101 | 1101 | 111100 | 1001011 | 110010 |
Color Harmonies of #DFDE21
Complementary color
Monochromatic Colors of #DFDE21
Black with #DFDE21
Text Example
Text Example
White with #DFDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE21; }
p { color: rgb(223,222,33); }
H1.HeaderClassName
{
color: #DFDE21;
}
.AnyTagClassName
{
color: #DFDE21;
}
</style>
background-color css
<style>
a { background-color: #DFDE21; }
a { background-color: rgb(223,222,33); }
div.DivClassName
{
background-color: #DFDE21;
}
.BgClassName
{
background-color: #DFDE21;
}
</style>
border-color css
<style>
span { border-color: #DFDE21; }
span { border-color: rgb(223,222,33); }
td.TdClassName
{
border-color: #DFDE21;
}
.TagClassName
{
border-color: #DFDE21;
}
</style>