Shades of Golden Fizz #DFDA1F
Tints of Golden Fizz #DFDA1F
RGB
CMYK
RGB Variations
Color information
#DFDA1F (or 0xDFDA1F) is known color: Golden Fizz. HEX triplet: DF, DA and 1F. RGB value is (223,218,31). Sum of RGB (Red+Green+Blue) = 223+218+31=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA1F is #2025E0. Grayscale: #C6C6C6. Windows color (decimal): -2106849 or 2087647. OLE color: 2087647.
HSL color Cylindrical-coordinate representation of color #DFDA1F: hue angle of 58.44º 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 #DFDA1F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.44º | 0.76% | 0.5% | - |
| HSV(B) | 58.44º | 0.86% | 0.87% | - |
| XYZ | 55.75 | 65.93 | 11.08 | - |
| YUV | 198.18 | 33.66 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 31 | 0 | 0.02 | 0.86 | 0.13 | 58.44 | 0.76 | 0.5 |
| Hex | DF | DA | 1F | 0 | 2 | 56 | D | 3A | 4C | 32 |
| Octal | 337 | 332 | 37 | 0 | 2 | 126 | 15 | 72 | 114 | 62 |
| Binary | 11011111 | 11011010 | 11111 | 0 | 10 | 1010110 | 1101 | 111010 | 1001100 | 110010 |
Color Harmonies of #DFDA1F
Complementary color
Monochromatic Colors of #DFDA1F
Black with #DFDA1F
Text Example
Text Example
White with #DFDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA1F; }
p { color: rgb(223,218,31); }
H1.HeaderClassName
{
color: #DFDA1F;
}
.AnyTagClassName
{
color: #DFDA1F;
}
</style>
background-color css
<style>
a { background-color: #DFDA1F; }
a { background-color: rgb(223,218,31); }
div.DivClassName
{
background-color: #DFDA1F;
}
.BgClassName
{
background-color: #DFDA1F;
}
</style>
border-color css
<style>
span { border-color: #DFDA1F; }
span { border-color: rgb(223,218,31); }
td.TdClassName
{
border-color: #DFDA1F;
}
.TagClassName
{
border-color: #DFDA1F;
}
</style>