Shades of Golden Fizz #DFD92A
Tints of Golden Fizz #DFD92A
RGB
CMYK
RGB Variations
Color information
#DFD92A (or 0xDFD92A) is known color: Golden Fizz. HEX triplet: DF, D9 and 2A. RGB value is (223,217,42). Sum of RGB (Red+Green+Blue) = 223+217+42=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD92A is #2026D5. Grayscale: #C7C7C7. Windows color (decimal): -2107094 or 2808287. OLE color: 2808287.
HSL color Cylindrical-coordinate representation of color #DFD92A: hue angle of 58.01º 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 #DFD92A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.13 |
| HSL | 58.01º | 0.74% | 0.52% | - |
| HSV(B) | 58.01º | 0.81% | 0.87% | - |
| XYZ | 55.66 | 65.48 | 11.9 | - |
| YUV | 198.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 42 | 0 | 0.03 | 0.81 | 0.13 | 58.01 | 0.74 | 0.52 |
| Hex | DF | D9 | 2A | 0 | 3 | 51 | D | 3A | 4A | 34 |
| Octal | 337 | 331 | 52 | 0 | 3 | 121 | 15 | 72 | 112 | 64 |
| Binary | 11011111 | 11011001 | 101010 | 0 | 11 | 1010001 | 1101 | 111010 | 1001010 | 110100 |
Color Harmonies of #DFD92A
Complementary color
Monochromatic Colors of #DFD92A
Black with #DFD92A
Text Example
Text Example
White with #DFD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD92A; }
p { color: rgb(223,217,42); }
H1.HeaderClassName
{
color: #DFD92A;
}
.AnyTagClassName
{
color: #DFD92A;
}
</style>
background-color css
<style>
a { background-color: #DFD92A; }
a { background-color: rgb(223,217,42); }
div.DivClassName
{
background-color: #DFD92A;
}
.BgClassName
{
background-color: #DFD92A;
}
</style>
border-color css
<style>
span { border-color: #DFD92A; }
span { border-color: rgb(223,217,42); }
td.TdClassName
{
border-color: #DFD92A;
}
.TagClassName
{
border-color: #DFD92A;
}
</style>