Shades of Golden Fizz #DFE027
Tints of Golden Fizz #DFE027
RGB
CMYK
RGB Variations
Color information
#DFE027 (or 0xDFE027) is known color: Golden Fizz. HEX triplet: DF, E0 and 27. RGB value is (223,224,39). Sum of RGB (Red+Green+Blue) = 223+224+39=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE027 is #201FD8. Grayscale: #CBCBCB. Windows color (decimal): -2105305 or 2613471. OLE color: 2613471.
HSL color Cylindrical-coordinate representation of color #DFE027: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFE027 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 39 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.12 |
| HSL | 60.32º | 0.75% | 0.52% | - |
| HSV(B) | 60.32º | 0.83% | 0.88% | - |
| XYZ | 57.45 | 69.15 | 12.24 | - |
| YUV | 202.61 | 35.67 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 39 | 0.00 | 0 | 0.83 | 0.12 | 60.32 | 0.75 | 0.52 |
| Hex | DF | E0 | 27 | 0 | 0 | 53 | C | 3C | 4B | 34 |
| Octal | 337 | 340 | 47 | 0 | 0 | 123 | 14 | 74 | 113 | 64 |
| Binary | 11011111 | 11100000 | 100111 | 0 | 0 | 1010011 | 1100 | 111100 | 1001011 | 110100 |
Color Harmonies of #DFE027
Complementary color
Monochromatic Colors of #DFE027
Black with #DFE027
Text Example
Text Example
White with #DFE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE027; }
p { color: rgb(223,224,39); }
H1.HeaderClassName
{
color: #DFE027;
}
.AnyTagClassName
{
color: #DFE027;
}
</style>
background-color css
<style>
a { background-color: #DFE027; }
a { background-color: rgb(223,224,39); }
div.DivClassName
{
background-color: #DFE027;
}
.BgClassName
{
background-color: #DFE027;
}
</style>
border-color css
<style>
span { border-color: #DFE027; }
span { border-color: rgb(223,224,39); }
td.TdClassName
{
border-color: #DFE027;
}
.TagClassName
{
border-color: #DFE027;
}
</style>