Shades of Golden Fizz #DFD925
Tints of Golden Fizz #DFD925
RGB
CMYK
RGB Variations
Color information
#DFD925 (or 0xDFD925) is known color: Golden Fizz. HEX triplet: DF, D9 and 25. RGB value is (223,217,37). Sum of RGB (Red+Green+Blue) = 223+217+37=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD925 is #2026DA. Grayscale: #C7C7C7. Windows color (decimal): -2107099 or 2480607. OLE color: 2480607.
HSL color Cylindrical-coordinate representation of color #DFD925: hue angle of 58.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFD925 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 37 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.13 |
| HSL | 58.06º | 0.74% | 0.51% | - |
| HSV(B) | 58.06º | 0.83% | 0.87% | - |
| XYZ | 55.58 | 65.45 | 11.45 | - |
| YUV | 198.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 37 | 0 | 0.03 | 0.83 | 0.13 | 58.06 | 0.74 | 0.51 |
| Hex | DF | D9 | 25 | 0 | 3 | 53 | D | 3A | 4A | 33 |
| Octal | 337 | 331 | 45 | 0 | 3 | 123 | 15 | 72 | 112 | 63 |
| Binary | 11011111 | 11011001 | 100101 | 0 | 11 | 1010011 | 1101 | 111010 | 1001010 | 110011 |
Color Harmonies of #DFD925
Complementary color
Monochromatic Colors of #DFD925
Black with #DFD925
Text Example
Text Example
White with #DFD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD925; }
p { color: rgb(223,217,37); }
H1.HeaderClassName
{
color: #DFD925;
}
.AnyTagClassName
{
color: #DFD925;
}
</style>
background-color css
<style>
a { background-color: #DFD925; }
a { background-color: rgb(223,217,37); }
div.DivClassName
{
background-color: #DFD925;
}
.BgClassName
{
background-color: #DFD925;
}
</style>
border-color css
<style>
span { border-color: #DFD925; }
span { border-color: rgb(223,217,37); }
td.TdClassName
{
border-color: #DFD925;
}
.TagClassName
{
border-color: #DFD925;
}
</style>