Shades of Golden Fizz #DFDF1D
Tints of Golden Fizz #DFDF1D
RGB
CMYK
RGB Variations
Color information
#DFDF1D (or 0xDFDF1D) is known color: Golden Fizz. HEX triplet: DF, DF and 1D. RGB value is (223,223,29). Sum of RGB (Red+Green+Blue) = 223+223+29=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF1D is #2020E2. Grayscale: #C9C9C9. Windows color (decimal): -2105571 or 1957855. OLE color: 1957855.
HSL color Cylindrical-coordinate representation of color #DFDF1D: hue angle of 60º degrees, saturation: 0.77, 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 #DFDF1D is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 29 | - |
| CMYK | 0 | 0 | 0.87 | 0.13 |
| HSL | 60º | 0.77% | 0.49% | - |
| HSV(B) | 60º | 0.87% | 0.87% | - |
| XYZ | 57.04 | 68.55 | 11.39 | - |
| YUV | 200.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 29 | 0 | 0 | 0.87 | 0.13 | 60 | 0.77 | 0.49 |
| Hex | DF | DF | 1D | 0 | 0 | 57 | D | 3C | 4D | 31 |
| Octal | 337 | 337 | 35 | 0 | 0 | 127 | 15 | 74 | 115 | 61 |
| Binary | 11011111 | 11011111 | 11101 | 0 | 0 | 1010111 | 1101 | 111100 | 1001101 | 110001 |
Color Harmonies of #DFDF1D
Complementary color
Monochromatic Colors of #DFDF1D
Black with #DFDF1D
Text Example
Text Example
White with #DFDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF1D; }
p { color: rgb(223,223,29); }
H1.HeaderClassName
{
color: #DFDF1D;
}
.AnyTagClassName
{
color: #DFDF1D;
}
</style>
background-color css
<style>
a { background-color: #DFDF1D; }
a { background-color: rgb(223,223,29); }
div.DivClassName
{
background-color: #DFDF1D;
}
.BgClassName
{
background-color: #DFDF1D;
}
</style>
border-color css
<style>
span { border-color: #DFDF1D; }
span { border-color: rgb(223,223,29); }
td.TdClassName
{
border-color: #DFDF1D;
}
.TagClassName
{
border-color: #DFDF1D;
}
</style>