Shades of Golden Fizz #DFD52C
Tints of Golden Fizz #DFD52C
RGB
CMYK
RGB Variations
Color information
#DFD52C (or 0xDFD52C) is known color: Golden Fizz. HEX triplet: DF, D5 and 2C. RGB value is (223,213,44). Sum of RGB (Red+Green+Blue) = 223+213+44=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD52C is #202AD3. Grayscale: #C5C5C5. Windows color (decimal): -2108116 or 2938335. OLE color: 2938335.
HSL color Cylindrical-coordinate representation of color #DFD52C: hue angle of 56.65º 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 #DFD52C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 44 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.13 |
| HSL | 56.65º | 0.74% | 0.52% | - |
| HSV(B) | 56.65º | 0.8% | 0.87% | - |
| XYZ | 54.68 | 63.46 | 11.75 | - |
| YUV | 196.72 | 41.81 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 44 | 0 | 0.04 | 0.80 | 0.13 | 56.65 | 0.74 | 0.52 |
| Hex | DF | D5 | 2C | 0 | 4 | 50 | D | 39 | 4A | 34 |
| Octal | 337 | 325 | 54 | 0 | 4 | 120 | 15 | 71 | 112 | 64 |
| Binary | 11011111 | 11010101 | 101100 | 0 | 100 | 1010000 | 1101 | 111001 | 1001010 | 110100 |
Color Harmonies of #DFD52C
Complementary color
Monochromatic Colors of #DFD52C
Black with #DFD52C
Text Example
Text Example
White with #DFD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD52C; }
p { color: rgb(223,213,44); }
H1.HeaderClassName
{
color: #DFD52C;
}
.AnyTagClassName
{
color: #DFD52C;
}
</style>
background-color css
<style>
a { background-color: #DFD52C; }
a { background-color: rgb(223,213,44); }
div.DivClassName
{
background-color: #DFD52C;
}
.BgClassName
{
background-color: #DFD52C;
}
</style>
border-color css
<style>
span { border-color: #DFD52C; }
span { border-color: rgb(223,213,44); }
td.TdClassName
{
border-color: #DFD52C;
}
.TagClassName
{
border-color: #DFD52C;
}
</style>