Shades of Golden Fizz #DFDB24
Tints of Golden Fizz #DFDB24
RGB
CMYK
RGB Variations
Color information
#DFDB24 (or 0xDFDB24) is known color: Golden Fizz. HEX triplet: DF, DB and 24. RGB value is (223,219,36). Sum of RGB (Red+Green+Blue) = 223+219+36=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB24 is #2024DB. Grayscale: #C8C8C8. Windows color (decimal): -2106588 or 2415583. OLE color: 2415583.
HSL color Cylindrical-coordinate representation of color #DFDB24: hue angle of 58.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFDB24 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 36 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.13 |
| HSL | 58.72º | 0.75% | 0.51% | - |
| HSV(B) | 58.72º | 0.84% | 0.87% | - |
| XYZ | 56.08 | 66.48 | 11.54 | - |
| YUV | 199.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 36 | 0 | 0.02 | 0.84 | 0.13 | 58.72 | 0.75 | 0.51 |
| Hex | DF | DB | 24 | 0 | 2 | 54 | D | 3B | 4B | 33 |
| Octal | 337 | 333 | 44 | 0 | 2 | 124 | 15 | 73 | 113 | 63 |
| Binary | 11011111 | 11011011 | 100100 | 0 | 10 | 1010100 | 1101 | 111011 | 1001011 | 110011 |
Color Harmonies of #DFDB24
Complementary color
Monochromatic Colors of #DFDB24
Black with #DFDB24
Text Example
Text Example
White with #DFDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB24; }
p { color: rgb(223,219,36); }
H1.HeaderClassName
{
color: #DFDB24;
}
.AnyTagClassName
{
color: #DFDB24;
}
</style>
background-color css
<style>
a { background-color: #DFDB24; }
a { background-color: rgb(223,219,36); }
div.DivClassName
{
background-color: #DFDB24;
}
.BgClassName
{
background-color: #DFDB24;
}
</style>
border-color css
<style>
span { border-color: #DFDB24; }
span { border-color: rgb(223,219,36); }
td.TdClassName
{
border-color: #DFDB24;
}
.TagClassName
{
border-color: #DFDB24;
}
</style>