Shades of Golden Fizz #DFDE1F
Tints of Golden Fizz #DFDE1F
RGB
CMYK
RGB Variations
Color information
#DFDE1F (or 0xDFDE1F) is known color: Golden Fizz. HEX triplet: DF, DE and 1F. RGB value is (223,222,31). Sum of RGB (Red+Green+Blue) = 223+222+31=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE1F is #2021E0. Grayscale: #C9C9C9. Windows color (decimal): -2105825 or 2088671. OLE color: 2088671.
HSL color Cylindrical-coordinate representation of color #DFDE1F: hue angle of 59.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFDE1F is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 31 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.13 |
| HSL | 59.69º | 0.76% | 0.5% | - |
| HSV(B) | 59.69º | 0.86% | 0.87% | - |
| XYZ | 56.8 | 68.03 | 11.43 | - |
| YUV | 200.53 | 32.33 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 31 | 0 | 0.00 | 0.86 | 0.13 | 59.69 | 0.76 | 0.5 |
| Hex | DF | DE | 1F | 0 | 0 | 56 | D | 3C | 4C | 32 |
| Octal | 337 | 336 | 37 | 0 | 0 | 126 | 15 | 74 | 114 | 62 |
| Binary | 11011111 | 11011110 | 11111 | 0 | 0 | 1010110 | 1101 | 111100 | 1001100 | 110010 |
Color Harmonies of #DFDE1F
Complementary color
Monochromatic Colors of #DFDE1F
Black with #DFDE1F
Text Example
Text Example
White with #DFDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE1F; }
p { color: rgb(223,222,31); }
H1.HeaderClassName
{
color: #DFDE1F;
}
.AnyTagClassName
{
color: #DFDE1F;
}
</style>
background-color css
<style>
a { background-color: #DFDE1F; }
a { background-color: rgb(223,222,31); }
div.DivClassName
{
background-color: #DFDE1F;
}
.BgClassName
{
background-color: #DFDE1F;
}
</style>
border-color css
<style>
span { border-color: #DFDE1F; }
span { border-color: rgb(223,222,31); }
td.TdClassName
{
border-color: #DFDE1F;
}
.TagClassName
{
border-color: #DFDE1F;
}
</style>