Shades of Lemon #DFE00D
Tints of Lemon #DFE00D
RGB
CMYK
RGB Variations
Color information
#DFE00D (or 0xDFE00D) is known color: Lemon. HEX triplet: DF, E0 and 0D. RGB value is (223,224,13). Sum of RGB (Red+Green+Blue) = 223+224+13=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE00D is #201FF2. Grayscale: #C8C8C8. Windows color (decimal): -2105331 or 909535. OLE color: 909535.
HSL color Cylindrical-coordinate representation of color #DFE00D: hue angle of 60.28º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFE00D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 13 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.12 |
| HSL | 60.28º | 0.89% | 0.46% | - |
| HSV(B) | 60.28º | 0.94% | 0.88% | - |
| XYZ | 57.16 | 69.03 | 10.69 | - |
| YUV | 199.65 | 22.67 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 13 | 0.00 | 0 | 0.94 | 0.12 | 60.28 | 0.89 | 0.46 |
| Hex | DF | E0 | D | 0 | 0 | 5E | C | 3C | 59 | 2E |
| Octal | 337 | 340 | 15 | 0 | 0 | 136 | 14 | 74 | 131 | 56 |
| Binary | 11011111 | 11100000 | 1101 | 0 | 0 | 1011110 | 1100 | 111100 | 1011001 | 101110 |
Color Harmonies of #DFE00D
Complementary color
Monochromatic Colors of #DFE00D
Black with #DFE00D
Text Example
Text Example
White with #DFE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE00D; }
p { color: rgb(223,224,13); }
H1.HeaderClassName
{
color: #DFE00D;
}
.AnyTagClassName
{
color: #DFE00D;
}
</style>
background-color css
<style>
a { background-color: #DFE00D; }
a { background-color: rgb(223,224,13); }
div.DivClassName
{
background-color: #DFE00D;
}
.BgClassName
{
background-color: #DFE00D;
}
</style>
border-color css
<style>
span { border-color: #DFE00D; }
span { border-color: rgb(223,224,13); }
td.TdClassName
{
border-color: #DFE00D;
}
.TagClassName
{
border-color: #DFE00D;
}
</style>