Shades of Golden Fizz #DFDA20
Tints of Golden Fizz #DFDA20
RGB
CMYK
RGB Variations
Color information
#DFDA20 (or 0xDFDA20) is known color: Golden Fizz. HEX triplet: DF, DA and 20. RGB value is (223,218,32). Sum of RGB (Red+Green+Blue) = 223+218+32=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA20 is #2025DF. Grayscale: #C7C7C7. Windows color (decimal): -2106848 or 2153183. OLE color: 2153183.
HSL color Cylindrical-coordinate representation of color #DFDA20: hue angle of 58.43º 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 #DFDA20 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.43º | 0.75% | 0.5% | - |
| HSV(B) | 58.43º | 0.86% | 0.87% | - |
| XYZ | 55.76 | 65.94 | 11.15 | - |
| YUV | 198.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 32 | 0 | 0.02 | 0.86 | 0.13 | 58.43 | 0.75 | 0.5 |
| Hex | DF | DA | 20 | 0 | 2 | 56 | D | 3A | 4B | 32 |
| Octal | 337 | 332 | 40 | 0 | 2 | 126 | 15 | 72 | 113 | 62 |
| Binary | 11011111 | 11011010 | 100000 | 0 | 10 | 1010110 | 1101 | 111010 | 1001011 | 110010 |
Color Harmonies of #DFDA20
Complementary color
Monochromatic Colors of #DFDA20
Black with #DFDA20
Text Example
Text Example
White with #DFDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA20; }
p { color: rgb(223,218,32); }
H1.HeaderClassName
{
color: #DFDA20;
}
.AnyTagClassName
{
color: #DFDA20;
}
</style>
background-color css
<style>
a { background-color: #DFDA20; }
a { background-color: rgb(223,218,32); }
div.DivClassName
{
background-color: #DFDA20;
}
.BgClassName
{
background-color: #DFDA20;
}
</style>
border-color css
<style>
span { border-color: #DFDA20; }
span { border-color: rgb(223,218,32); }
td.TdClassName
{
border-color: #DFDA20;
}
.TagClassName
{
border-color: #DFDA20;
}
</style>