Shades of Golden Fizz #DFDB1D
Tints of Golden Fizz #DFDB1D
RGB
CMYK
RGB Variations
Color information
#DFDB1D (or 0xDFDB1D) is known color: Golden Fizz. HEX triplet: DF, DB and 1D. RGB value is (223,219,29). Sum of RGB (Red+Green+Blue) = 223+219+29=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB1D is #2024E2. Grayscale: #C7C7C7. Windows color (decimal): -2106595 or 1956831. OLE color: 1956831.
HSL color Cylindrical-coordinate representation of color #DFDB1D: hue angle of 58.76º 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 #DFDB1D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.13 |
| HSL | 58.76º | 0.77% | 0.49% | - |
| HSV(B) | 58.76º | 0.87% | 0.87% | - |
| XYZ | 55.98 | 66.44 | 11.04 | - |
| YUV | 198.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 29 | 0 | 0.02 | 0.87 | 0.13 | 58.76 | 0.77 | 0.49 |
| Hex | DF | DB | 1D | 0 | 2 | 57 | D | 3B | 4D | 31 |
| Octal | 337 | 333 | 35 | 0 | 2 | 127 | 15 | 73 | 115 | 61 |
| Binary | 11011111 | 11011011 | 11101 | 0 | 10 | 1010111 | 1101 | 111011 | 1001101 | 110001 |
Color Harmonies of #DFDB1D
Complementary color
Monochromatic Colors of #DFDB1D
Black with #DFDB1D
Text Example
Text Example
White with #DFDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB1D; }
p { color: rgb(223,219,29); }
H1.HeaderClassName
{
color: #DFDB1D;
}
.AnyTagClassName
{
color: #DFDB1D;
}
</style>
background-color css
<style>
a { background-color: #DFDB1D; }
a { background-color: rgb(223,219,29); }
div.DivClassName
{
background-color: #DFDB1D;
}
.BgClassName
{
background-color: #DFDB1D;
}
</style>
border-color css
<style>
span { border-color: #DFDB1D; }
span { border-color: rgb(223,219,29); }
td.TdClassName
{
border-color: #DFDB1D;
}
.TagClassName
{
border-color: #DFDB1D;
}
</style>