Shades of Golden Fizz #DFD529
Tints of Golden Fizz #DFD529
RGB
CMYK
RGB Variations
Color information
#DFD529 (or 0xDFD529) is known color: Golden Fizz. HEX triplet: DF, D5 and 29. RGB value is (223,213,41). Sum of RGB (Red+Green+Blue) = 223+213+41=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD529 is #202AD6. Grayscale: #C5C5C5. Windows color (decimal): -2108119 or 2741727. OLE color: 2741727.
HSL color Cylindrical-coordinate representation of color #DFD529: hue angle of 56.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFD529 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 41 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.13 |
| HSL | 56.7º | 0.74% | 0.52% | - |
| HSV(B) | 56.7º | 0.82% | 0.87% | - |
| XYZ | 54.63 | 63.44 | 11.46 | - |
| YUV | 196.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 41 | 0 | 0.04 | 0.82 | 0.13 | 56.7 | 0.74 | 0.52 |
| Hex | DF | D5 | 29 | 0 | 4 | 52 | D | 39 | 4A | 34 |
| Octal | 337 | 325 | 51 | 0 | 4 | 122 | 15 | 71 | 112 | 64 |
| Binary | 11011111 | 11010101 | 101001 | 0 | 100 | 1010010 | 1101 | 111001 | 1001010 | 110100 |
Color Harmonies of #DFD529
Complementary color
Monochromatic Colors of #DFD529
Black with #DFD529
Text Example
Text Example
White with #DFD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD529; }
p { color: rgb(223,213,41); }
H1.HeaderClassName
{
color: #DFD529;
}
.AnyTagClassName
{
color: #DFD529;
}
</style>
background-color css
<style>
a { background-color: #DFD529; }
a { background-color: rgb(223,213,41); }
div.DivClassName
{
background-color: #DFD529;
}
.BgClassName
{
background-color: #DFD529;
}
</style>
border-color css
<style>
span { border-color: #DFD529; }
span { border-color: rgb(223,213,41); }
td.TdClassName
{
border-color: #DFD529;
}
.TagClassName
{
border-color: #DFD529;
}
</style>