Shades of Lemon #DFDF07
Tints of Lemon #DFDF07
RGB
CMYK
RGB Variations
Color information
#DFDF07 (or 0xDFDF07) is known color: Lemon. HEX triplet: DF, DF and 07. RGB value is (223,223,7). Sum of RGB (Red+Green+Blue) = 223+223+7=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF07 is #2020F8. Grayscale: #C7C7C7. Windows color (decimal): -2105593 or 516063. OLE color: 516063.
HSL color Cylindrical-coordinate representation of color #DFDF07: hue angle of 60º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFDF07 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.13 |
| HSL | 60º | 0.94% | 0.45% | - |
| HSV(B) | 60º | 0.97% | 0.87% | - |
| XYZ | 56.86 | 68.48 | 10.42 | - |
| YUV | 198.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 7 | 0 | 0 | 0.97 | 0.13 | 60 | 0.94 | 0.45 |
| Hex | DF | DF | 7 | 0 | 0 | 61 | D | 3C | 5E | 2D |
| Octal | 337 | 337 | 7 | 0 | 0 | 141 | 15 | 74 | 136 | 55 |
| Binary | 11011111 | 11011111 | 111 | 0 | 0 | 1100001 | 1101 | 111100 | 1011110 | 101101 |
Color Harmonies of #DFDF07
Complementary color
Monochromatic Colors of #DFDF07
Black with #DFDF07
Text Example
Text Example
White with #DFDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF07; }
p { color: rgb(223,223,7); }
H1.HeaderClassName
{
color: #DFDF07;
}
.AnyTagClassName
{
color: #DFDF07;
}
</style>
background-color css
<style>
a { background-color: #DFDF07; }
a { background-color: rgb(223,223,7); }
div.DivClassName
{
background-color: #DFDF07;
}
.BgClassName
{
background-color: #DFDF07;
}
</style>
border-color css
<style>
span { border-color: #DFDF07; }
span { border-color: rgb(223,223,7); }
td.TdClassName
{
border-color: #DFDF07;
}
.TagClassName
{
border-color: #DFDF07;
}
</style>