Shades of Golden Fizz #DFDE25
Tints of Golden Fizz #DFDE25
RGB
CMYK
RGB Variations
Color information
#DFDE25 (or 0xDFDE25) is known color: Golden Fizz. HEX triplet: DF, DE and 25. RGB value is (223,222,37). Sum of RGB (Red+Green+Blue) = 223+222+37=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE25 is #2021DA. Grayscale: #C9C9C9. Windows color (decimal): -2105819 or 2481887. OLE color: 2481887.
HSL color Cylindrical-coordinate representation of color #DFDE25: hue angle of 59.68º 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 #DFDE25 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 37 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.13 |
| HSL | 59.68º | 0.74% | 0.51% | - |
| HSV(B) | 59.68º | 0.83% | 0.87% | - |
| XYZ | 56.89 | 68.06 | 11.89 | - |
| YUV | 201.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 37 | 0 | 0.00 | 0.83 | 0.13 | 59.68 | 0.74 | 0.51 |
| Hex | DF | DE | 25 | 0 | 0 | 53 | D | 3C | 4A | 33 |
| Octal | 337 | 336 | 45 | 0 | 0 | 123 | 15 | 74 | 112 | 63 |
| Binary | 11011111 | 11011110 | 100101 | 0 | 0 | 1010011 | 1101 | 111100 | 1001010 | 110011 |
Color Harmonies of #DFDE25
Complementary color
Monochromatic Colors of #DFDE25
Black with #DFDE25
Text Example
Text Example
White with #DFDE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE25; }
p { color: rgb(223,222,37); }
H1.HeaderClassName
{
color: #DFDE25;
}
.AnyTagClassName
{
color: #DFDE25;
}
</style>
background-color css
<style>
a { background-color: #DFDE25; }
a { background-color: rgb(223,222,37); }
div.DivClassName
{
background-color: #DFDE25;
}
.BgClassName
{
background-color: #DFDE25;
}
</style>
border-color css
<style>
span { border-color: #DFDE25; }
span { border-color: rgb(223,222,37); }
td.TdClassName
{
border-color: #DFDE25;
}
.TagClassName
{
border-color: #DFDE25;
}
</style>