Shades of Golden Fizz #DFDE26
Tints of Golden Fizz #DFDE26
RGB
CMYK
RGB Variations
Color information
#DFDE26 (or 0xDFDE26) is known color: Golden Fizz. HEX triplet: DF, DE and 26. RGB value is (223,222,38). Sum of RGB (Red+Green+Blue) = 223+222+38=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE26 is #2021D9. Grayscale: #CACACA. Windows color (decimal): -2105818 or 2547423. OLE color: 2547423.
HSL color Cylindrical-coordinate representation of color #DFDE26: hue angle of 59.68º 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 #DFDE26 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 38 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.13 |
| HSL | 59.68º | 0.74% | 0.51% | - |
| HSV(B) | 59.68º | 0.83% | 0.87% | - |
| XYZ | 56.9 | 68.07 | 11.97 | - |
| YUV | 201.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 38 | 0 | 0.00 | 0.83 | 0.13 | 59.68 | 0.74 | 0.51 |
| Hex | DF | DE | 26 | 0 | 0 | 53 | D | 3C | 4A | 33 |
| Octal | 337 | 336 | 46 | 0 | 0 | 123 | 15 | 74 | 112 | 63 |
| Binary | 11011111 | 11011110 | 100110 | 0 | 0 | 1010011 | 1101 | 111100 | 1001010 | 110011 |
Color Harmonies of #DFDE26
Complementary color
Monochromatic Colors of #DFDE26
Black with #DFDE26
Text Example
Text Example
White with #DFDE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE26; }
p { color: rgb(223,222,38); }
H1.HeaderClassName
{
color: #DFDE26;
}
.AnyTagClassName
{
color: #DFDE26;
}
</style>
background-color css
<style>
a { background-color: #DFDE26; }
a { background-color: rgb(223,222,38); }
div.DivClassName
{
background-color: #DFDE26;
}
.BgClassName
{
background-color: #DFDE26;
}
</style>
border-color css
<style>
span { border-color: #DFDE26; }
span { border-color: rgb(223,222,38); }
td.TdClassName
{
border-color: #DFDE26;
}
.TagClassName
{
border-color: #DFDE26;
}
</style>