Shades of Golden Fizz #DFDA1D
Tints of Golden Fizz #DFDA1D
RGB
CMYK
RGB Variations
Color information
#DFDA1D (or 0xDFDA1D) is known color: Golden Fizz. HEX triplet: DF, DA and 1D. RGB value is (223,218,29). Sum of RGB (Red+Green+Blue) = 223+218+29=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA1D is #2025E2. Grayscale: #C6C6C6. Windows color (decimal): -2106851 or 1956575. OLE color: 1956575.
HSL color Cylindrical-coordinate representation of color #DFDA1D: hue angle of 58.45º 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 #DFDA1D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.45º | 0.77% | 0.49% | - |
| HSV(B) | 58.45º | 0.87% | 0.87% | - |
| XYZ | 55.72 | 65.92 | 10.95 | - |
| YUV | 197.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 29 | 0 | 0.02 | 0.87 | 0.13 | 58.45 | 0.77 | 0.49 |
| Hex | DF | DA | 1D | 0 | 2 | 57 | D | 3A | 4D | 31 |
| Octal | 337 | 332 | 35 | 0 | 2 | 127 | 15 | 72 | 115 | 61 |
| Binary | 11011111 | 11011010 | 11101 | 0 | 10 | 1010111 | 1101 | 111010 | 1001101 | 110001 |
Color Harmonies of #DFDA1D
Complementary color
Monochromatic Colors of #DFDA1D
Black with #DFDA1D
Text Example
Text Example
White with #DFDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA1D; }
p { color: rgb(223,218,29); }
H1.HeaderClassName
{
color: #DFDA1D;
}
.AnyTagClassName
{
color: #DFDA1D;
}
</style>
background-color css
<style>
a { background-color: #DFDA1D; }
a { background-color: rgb(223,218,29); }
div.DivClassName
{
background-color: #DFDA1D;
}
.BgClassName
{
background-color: #DFDA1D;
}
</style>
border-color css
<style>
span { border-color: #DFDA1D; }
span { border-color: rgb(223,218,29); }
td.TdClassName
{
border-color: #DFDA1D;
}
.TagClassName
{
border-color: #DFDA1D;
}
</style>