Shades of Golden Fizz #DFDF20
Tints of Golden Fizz #DFDF20
RGB
CMYK
RGB Variations
Color information
#DFDF20 (or 0xDFDF20) is known color: Golden Fizz. HEX triplet: DF, DF and 20. RGB value is (223,223,32). Sum of RGB (Red+Green+Blue) = 223+223+32=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF20 is #2020DF. Grayscale: #C9C9C9. Windows color (decimal): -2105568 or 2154463. OLE color: 2154463.
HSL color Cylindrical-coordinate representation of color #DFDF20: hue angle of 60º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFDF20 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 32 | - |
| CMYK | 0 | 0 | 0.86 | 0.13 |
| HSL | 60º | 0.75% | 0.5% | - |
| HSV(B) | 60º | 0.86% | 0.87% | - |
| XYZ | 57.08 | 68.57 | 11.59 | - |
| YUV | 201.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 32 | 0 | 0 | 0.86 | 0.13 | 60 | 0.75 | 0.5 |
| Hex | DF | DF | 20 | 0 | 0 | 56 | D | 3C | 4B | 32 |
| Octal | 337 | 337 | 40 | 0 | 0 | 126 | 15 | 74 | 113 | 62 |
| Binary | 11011111 | 11011111 | 100000 | 0 | 0 | 1010110 | 1101 | 111100 | 1001011 | 110010 |
Color Harmonies of #DFDF20
Complementary color
Monochromatic Colors of #DFDF20
Black with #DFDF20
Text Example
Text Example
White with #DFDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF20; }
p { color: rgb(223,223,32); }
H1.HeaderClassName
{
color: #DFDF20;
}
.AnyTagClassName
{
color: #DFDF20;
}
</style>
background-color css
<style>
a { background-color: #DFDF20; }
a { background-color: rgb(223,223,32); }
div.DivClassName
{
background-color: #DFDF20;
}
.BgClassName
{
background-color: #DFDF20;
}
</style>
border-color css
<style>
span { border-color: #DFDF20; }
span { border-color: rgb(223,223,32); }
td.TdClassName
{
border-color: #DFDF20;
}
.TagClassName
{
border-color: #DFDF20;
}
</style>