Shades of Golden Fizz #DFDA25
Tints of Golden Fizz #DFDA25
RGB
CMYK
RGB Variations
Color information
#DFDA25 (or 0xDFDA25) is known color: Golden Fizz. HEX triplet: DF, DA and 25. RGB value is (223,218,37). Sum of RGB (Red+Green+Blue) = 223+218+37=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA25 is #2025DA. Grayscale: #C7C7C7. Windows color (decimal): -2106843 or 2480863. OLE color: 2480863.
HSL color Cylindrical-coordinate representation of color #DFDA25: hue angle of 58.39º 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 #DFDA25 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.13 |
| HSL | 58.39º | 0.74% | 0.51% | - |
| HSV(B) | 58.39º | 0.83% | 0.87% | - |
| XYZ | 55.84 | 65.96 | 11.54 | - |
| YUV | 198.86 | 36.66 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 37 | 0 | 0.02 | 0.83 | 0.13 | 58.39 | 0.74 | 0.51 |
| Hex | DF | DA | 25 | 0 | 2 | 53 | D | 3A | 4A | 33 |
| Octal | 337 | 332 | 45 | 0 | 2 | 123 | 15 | 72 | 112 | 63 |
| Binary | 11011111 | 11011010 | 100101 | 0 | 10 | 1010011 | 1101 | 111010 | 1001010 | 110011 |
Color Harmonies of #DFDA25
Complementary color
Monochromatic Colors of #DFDA25
Black with #DFDA25
Text Example
Text Example
White with #DFDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA25; }
p { color: rgb(223,218,37); }
H1.HeaderClassName
{
color: #DFDA25;
}
.AnyTagClassName
{
color: #DFDA25;
}
</style>
background-color css
<style>
a { background-color: #DFDA25; }
a { background-color: rgb(223,218,37); }
div.DivClassName
{
background-color: #DFDA25;
}
.BgClassName
{
background-color: #DFDA25;
}
</style>
border-color css
<style>
span { border-color: #DFDA25; }
span { border-color: rgb(223,218,37); }
td.TdClassName
{
border-color: #DFDA25;
}
.TagClassName
{
border-color: #DFDA25;
}
</style>