Shades of Golden Fizz #DFDE1C
Tints of Golden Fizz #DFDE1C
RGB
CMYK
RGB Variations
Color information
#DFDE1C (or 0xDFDE1C) is known color: Golden Fizz. HEX triplet: DF, DE and 1C. RGB value is (223,222,28). Sum of RGB (Red+Green+Blue) = 223+222+28=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE1C is #2021E3. Grayscale: #C8C8C8. Windows color (decimal): -2105828 or 1892063. OLE color: 1892063.
HSL color Cylindrical-coordinate representation of color #DFDE1C: hue angle of 59.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFDE1C is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 28 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.13 |
| HSL | 59.69º | 0.78% | 0.49% | - |
| HSV(B) | 59.69º | 0.87% | 0.87% | - |
| XYZ | 56.76 | 68.01 | 11.24 | - |
| YUV | 200.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 28 | 0 | 0.00 | 0.87 | 0.13 | 59.69 | 0.78 | 0.49 |
| Hex | DF | DE | 1C | 0 | 0 | 57 | D | 3C | 4E | 31 |
| Octal | 337 | 336 | 34 | 0 | 0 | 127 | 15 | 74 | 116 | 61 |
| Binary | 11011111 | 11011110 | 11100 | 0 | 0 | 1010111 | 1101 | 111100 | 1001110 | 110001 |
Color Harmonies of #DFDE1C
Complementary color
Monochromatic Colors of #DFDE1C
Black with #DFDE1C
Text Example
Text Example
White with #DFDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE1C; }
p { color: rgb(223,222,28); }
H1.HeaderClassName
{
color: #DFDE1C;
}
.AnyTagClassName
{
color: #DFDE1C;
}
</style>
background-color css
<style>
a { background-color: #DFDE1C; }
a { background-color: rgb(223,222,28); }
div.DivClassName
{
background-color: #DFDE1C;
}
.BgClassName
{
background-color: #DFDE1C;
}
</style>
border-color css
<style>
span { border-color: #DFDE1C; }
span { border-color: rgb(223,222,28); }
td.TdClassName
{
border-color: #DFDE1C;
}
.TagClassName
{
border-color: #DFDE1C;
}
</style>