Shades of Golden Fizz #DFDE1E
Tints of Golden Fizz #DFDE1E
RGB
CMYK
RGB Variations
Color information
#DFDE1E (or 0xDFDE1E) is known color: Golden Fizz. HEX triplet: DF, DE and 1E. RGB value is (223,222,30). Sum of RGB (Red+Green+Blue) = 223+222+30=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE1E is #2021E1. Grayscale: #C9C9C9. Windows color (decimal): -2105826 or 2023135. OLE color: 2023135.
HSL color Cylindrical-coordinate representation of color #DFDE1E: 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.87%. Process color model (Four color, CMYK) of #DFDE1E is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 30 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.13 |
| HSL | 59.69º | 0.76% | 0.5% | - |
| HSV(B) | 59.69º | 0.87% | 0.87% | - |
| XYZ | 56.79 | 68.02 | 11.37 | - |
| YUV | 200.41 | 31.83 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 30 | 0 | 0.00 | 0.87 | 0.13 | 59.69 | 0.76 | 0.5 |
| Hex | DF | DE | 1E | 0 | 0 | 57 | D | 3C | 4C | 32 |
| Octal | 337 | 336 | 36 | 0 | 0 | 127 | 15 | 74 | 114 | 62 |
| Binary | 11011111 | 11011110 | 11110 | 0 | 0 | 1010111 | 1101 | 111100 | 1001100 | 110010 |
Color Harmonies of #DFDE1E
Complementary color
Monochromatic Colors of #DFDE1E
Black with #DFDE1E
Text Example
Text Example
White with #DFDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE1E; }
p { color: rgb(223,222,30); }
H1.HeaderClassName
{
color: #DFDE1E;
}
.AnyTagClassName
{
color: #DFDE1E;
}
</style>
background-color css
<style>
a { background-color: #DFDE1E; }
a { background-color: rgb(223,222,30); }
div.DivClassName
{
background-color: #DFDE1E;
}
.BgClassName
{
background-color: #DFDE1E;
}
</style>
border-color css
<style>
span { border-color: #DFDE1E; }
span { border-color: rgb(223,222,30); }
td.TdClassName
{
border-color: #DFDE1E;
}
.TagClassName
{
border-color: #DFDE1E;
}
</style>