Shades of Golden Fizz #DFD629
Tints of Golden Fizz #DFD629
RGB
CMYK
RGB Variations
Color information
#DFD629 (or 0xDFD629) is known color: Golden Fizz. HEX triplet: DF, D6 and 29. RGB value is (223,214,41). Sum of RGB (Red+Green+Blue) = 223+214+41=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD629 is #2029D6. Grayscale: #C5C5C5. Windows color (decimal): -2107863 or 2741983. OLE color: 2741983.
HSL color Cylindrical-coordinate representation of color #DFD629: hue angle of 57.03º 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 #DFD629 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 41 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.13 |
| HSL | 57.03º | 0.74% | 0.52% | - |
| HSV(B) | 57.03º | 0.82% | 0.87% | - |
| XYZ | 54.88 | 63.94 | 11.55 | - |
| YUV | 196.97 | 39.98 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 41 | 0 | 0.04 | 0.82 | 0.13 | 57.03 | 0.74 | 0.52 |
| Hex | DF | D6 | 29 | 0 | 4 | 52 | D | 39 | 4A | 34 |
| Octal | 337 | 326 | 51 | 0 | 4 | 122 | 15 | 71 | 112 | 64 |
| Binary | 11011111 | 11010110 | 101001 | 0 | 100 | 1010010 | 1101 | 111001 | 1001010 | 110100 |
Color Harmonies of #DFD629
Complementary color
Monochromatic Colors of #DFD629
Black with #DFD629
Text Example
Text Example
White with #DFD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD629; }
p { color: rgb(223,214,41); }
H1.HeaderClassName
{
color: #DFD629;
}
.AnyTagClassName
{
color: #DFD629;
}
</style>
background-color css
<style>
a { background-color: #DFD629; }
a { background-color: rgb(223,214,41); }
div.DivClassName
{
background-color: #DFD629;
}
.BgClassName
{
background-color: #DFD629;
}
</style>
border-color css
<style>
span { border-color: #DFD629; }
span { border-color: rgb(223,214,41); }
td.TdClassName
{
border-color: #DFD629;
}
.TagClassName
{
border-color: #DFD629;
}
</style>