Shades of Golden Fizz #DFE01A
Tints of Golden Fizz #DFE01A
RGB
CMYK
RGB Variations
Color information
#DFE01A (or 0xDFE01A) is known color: Golden Fizz. HEX triplet: DF, E0 and 1A. RGB value is (223,224,26). Sum of RGB (Red+Green+Blue) = 223+224+26=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE01A is #201FE5. Grayscale: #C9C9C9. Windows color (decimal): -2105318 or 1761503. OLE color: 1761503.
HSL color Cylindrical-coordinate representation of color #DFE01A: hue angle of 60.3º 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 #DFE01A is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 26 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.12 |
| HSL | 60.3º | 0.79% | 0.49% | - |
| HSV(B) | 60.3º | 0.88% | 0.88% | - |
| XYZ | 57.27 | 69.07 | 11.29 | - |
| YUV | 201.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 26 | 0.00 | 0 | 0.88 | 0.12 | 60.3 | 0.79 | 0.49 |
| Hex | DF | E0 | 1A | 0 | 0 | 58 | C | 3C | 4F | 31 |
| Octal | 337 | 340 | 32 | 0 | 0 | 130 | 14 | 74 | 117 | 61 |
| Binary | 11011111 | 11100000 | 11010 | 0 | 0 | 1011000 | 1100 | 111100 | 1001111 | 110001 |
Color Harmonies of #DFE01A
Complementary color
Monochromatic Colors of #DFE01A
Black with #DFE01A
Text Example
Text Example
White with #DFE01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE01A; }
p { color: rgb(223,224,26); }
H1.HeaderClassName
{
color: #DFE01A;
}
.AnyTagClassName
{
color: #DFE01A;
}
</style>
background-color css
<style>
a { background-color: #DFE01A; }
a { background-color: rgb(223,224,26); }
div.DivClassName
{
background-color: #DFE01A;
}
.BgClassName
{
background-color: #DFE01A;
}
</style>
border-color css
<style>
span { border-color: #DFE01A; }
span { border-color: rgb(223,224,26); }
td.TdClassName
{
border-color: #DFE01A;
}
.TagClassName
{
border-color: #DFE01A;
}
</style>