Shades of Golden Fizz #DFE02B
Tints of Golden Fizz #DFE02B
RGB
CMYK
RGB Variations
Color information
#DFE02B (or 0xDFE02B) is known color: Golden Fizz. HEX triplet: DF, E0 and 2B. RGB value is (223,224,43). Sum of RGB (Red+Green+Blue) = 223+224+43=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE02B is #201FD4. Grayscale: #CBCBCB. Windows color (decimal): -2105301 or 2875615. OLE color: 2875615.
HSL color Cylindrical-coordinate representation of color #DFE02B: hue angle of 60.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFE02B is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 43 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.12 |
| HSL | 60.33º | 0.74% | 0.52% | - |
| HSV(B) | 60.33º | 0.81% | 0.88% | - |
| XYZ | 57.52 | 69.17 | 12.61 | - |
| YUV | 203.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 43 | 0.00 | 0 | 0.81 | 0.12 | 60.33 | 0.74 | 0.52 |
| Hex | DF | E0 | 2B | 0 | 0 | 51 | C | 3C | 4A | 34 |
| Octal | 337 | 340 | 53 | 0 | 0 | 121 | 14 | 74 | 112 | 64 |
| Binary | 11011111 | 11100000 | 101011 | 0 | 0 | 1010001 | 1100 | 111100 | 1001010 | 110100 |
Color Harmonies of #DFE02B
Complementary color
Monochromatic Colors of #DFE02B
Black with #DFE02B
Text Example
Text Example
White with #DFE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE02B; }
p { color: rgb(223,224,43); }
H1.HeaderClassName
{
color: #DFE02B;
}
.AnyTagClassName
{
color: #DFE02B;
}
</style>
background-color css
<style>
a { background-color: #DFE02B; }
a { background-color: rgb(223,224,43); }
div.DivClassName
{
background-color: #DFE02B;
}
.BgClassName
{
background-color: #DFE02B;
}
</style>
border-color css
<style>
span { border-color: #DFE02B; }
span { border-color: rgb(223,224,43); }
td.TdClassName
{
border-color: #DFE02B;
}
.TagClassName
{
border-color: #DFE02B;
}
</style>