Shades of Golden Fizz #DFDA2B
Tints of Golden Fizz #DFDA2B
RGB
CMYK
RGB Variations
Color information
#DFDA2B (or 0xDFDA2B) is known color: Golden Fizz. HEX triplet: DF, DA and 2B. RGB value is (223,218,43). Sum of RGB (Red+Green+Blue) = 223+218+43=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA2B is #2025D4. Grayscale: #C8C8C8. Windows color (decimal): -2106837 or 2874079. OLE color: 2874079.
HSL color Cylindrical-coordinate representation of color #DFDA2B: hue angle of 58.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFDA2B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 43 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.13 |
| HSL | 58.33º | 0.74% | 0.52% | - |
| HSV(B) | 58.33º | 0.81% | 0.87% | - |
| XYZ | 55.94 | 66.01 | 12.08 | - |
| YUV | 199.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 43 | 0 | 0.02 | 0.81 | 0.13 | 58.33 | 0.74 | 0.52 |
| Hex | DF | DA | 2B | 0 | 2 | 51 | D | 3A | 4A | 34 |
| Octal | 337 | 332 | 53 | 0 | 2 | 121 | 15 | 72 | 112 | 64 |
| Binary | 11011111 | 11011010 | 101011 | 0 | 10 | 1010001 | 1101 | 111010 | 1001010 | 110100 |
Color Harmonies of #DFDA2B
Complementary color
Monochromatic Colors of #DFDA2B
Black with #DFDA2B
Text Example
Text Example
White with #DFDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA2B; }
p { color: rgb(223,218,43); }
H1.HeaderClassName
{
color: #DFDA2B;
}
.AnyTagClassName
{
color: #DFDA2B;
}
</style>
background-color css
<style>
a { background-color: #DFDA2B; }
a { background-color: rgb(223,218,43); }
div.DivClassName
{
background-color: #DFDA2B;
}
.BgClassName
{
background-color: #DFDA2B;
}
</style>
border-color css
<style>
span { border-color: #DFDA2B; }
span { border-color: rgb(223,218,43); }
td.TdClassName
{
border-color: #DFDA2B;
}
.TagClassName
{
border-color: #DFDA2B;
}
</style>