Shades of Golden Fizz #DFDD29
Tints of Golden Fizz #DFDD29
RGB
CMYK
RGB Variations
Color information
#DFDD29 (or 0xDFDD29) is known color: Golden Fizz. HEX triplet: DF, DD and 29. RGB value is (223,221,41). Sum of RGB (Red+Green+Blue) = 223+221+41=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD29 is #2022D6. Grayscale: #C9C9C9. Windows color (decimal): -2106071 or 2743775. OLE color: 2743775.
HSL color Cylindrical-coordinate representation of color #DFDD29: hue angle of 59.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFDD29 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 41 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.13 |
| HSL | 59.34º | 0.74% | 0.52% | - |
| HSV(B) | 59.34º | 0.82% | 0.87% | - |
| XYZ | 56.69 | 67.56 | 12.15 | - |
| YUV | 201.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 41 | 0 | 0.01 | 0.82 | 0.13 | 59.34 | 0.74 | 0.52 |
| Hex | DF | DD | 29 | 0 | 1 | 52 | D | 3B | 4A | 34 |
| Octal | 337 | 335 | 51 | 0 | 1 | 122 | 15 | 73 | 112 | 64 |
| Binary | 11011111 | 11011101 | 101001 | 0 | 1 | 1010010 | 1101 | 111011 | 1001010 | 110100 |
Color Harmonies of #DFDD29
Complementary color
Monochromatic Colors of #DFDD29
Black with #DFDD29
Text Example
Text Example
White with #DFDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD29; }
p { color: rgb(223,221,41); }
H1.HeaderClassName
{
color: #DFDD29;
}
.AnyTagClassName
{
color: #DFDD29;
}
</style>
background-color css
<style>
a { background-color: #DFDD29; }
a { background-color: rgb(223,221,41); }
div.DivClassName
{
background-color: #DFDD29;
}
.BgClassName
{
background-color: #DFDD29;
}
</style>
border-color css
<style>
span { border-color: #DFDD29; }
span { border-color: rgb(223,221,41); }
td.TdClassName
{
border-color: #DFDD29;
}
.TagClassName
{
border-color: #DFDD29;
}
</style>