Shades of Golden Fizz #DFDE23
Tints of Golden Fizz #DFDE23
RGB
CMYK
RGB Variations
Color information
#DFDE23 (or 0xDFDE23) is known color: Golden Fizz. HEX triplet: DF, DE and 23. RGB value is (223,222,35). Sum of RGB (Red+Green+Blue) = 223+222+35=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE23 is #2021DC. Grayscale: #C9C9C9. Windows color (decimal): -2105821 or 2350815. OLE color: 2350815.
HSL color Cylindrical-coordinate representation of color #DFDE23: hue angle of 59.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFDE23 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 35 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.13 |
| HSL | 59.68º | 0.75% | 0.51% | - |
| HSV(B) | 59.68º | 0.84% | 0.87% | - |
| XYZ | 56.86 | 68.05 | 11.73 | - |
| YUV | 200.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 35 | 0 | 0.00 | 0.84 | 0.13 | 59.68 | 0.75 | 0.51 |
| Hex | DF | DE | 23 | 0 | 0 | 54 | D | 3C | 4B | 33 |
| Octal | 337 | 336 | 43 | 0 | 0 | 124 | 15 | 74 | 113 | 63 |
| Binary | 11011111 | 11011110 | 100011 | 0 | 0 | 1010100 | 1101 | 111100 | 1001011 | 110011 |
Color Harmonies of #DFDE23
Complementary color
Monochromatic Colors of #DFDE23
Black with #DFDE23
Text Example
Text Example
White with #DFDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE23; }
p { color: rgb(223,222,35); }
H1.HeaderClassName
{
color: #DFDE23;
}
.AnyTagClassName
{
color: #DFDE23;
}
</style>
background-color css
<style>
a { background-color: #DFDE23; }
a { background-color: rgb(223,222,35); }
div.DivClassName
{
background-color: #DFDE23;
}
.BgClassName
{
background-color: #DFDE23;
}
</style>
border-color css
<style>
span { border-color: #DFDE23; }
span { border-color: rgb(223,222,35); }
td.TdClassName
{
border-color: #DFDE23;
}
.TagClassName
{
border-color: #DFDE23;
}
</style>