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