Shades of Golden Fizz #DFD22C
Tints of Golden Fizz #DFD22C
RGB
CMYK
RGB Variations
Color information
#DFD22C (or 0xDFD22C) is known color: Golden Fizz. HEX triplet: DF, D2 and 2C. RGB value is (223,210,44). Sum of RGB (Red+Green+Blue) = 223+210+44=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD22C is #202DD3. Grayscale: #C3C3C3. Windows color (decimal): -2108884 or 2937567. OLE color: 2937567.
HSL color Cylindrical-coordinate representation of color #DFD22C: hue angle of 55.64º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFD22C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.13 |
| HSL | 55.64º | 0.74% | 0.52% | - |
| HSV(B) | 55.64º | 0.8% | 0.87% | - |
| XYZ | 53.93 | 61.96 | 11.5 | - |
| YUV | 194.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 44 | 0 | 0.06 | 0.80 | 0.13 | 55.64 | 0.74 | 0.52 |
| Hex | DF | D2 | 2C | 0 | 6 | 50 | D | 38 | 4A | 34 |
| Octal | 337 | 322 | 54 | 0 | 6 | 120 | 15 | 70 | 112 | 64 |
| Binary | 11011111 | 11010010 | 101100 | 0 | 110 | 1010000 | 1101 | 111000 | 1001010 | 110100 |
Color Harmonies of #DFD22C
Complementary color
Monochromatic Colors of #DFD22C
Black with #DFD22C
Text Example
Text Example
White with #DFD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD22C; }
p { color: rgb(223,210,44); }
H1.HeaderClassName
{
color: #DFD22C;
}
.AnyTagClassName
{
color: #DFD22C;
}
</style>
background-color css
<style>
a { background-color: #DFD22C; }
a { background-color: rgb(223,210,44); }
div.DivClassName
{
background-color: #DFD22C;
}
.BgClassName
{
background-color: #DFD22C;
}
</style>
border-color css
<style>
span { border-color: #DFD22C; }
span { border-color: rgb(223,210,44); }
td.TdClassName
{
border-color: #DFD22C;
}
.TagClassName
{
border-color: #DFD22C;
}
</style>