Shades of Golden Fizz #DFE11B
Tints of Golden Fizz #DFE11B
RGB
CMYK
RGB Variations
Color information
#DFE11B (or 0xDFE11B) is known color: Golden Fizz. HEX triplet: DF, E1 and 1B. RGB value is (223,225,27). Sum of RGB (Red+Green+Blue) = 223+225+27=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE11B is #201EE4. Grayscale: #CACACA. Windows color (decimal): -2105061 or 1827295. OLE color: 1827295.
HSL color Cylindrical-coordinate representation of color #DFE11B: hue angle of 60.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFE11B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 27 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.12 |
| HSL | 60.61º | 0.79% | 0.49% | - |
| HSV(B) | 60.61º | 0.88% | 0.88% | - |
| XYZ | 57.55 | 69.62 | 11.44 | - |
| YUV | 201.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 27 | 0.01 | 0 | 0.88 | 0.12 | 60.61 | 0.79 | 0.49 |
| Hex | DF | E1 | 1B | 1 | 0 | 58 | C | 3D | 4F | 31 |
| Octal | 337 | 341 | 33 | 1 | 0 | 130 | 14 | 75 | 117 | 61 |
| Binary | 11011111 | 11100001 | 11011 | 1 | 0 | 1011000 | 1100 | 111101 | 1001111 | 110001 |
Color Harmonies of #DFE11B
Complementary color
Monochromatic Colors of #DFE11B
Black with #DFE11B
Text Example
Text Example
White with #DFE11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE11B; }
p { color: rgb(223,225,27); }
H1.HeaderClassName
{
color: #DFE11B;
}
.AnyTagClassName
{
color: #DFE11B;
}
</style>
background-color css
<style>
a { background-color: #DFE11B; }
a { background-color: rgb(223,225,27); }
div.DivClassName
{
background-color: #DFE11B;
}
.BgClassName
{
background-color: #DFE11B;
}
</style>
border-color css
<style>
span { border-color: #DFE11B; }
span { border-color: rgb(223,225,27); }
td.TdClassName
{
border-color: #DFE11B;
}
.TagClassName
{
border-color: #DFE11B;
}
</style>