Shades of Golden Fizz #DFDC23
Tints of Golden Fizz #DFDC23
RGB
CMYK
RGB Variations
Color information
#DFDC23 (or 0xDFDC23) is known color: Golden Fizz. HEX triplet: DF, DC and 23. RGB value is (223,220,35). Sum of RGB (Red+Green+Blue) = 223+220+35=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC23 is #2023DC. Grayscale: #C8C8C8. Windows color (decimal): -2106333 or 2350303. OLE color: 2350303.
HSL color Cylindrical-coordinate representation of color #DFDC23: hue angle of 59.04º 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 #DFDC23 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 35 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.13 |
| HSL | 59.04º | 0.75% | 0.51% | - |
| HSV(B) | 59.04º | 0.84% | 0.87% | - |
| XYZ | 56.33 | 67 | 11.55 | - |
| YUV | 199.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 35 | 0 | 0.01 | 0.84 | 0.13 | 59.04 | 0.75 | 0.51 |
| Hex | DF | DC | 23 | 0 | 1 | 54 | D | 3B | 4B | 33 |
| Octal | 337 | 334 | 43 | 0 | 1 | 124 | 15 | 73 | 113 | 63 |
| Binary | 11011111 | 11011100 | 100011 | 0 | 1 | 1010100 | 1101 | 111011 | 1001011 | 110011 |
Color Harmonies of #DFDC23
Complementary color
Monochromatic Colors of #DFDC23
Black with #DFDC23
Text Example
Text Example
White with #DFDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC23; }
p { color: rgb(223,220,35); }
H1.HeaderClassName
{
color: #DFDC23;
}
.AnyTagClassName
{
color: #DFDC23;
}
</style>
background-color css
<style>
a { background-color: #DFDC23; }
a { background-color: rgb(223,220,35); }
div.DivClassName
{
background-color: #DFDC23;
}
.BgClassName
{
background-color: #DFDC23;
}
</style>
border-color css
<style>
span { border-color: #DFDC23; }
span { border-color: rgb(223,220,35); }
td.TdClassName
{
border-color: #DFDC23;
}
.TagClassName
{
border-color: #DFDC23;
}
</style>