Shades of Golden Fizz #DFDF1F
Tints of Golden Fizz #DFDF1F
RGB
CMYK
RGB Variations
Color information
#DFDF1F (or 0xDFDF1F) is known color: Golden Fizz. HEX triplet: DF, DF and 1F. RGB value is (223,223,31). Sum of RGB (Red+Green+Blue) = 223+223+31=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF1F is #2020E0. Grayscale: #C9C9C9. Windows color (decimal): -2105569 or 2088927. OLE color: 2088927.
HSL color Cylindrical-coordinate representation of color #DFDF1F: hue angle of 60º 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 #DFDF1F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 31 | - |
| CMYK | 0 | 0 | 0.86 | 0.13 |
| HSL | 60º | 0.76% | 0.5% | - |
| HSV(B) | 60º | 0.86% | 0.87% | - |
| XYZ | 57.07 | 68.56 | 11.52 | - |
| YUV | 201.11 | 32 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 31 | 0 | 0 | 0.86 | 0.13 | 60 | 0.76 | 0.5 |
| Hex | DF | DF | 1F | 0 | 0 | 56 | D | 3C | 4C | 32 |
| Octal | 337 | 337 | 37 | 0 | 0 | 126 | 15 | 74 | 114 | 62 |
| Binary | 11011111 | 11011111 | 11111 | 0 | 0 | 1010110 | 1101 | 111100 | 1001100 | 110010 |
Color Harmonies of #DFDF1F
Complementary color
Monochromatic Colors of #DFDF1F
Black with #DFDF1F
Text Example
Text Example
White with #DFDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF1F; }
p { color: rgb(223,223,31); }
H1.HeaderClassName
{
color: #DFDF1F;
}
.AnyTagClassName
{
color: #DFDF1F;
}
</style>
background-color css
<style>
a { background-color: #DFDF1F; }
a { background-color: rgb(223,223,31); }
div.DivClassName
{
background-color: #DFDF1F;
}
.BgClassName
{
background-color: #DFDF1F;
}
</style>
border-color css
<style>
span { border-color: #DFDF1F; }
span { border-color: rgb(223,223,31); }
td.TdClassName
{
border-color: #DFDF1F;
}
.TagClassName
{
border-color: #DFDF1F;
}
</style>