Shades of Lemon #DFE011
Tints of Lemon #DFE011
RGB
CMYK
RGB Variations
Color information
#DFE011 (or 0xDFE011) is known color: Lemon. HEX triplet: DF, E0 and 11. RGB value is (223,224,17). Sum of RGB (Red+Green+Blue) = 223+224+17=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE011 is #201FEE. Grayscale: #C8C8C8. Windows color (decimal): -2105327 or 1171679. OLE color: 1171679.
HSL color Cylindrical-coordinate representation of color #DFE011: hue angle of 60.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE011 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 17 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.12 |
| HSL | 60.29º | 0.86% | 0.47% | - |
| HSV(B) | 60.29º | 0.92% | 0.88% | - |
| XYZ | 57.19 | 69.04 | 10.84 | - |
| YUV | 200.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 17 | 0.00 | 0 | 0.92 | 0.12 | 60.29 | 0.86 | 0.47 |
| Hex | DF | E0 | 11 | 0 | 0 | 5C | C | 3C | 56 | 2F |
| Octal | 337 | 340 | 21 | 0 | 0 | 134 | 14 | 74 | 126 | 57 |
| Binary | 11011111 | 11100000 | 10001 | 0 | 0 | 1011100 | 1100 | 111100 | 1010110 | 101111 |
Color Harmonies of #DFE011
Complementary color
Monochromatic Colors of #DFE011
Black with #DFE011
Text Example
Text Example
White with #DFE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE011; }
p { color: rgb(223,224,17); }
H1.HeaderClassName
{
color: #DFE011;
}
.AnyTagClassName
{
color: #DFE011;
}
</style>
background-color css
<style>
a { background-color: #DFE011; }
a { background-color: rgb(223,224,17); }
div.DivClassName
{
background-color: #DFE011;
}
.BgClassName
{
background-color: #DFE011;
}
</style>
border-color css
<style>
span { border-color: #DFE011; }
span { border-color: rgb(223,224,17); }
td.TdClassName
{
border-color: #DFE011;
}
.TagClassName
{
border-color: #DFE011;
}
</style>