Shades of Golden Fizz #DFDC1E
Tints of Golden Fizz #DFDC1E
RGB
CMYK
RGB Variations
Color information
#DFDC1E (or 0xDFDC1E) is known color: Golden Fizz. HEX triplet: DF, DC and 1E. RGB value is (223,220,30). Sum of RGB (Red+Green+Blue) = 223+220+30=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC1E is #2023E1. Grayscale: #C8C8C8. Windows color (decimal): -2106338 or 2022623. OLE color: 2022623.
HSL color Cylindrical-coordinate representation of color #DFDC1E: hue angle of 59.07º 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 #DFDC1E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 30 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.13 |
| HSL | 59.07º | 0.76% | 0.5% | - |
| HSV(B) | 59.07º | 0.87% | 0.87% | - |
| XYZ | 56.26 | 66.97 | 11.19 | - |
| YUV | 199.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 30 | 0 | 0.01 | 0.87 | 0.13 | 59.07 | 0.76 | 0.5 |
| Hex | DF | DC | 1E | 0 | 1 | 57 | D | 3B | 4C | 32 |
| Octal | 337 | 334 | 36 | 0 | 1 | 127 | 15 | 73 | 114 | 62 |
| Binary | 11011111 | 11011100 | 11110 | 0 | 1 | 1010111 | 1101 | 111011 | 1001100 | 110010 |
Color Harmonies of #DFDC1E
Complementary color
Monochromatic Colors of #DFDC1E
Black with #DFDC1E
Text Example
Text Example
White with #DFDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC1E; }
p { color: rgb(223,220,30); }
H1.HeaderClassName
{
color: #DFDC1E;
}
.AnyTagClassName
{
color: #DFDC1E;
}
</style>
background-color css
<style>
a { background-color: #DFDC1E; }
a { background-color: rgb(223,220,30); }
div.DivClassName
{
background-color: #DFDC1E;
}
.BgClassName
{
background-color: #DFDC1E;
}
</style>
border-color css
<style>
span { border-color: #DFDC1E; }
span { border-color: rgb(223,220,30); }
td.TdClassName
{
border-color: #DFDC1E;
}
.TagClassName
{
border-color: #DFDC1E;
}
</style>