Shades of Golden Fizz #DFDC1F
Tints of Golden Fizz #DFDC1F
RGB
CMYK
RGB Variations
Color information
#DFDC1F (or 0xDFDC1F) is known color: Golden Fizz. HEX triplet: DF, DC and 1F. RGB value is (223,220,31). Sum of RGB (Red+Green+Blue) = 223+220+31=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC1F is #2023E0. Grayscale: #C8C8C8. Windows color (decimal): -2106337 or 2088159. OLE color: 2088159.
HSL color Cylindrical-coordinate representation of color #DFDC1F: hue angle of 59.06º 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 #DFDC1F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 31 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.13 |
| HSL | 59.06º | 0.76% | 0.5% | - |
| HSV(B) | 59.06º | 0.86% | 0.87% | - |
| XYZ | 56.27 | 66.97 | 11.26 | - |
| YUV | 199.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 31 | 0 | 0.01 | 0.86 | 0.13 | 59.06 | 0.76 | 0.5 |
| Hex | DF | DC | 1F | 0 | 1 | 56 | D | 3B | 4C | 32 |
| Octal | 337 | 334 | 37 | 0 | 1 | 126 | 15 | 73 | 114 | 62 |
| Binary | 11011111 | 11011100 | 11111 | 0 | 1 | 1010110 | 1101 | 111011 | 1001100 | 110010 |
Color Harmonies of #DFDC1F
Complementary color
Monochromatic Colors of #DFDC1F
Black with #DFDC1F
Text Example
Text Example
White with #DFDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC1F; }
p { color: rgb(223,220,31); }
H1.HeaderClassName
{
color: #DFDC1F;
}
.AnyTagClassName
{
color: #DFDC1F;
}
</style>
background-color css
<style>
a { background-color: #DFDC1F; }
a { background-color: rgb(223,220,31); }
div.DivClassName
{
background-color: #DFDC1F;
}
.BgClassName
{
background-color: #DFDC1F;
}
</style>
border-color css
<style>
span { border-color: #DFDC1F; }
span { border-color: rgb(223,220,31); }
td.TdClassName
{
border-color: #DFDC1F;
}
.TagClassName
{
border-color: #DFDC1F;
}
</style>