Shades of Golden Fizz #DFDF1C
Tints of Golden Fizz #DFDF1C
RGB
CMYK
RGB Variations
Color information
#DFDF1C (or 0xDFDF1C) is known color: Golden Fizz. HEX triplet: DF, DF and 1C. RGB value is (223,223,28). Sum of RGB (Red+Green+Blue) = 223+223+28=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF1C is #2020E3. Grayscale: #C9C9C9. Windows color (decimal): -2105572 or 1892319. OLE color: 1892319.
HSL color Cylindrical-coordinate representation of color #DFDF1C: hue angle of 60º 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 #DFDF1C is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 28 | - |
| CMYK | 0 | 0 | 0.87 | 0.13 |
| HSL | 60º | 0.78% | 0.49% | - |
| HSV(B) | 60º | 0.87% | 0.87% | - |
| XYZ | 57.03 | 68.55 | 11.32 | - |
| YUV | 200.77 | 30.5 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 28 | 0 | 0 | 0.87 | 0.13 | 60 | 0.78 | 0.49 |
| Hex | DF | DF | 1C | 0 | 0 | 57 | D | 3C | 4E | 31 |
| Octal | 337 | 337 | 34 | 0 | 0 | 127 | 15 | 74 | 116 | 61 |
| Binary | 11011111 | 11011111 | 11100 | 0 | 0 | 1010111 | 1101 | 111100 | 1001110 | 110001 |
Color Harmonies of #DFDF1C
Complementary color
Monochromatic Colors of #DFDF1C
Black with #DFDF1C
Text Example
Text Example
White with #DFDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF1C; }
p { color: rgb(223,223,28); }
H1.HeaderClassName
{
color: #DFDF1C;
}
.AnyTagClassName
{
color: #DFDF1C;
}
</style>
background-color css
<style>
a { background-color: #DFDF1C; }
a { background-color: rgb(223,223,28); }
div.DivClassName
{
background-color: #DFDF1C;
}
.BgClassName
{
background-color: #DFDF1C;
}
</style>
border-color css
<style>
span { border-color: #DFDF1C; }
span { border-color: rgb(223,223,28); }
td.TdClassName
{
border-color: #DFDF1C;
}
.TagClassName
{
border-color: #DFDF1C;
}
</style>