Shades of Golden Fizz #DFDC22
Tints of Golden Fizz #DFDC22
RGB
CMYK
RGB Variations
Color information
#DFDC22 (or 0xDFDC22) is known color: Golden Fizz. HEX triplet: DF, DC and 22. RGB value is (223,220,34). Sum of RGB (Red+Green+Blue) = 223+220+34=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC22 is #2023DD. Grayscale: #C8C8C8. Windows color (decimal): -2106334 or 2284767. OLE color: 2284767.
HSL color Cylindrical-coordinate representation of color #DFDC22: hue angle of 59.05º 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 #DFDC22 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 34 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.13 |
| HSL | 59.05º | 0.75% | 0.5% | - |
| HSV(B) | 59.05º | 0.85% | 0.87% | - |
| XYZ | 56.31 | 66.99 | 11.48 | - |
| YUV | 199.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 34 | 0 | 0.01 | 0.85 | 0.13 | 59.05 | 0.75 | 0.5 |
| Hex | DF | DC | 22 | 0 | 1 | 55 | D | 3B | 4B | 32 |
| Octal | 337 | 334 | 42 | 0 | 1 | 125 | 15 | 73 | 113 | 62 |
| Binary | 11011111 | 11011100 | 100010 | 0 | 1 | 1010101 | 1101 | 111011 | 1001011 | 110010 |
Color Harmonies of #DFDC22
Complementary color
Monochromatic Colors of #DFDC22
Black with #DFDC22
Text Example
Text Example
White with #DFDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC22; }
p { color: rgb(223,220,34); }
H1.HeaderClassName
{
color: #DFDC22;
}
.AnyTagClassName
{
color: #DFDC22;
}
</style>
background-color css
<style>
a { background-color: #DFDC22; }
a { background-color: rgb(223,220,34); }
div.DivClassName
{
background-color: #DFDC22;
}
.BgClassName
{
background-color: #DFDC22;
}
</style>
border-color css
<style>
span { border-color: #DFDC22; }
span { border-color: rgb(223,220,34); }
td.TdClassName
{
border-color: #DFDC22;
}
.TagClassName
{
border-color: #DFDC22;
}
</style>