Shades of Golden Fizz #DFDC24
Tints of Golden Fizz #DFDC24
RGB
CMYK
RGB Variations
Color information
#DFDC24 (or 0xDFDC24) is known color: Golden Fizz. HEX triplet: DF, DC and 24. RGB value is (223,220,36). Sum of RGB (Red+Green+Blue) = 223+220+36=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC24 is #2023DB. Grayscale: #C8C8C8. Windows color (decimal): -2106332 or 2415839. OLE color: 2415839.
HSL color Cylindrical-coordinate representation of color #DFDC24: hue angle of 59.04º 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 #DFDC24 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.13 |
| HSL | 59.04º | 0.75% | 0.51% | - |
| HSV(B) | 59.04º | 0.84% | 0.87% | - |
| XYZ | 56.34 | 67 | 11.63 | - |
| YUV | 199.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 36 | 0 | 0.01 | 0.84 | 0.13 | 59.04 | 0.75 | 0.51 |
| Hex | DF | DC | 24 | 0 | 1 | 54 | D | 3B | 4B | 33 |
| Octal | 337 | 334 | 44 | 0 | 1 | 124 | 15 | 73 | 113 | 63 |
| Binary | 11011111 | 11011100 | 100100 | 0 | 1 | 1010100 | 1101 | 111011 | 1001011 | 110011 |
Color Harmonies of #DFDC24
Complementary color
Monochromatic Colors of #DFDC24
Black with #DFDC24
Text Example
Text Example
White with #DFDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC24; }
p { color: rgb(223,220,36); }
H1.HeaderClassName
{
color: #DFDC24;
}
.AnyTagClassName
{
color: #DFDC24;
}
</style>
background-color css
<style>
a { background-color: #DFDC24; }
a { background-color: rgb(223,220,36); }
div.DivClassName
{
background-color: #DFDC24;
}
.BgClassName
{
background-color: #DFDC24;
}
</style>
border-color css
<style>
span { border-color: #DFDC24; }
span { border-color: rgb(223,220,36); }
td.TdClassName
{
border-color: #DFDC24;
}
.TagClassName
{
border-color: #DFDC24;
}
</style>