Shades of Golden Fizz #DEE019
Tints of Golden Fizz #DEE019
RGB
CMYK
RGB Variations
Color information
#DEE019 (or 0xDEE019) is known color: Golden Fizz. HEX triplet: DE, E0 and 19. RGB value is (222,224,25). Sum of RGB (Red+Green+Blue) = 222+224+25=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE019 is #211FE6. Grayscale: #C9C9C9. Windows color (decimal): -2170855 or 1695966. OLE color: 1695966.
HSL color Cylindrical-coordinate representation of color #DEE019: hue angle of 60.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEE019 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.12 |
| HSL | 60.6º | 0.8% | 0.49% | - |
| HSV(B) | 60.6º | 0.89% | 0.88% | - |
| XYZ | 56.96 | 68.91 | 11.22 | - |
| YUV | 200.72 | 28.84 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 25 | 0.01 | 0 | 0.89 | 0.12 | 60.6 | 0.8 | 0.49 |
| Hex | DE | E0 | 19 | 1 | 0 | 59 | C | 3D | 50 | 31 |
| Octal | 336 | 340 | 31 | 1 | 0 | 131 | 14 | 75 | 120 | 61 |
| Binary | 11011110 | 11100000 | 11001 | 1 | 0 | 1011001 | 1100 | 111101 | 1010000 | 110001 |
Color Harmonies of #DEE019
Complementary color
Monochromatic Colors of #DEE019
Black with #DEE019
Text Example
Text Example
White with #DEE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE019; }
p { color: rgb(222,224,25); }
H1.HeaderClassName
{
color: #DEE019;
}
.AnyTagClassName
{
color: #DEE019;
}
</style>
background-color css
<style>
a { background-color: #DEE019; }
a { background-color: rgb(222,224,25); }
div.DivClassName
{
background-color: #DEE019;
}
.BgClassName
{
background-color: #DEE019;
}
</style>
border-color css
<style>
span { border-color: #DEE019; }
span { border-color: rgb(222,224,25); }
td.TdClassName
{
border-color: #DEE019;
}
.TagClassName
{
border-color: #DEE019;
}
</style>