Shades of Golden Fizz #DFDA22
Tints of Golden Fizz #DFDA22
RGB
CMYK
RGB Variations
Color information
#DFDA22 (or 0xDFDA22) is known color: Golden Fizz. HEX triplet: DF, DA and 22. RGB value is (223,218,34). Sum of RGB (Red+Green+Blue) = 223+218+34=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 34 (13.67% from 255 or 7.16% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA22 is #2025DD. Grayscale: #C7C7C7. Windows color (decimal): -2106846 or 2284255. OLE color: 2284255.
HSL color Cylindrical-coordinate representation of color #DFDA22: hue angle of 58.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFDA22 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.13 |
| HSL | 58.41º | 0.75% | 0.5% | - |
| HSV(B) | 58.41º | 0.85% | 0.87% | - |
| XYZ | 55.79 | 65.95 | 11.3 | - |
| YUV | 198.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 34 | 0 | 0.02 | 0.85 | 0.13 | 58.41 | 0.75 | 0.5 |
| Hex | DF | DA | 22 | 0 | 2 | 55 | D | 3A | 4B | 32 |
| Octal | 337 | 332 | 42 | 0 | 2 | 125 | 15 | 72 | 113 | 62 |
| Binary | 11011111 | 11011010 | 100010 | 0 | 10 | 1010101 | 1101 | 111010 | 1001011 | 110010 |
Color Harmonies of #DFDA22
Complementary color
Monochromatic Colors of #DFDA22
Black with #DFDA22
Text Example
Text Example
White with #DFDA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA22; }
p { color: rgb(223,218,34); }
H1.HeaderClassName
{
color: #DFDA22;
}
.AnyTagClassName
{
color: #DFDA22;
}
</style>
background-color css
<style>
a { background-color: #DFDA22; }
a { background-color: rgb(223,218,34); }
div.DivClassName
{
background-color: #DFDA22;
}
.BgClassName
{
background-color: #DFDA22;
}
</style>
border-color css
<style>
span { border-color: #DFDA22; }
span { border-color: rgb(223,218,34); }
td.TdClassName
{
border-color: #DFDA22;
}
.TagClassName
{
border-color: #DFDA22;
}
</style>