Shades of Golden Fizz #DFD525
Tints of Golden Fizz #DFD525
RGB
CMYK
RGB Variations
Color information
#DFD525 (or 0xDFD525) is known color: Golden Fizz. HEX triplet: DF, D5 and 25. RGB value is (223,213,37). Sum of RGB (Red+Green+Blue) = 223+213+37=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD525 is #202ADA. Grayscale: #C4C4C4. Windows color (decimal): -2108123 or 2479583. OLE color: 2479583.
HSL color Cylindrical-coordinate representation of color #DFD525: hue angle of 56.77º 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 #DFD525 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 37 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.13 |
| HSL | 56.77º | 0.74% | 0.51% | - |
| HSV(B) | 56.77º | 0.83% | 0.87% | - |
| XYZ | 54.56 | 63.41 | 11.11 | - |
| YUV | 195.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 37 | 0 | 0.04 | 0.83 | 0.13 | 56.77 | 0.74 | 0.51 |
| Hex | DF | D5 | 25 | 0 | 4 | 53 | D | 39 | 4A | 33 |
| Octal | 337 | 325 | 45 | 0 | 4 | 123 | 15 | 71 | 112 | 63 |
| Binary | 11011111 | 11010101 | 100101 | 0 | 100 | 1010011 | 1101 | 111001 | 1001010 | 110011 |
Color Harmonies of #DFD525
Complementary color
Monochromatic Colors of #DFD525
Black with #DFD525
Text Example
Text Example
White with #DFD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD525; }
p { color: rgb(223,213,37); }
H1.HeaderClassName
{
color: #DFD525;
}
.AnyTagClassName
{
color: #DFD525;
}
</style>
background-color css
<style>
a { background-color: #DFD525; }
a { background-color: rgb(223,213,37); }
div.DivClassName
{
background-color: #DFD525;
}
.BgClassName
{
background-color: #DFD525;
}
</style>
border-color css
<style>
span { border-color: #DFD525; }
span { border-color: rgb(223,213,37); }
td.TdClassName
{
border-color: #DFD525;
}
.TagClassName
{
border-color: #DFD525;
}
</style>