Shades of Lemon #DFDF0E
Tints of Lemon #DFDF0E
RGB
CMYK
RGB Variations
Color information
#DFDF0E (or 0xDFDF0E) is known color: Lemon. HEX triplet: DF, DF and 0E. RGB value is (223,223,14). Sum of RGB (Red+Green+Blue) = 223+223+14=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF0E is #2020F1. Grayscale: #C8C8C8. Windows color (decimal): -2105586 or 974815. OLE color: 974815.
HSL color Cylindrical-coordinate representation of color #DFDF0E: hue angle of 60º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFDF0E is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 14 | - |
| CMYK | 0 | 0 | 0.94 | 0.13 |
| HSL | 60º | 0.88% | 0.46% | - |
| HSV(B) | 60º | 0.94% | 0.87% | - |
| XYZ | 56.9 | 68.5 | 10.64 | - |
| YUV | 199.17 | 23.5 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 14 | 0 | 0 | 0.94 | 0.13 | 60 | 0.88 | 0.46 |
| Hex | DF | DF | E | 0 | 0 | 5E | D | 3C | 58 | 2E |
| Octal | 337 | 337 | 16 | 0 | 0 | 136 | 15 | 74 | 130 | 56 |
| Binary | 11011111 | 11011111 | 1110 | 0 | 0 | 1011110 | 1101 | 111100 | 1011000 | 101110 |
Color Harmonies of #DFDF0E
Complementary color
Monochromatic Colors of #DFDF0E
Black with #DFDF0E
Text Example
Text Example
White with #DFDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF0E; }
p { color: rgb(223,223,14); }
H1.HeaderClassName
{
color: #DFDF0E;
}
.AnyTagClassName
{
color: #DFDF0E;
}
</style>
background-color css
<style>
a { background-color: #DFDF0E; }
a { background-color: rgb(223,223,14); }
div.DivClassName
{
background-color: #DFDF0E;
}
.BgClassName
{
background-color: #DFDF0E;
}
</style>
border-color css
<style>
span { border-color: #DFDF0E; }
span { border-color: rgb(223,223,14); }
td.TdClassName
{
border-color: #DFDF0E;
}
.TagClassName
{
border-color: #DFDF0E;
}
</style>