Shades of Golden Fizz #DFE31A
Tints of Golden Fizz #DFE31A
RGB
CMYK
RGB Variations
Color information
#DFE31A (or 0xDFE31A) is known color: Golden Fizz. HEX triplet: DF, E3 and 1A. RGB value is (223,227,26). Sum of RGB (Red+Green+Blue) = 223+227+26=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE31A is #201CE5. Grayscale: #CBCBCB. Windows color (decimal): -2104550 or 1762271. OLE color: 1762271.
HSL color Cylindrical-coordinate representation of color #DFE31A: hue angle of 61.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFE31A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.11 |
| HSL | 61.19º | 0.79% | 0.5% | - |
| HSV(B) | 61.19º | 0.89% | 0.89% | - |
| XYZ | 58.09 | 70.7 | 11.56 | - |
| YUV | 202.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 26 | 0.02 | 0 | 0.89 | 0.11 | 61.19 | 0.79 | 0.5 |
| Hex | DF | E3 | 1A | 2 | 0 | 59 | B | 3D | 4F | 32 |
| Octal | 337 | 343 | 32 | 2 | 0 | 131 | 13 | 75 | 117 | 62 |
| Binary | 11011111 | 11100011 | 11010 | 10 | 0 | 1011001 | 1011 | 111101 | 1001111 | 110010 |
Color Harmonies of #DFE31A
Complementary color
Monochromatic Colors of #DFE31A
Black with #DFE31A
Text Example
Text Example
White with #DFE31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE31A; }
p { color: rgb(223,227,26); }
H1.HeaderClassName
{
color: #DFE31A;
}
.AnyTagClassName
{
color: #DFE31A;
}
</style>
background-color css
<style>
a { background-color: #DFE31A; }
a { background-color: rgb(223,227,26); }
div.DivClassName
{
background-color: #DFE31A;
}
.BgClassName
{
background-color: #DFE31A;
}
</style>
border-color css
<style>
span { border-color: #DFE31A; }
span { border-color: rgb(223,227,26); }
td.TdClassName
{
border-color: #DFE31A;
}
.TagClassName
{
border-color: #DFE31A;
}
</style>