Shades of Golden Fizz #DFD82A
Tints of Golden Fizz #DFD82A
RGB
CMYK
RGB Variations
Color information
#DFD82A (or 0xDFD82A) is known color: Golden Fizz. HEX triplet: DF, D8 and 2A. RGB value is (223,216,42). Sum of RGB (Red+Green+Blue) = 223+216+42=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD82A is #2027D5. Grayscale: #C6C6C6. Windows color (decimal): -2107350 or 2808031. OLE color: 2808031.
HSL color Cylindrical-coordinate representation of color #DFD82A: hue angle of 57.68º 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 #DFD82A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.13 |
| HSL | 57.68º | 0.74% | 0.52% | - |
| HSV(B) | 57.68º | 0.81% | 0.87% | - |
| XYZ | 55.41 | 64.97 | 11.81 | - |
| YUV | 198.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 42 | 0 | 0.03 | 0.81 | 0.13 | 57.68 | 0.74 | 0.52 |
| Hex | DF | D8 | 2A | 0 | 3 | 51 | D | 3A | 4A | 34 |
| Octal | 337 | 330 | 52 | 0 | 3 | 121 | 15 | 72 | 112 | 64 |
| Binary | 11011111 | 11011000 | 101010 | 0 | 11 | 1010001 | 1101 | 111010 | 1001010 | 110100 |
Color Harmonies of #DFD82A
Complementary color
Monochromatic Colors of #DFD82A
Black with #DFD82A
Text Example
Text Example
White with #DFD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD82A; }
p { color: rgb(223,216,42); }
H1.HeaderClassName
{
color: #DFD82A;
}
.AnyTagClassName
{
color: #DFD82A;
}
</style>
background-color css
<style>
a { background-color: #DFD82A; }
a { background-color: rgb(223,216,42); }
div.DivClassName
{
background-color: #DFD82A;
}
.BgClassName
{
background-color: #DFD82A;
}
</style>
border-color css
<style>
span { border-color: #DFD82A; }
span { border-color: rgb(223,216,42); }
td.TdClassName
{
border-color: #DFD82A;
}
.TagClassName
{
border-color: #DFD82A;
}
</style>