Shades of Golden Fizz #DFDD21
Tints of Golden Fizz #DFDD21
RGB
CMYK
RGB Variations
Color information
#DFDD21 (or 0xDFDD21) is known color: Golden Fizz. HEX triplet: DF, DD and 21. RGB value is (223,221,33). Sum of RGB (Red+Green+Blue) = 223+221+33=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD21 is #2022DE. Grayscale: #C8C8C8. Windows color (decimal): -2106079 or 2219487. OLE color: 2219487.
HSL color Cylindrical-coordinate representation of color #DFDD21: hue angle of 59.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFDD21 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 33 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.13 |
| HSL | 59.37º | 0.75% | 0.5% | - |
| HSV(B) | 59.37º | 0.85% | 0.87% | - |
| XYZ | 56.56 | 67.51 | 11.49 | - |
| YUV | 200.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 33 | 0 | 0.01 | 0.85 | 0.13 | 59.37 | 0.75 | 0.5 |
| Hex | DF | DD | 21 | 0 | 1 | 55 | D | 3B | 4B | 32 |
| Octal | 337 | 335 | 41 | 0 | 1 | 125 | 15 | 73 | 113 | 62 |
| Binary | 11011111 | 11011101 | 100001 | 0 | 1 | 1010101 | 1101 | 111011 | 1001011 | 110010 |
Color Harmonies of #DFDD21
Complementary color
Monochromatic Colors of #DFDD21
Black with #DFDD21
Text Example
Text Example
White with #DFDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD21; }
p { color: rgb(223,221,33); }
H1.HeaderClassName
{
color: #DFDD21;
}
.AnyTagClassName
{
color: #DFDD21;
}
</style>
background-color css
<style>
a { background-color: #DFDD21; }
a { background-color: rgb(223,221,33); }
div.DivClassName
{
background-color: #DFDD21;
}
.BgClassName
{
background-color: #DFDD21;
}
</style>
border-color css
<style>
span { border-color: #DFDD21; }
span { border-color: rgb(223,221,33); }
td.TdClassName
{
border-color: #DFDD21;
}
.TagClassName
{
border-color: #DFDD21;
}
</style>