Shades of Golden Fizz #DFD22A
Tints of Golden Fizz #DFD22A
RGB
CMYK
RGB Variations
Color information
#DFD22A (or 0xDFD22A) is known color: Golden Fizz. HEX triplet: DF, D2 and 2A. RGB value is (223,210,42). Sum of RGB (Red+Green+Blue) = 223+210+42=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD22A is #202DD5. Grayscale: #C3C3C3. Windows color (decimal): -2108886 or 2806495. OLE color: 2806495.
HSL color Cylindrical-coordinate representation of color #DFD22A: hue angle of 55.69º 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 #DFD22A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.69º | 0.74% | 0.52% | - |
| HSV(B) | 55.69º | 0.81% | 0.87% | - |
| XYZ | 53.9 | 61.95 | 11.31 | - |
| YUV | 194.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 42 | 0 | 0.06 | 0.81 | 0.13 | 55.69 | 0.74 | 0.52 |
| Hex | DF | D2 | 2A | 0 | 6 | 51 | D | 38 | 4A | 34 |
| Octal | 337 | 322 | 52 | 0 | 6 | 121 | 15 | 70 | 112 | 64 |
| Binary | 11011111 | 11010010 | 101010 | 0 | 110 | 1010001 | 1101 | 111000 | 1001010 | 110100 |
Color Harmonies of #DFD22A
Complementary color
Monochromatic Colors of #DFD22A
Black with #DFD22A
Text Example
Text Example
White with #DFD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD22A; }
p { color: rgb(223,210,42); }
H1.HeaderClassName
{
color: #DFD22A;
}
.AnyTagClassName
{
color: #DFD22A;
}
</style>
background-color css
<style>
a { background-color: #DFD22A; }
a { background-color: rgb(223,210,42); }
div.DivClassName
{
background-color: #DFD22A;
}
.BgClassName
{
background-color: #DFD22A;
}
</style>
border-color css
<style>
span { border-color: #DFD22A; }
span { border-color: rgb(223,210,42); }
td.TdClassName
{
border-color: #DFD22A;
}
.TagClassName
{
border-color: #DFD22A;
}
</style>