Shades of Golden Fizz #DFDF24
Tints of Golden Fizz #DFDF24
RGB
CMYK
RGB Variations
Color information
#DFDF24 (or 0xDFDF24) is known color: Golden Fizz. HEX triplet: DF, DF and 24. RGB value is (223,223,36). Sum of RGB (Red+Green+Blue) = 223+223+36=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF24 is #2020DB. Grayscale: #CACACA. Windows color (decimal): -2105564 or 2416607. OLE color: 2416607.
HSL color Cylindrical-coordinate representation of color #DFDF24: hue angle of 60º 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 #DFDF24 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 36 | - |
| CMYK | 0 | 0 | 0.84 | 0.13 |
| HSL | 60º | 0.75% | 0.51% | - |
| HSV(B) | 60º | 0.84% | 0.87% | - |
| XYZ | 57.14 | 68.59 | 11.9 | - |
| YUV | 201.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 36 | 0 | 0 | 0.84 | 0.13 | 60 | 0.75 | 0.51 |
| Hex | DF | DF | 24 | 0 | 0 | 54 | D | 3C | 4B | 33 |
| Octal | 337 | 337 | 44 | 0 | 0 | 124 | 15 | 74 | 113 | 63 |
| Binary | 11011111 | 11011111 | 100100 | 0 | 0 | 1010100 | 1101 | 111100 | 1001011 | 110011 |
Color Harmonies of #DFDF24
Complementary color
Monochromatic Colors of #DFDF24
Black with #DFDF24
Text Example
Text Example
White with #DFDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF24; }
p { color: rgb(223,223,36); }
H1.HeaderClassName
{
color: #DFDF24;
}
.AnyTagClassName
{
color: #DFDF24;
}
</style>
background-color css
<style>
a { background-color: #DFDF24; }
a { background-color: rgb(223,223,36); }
div.DivClassName
{
background-color: #DFDF24;
}
.BgClassName
{
background-color: #DFDF24;
}
</style>
border-color css
<style>
span { border-color: #DFDF24; }
span { border-color: rgb(223,223,36); }
td.TdClassName
{
border-color: #DFDF24;
}
.TagClassName
{
border-color: #DFDF24;
}
</style>