Shades of Lemon #DEDE07
Tints of Lemon #DEDE07
RGB
CMYK
RGB Variations
Color information
#DEDE07 (or 0xDEDE07) is known color: Lemon. HEX triplet: DE, DE and 07. RGB value is (222,222,7). Sum of RGB (Red+Green+Blue) = 222+222+7=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE07 is #2121F8. Grayscale: #C6C6C6. Windows color (decimal): -2171385 or 515806. OLE color: 515806.
HSL color Cylindrical-coordinate representation of color #DEDE07: 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 #DEDE07 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 7 | - |
| CMYK | 0 | 0 | 0.97 | 0.13 |
| HSL | 60º | 0.94% | 0.45% | - |
| HSV(B) | 60º | 0.97% | 0.87% | - |
| XYZ | 56.28 | 67.79 | 10.32 | - |
| YUV | 197.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 7 | 0 | 0 | 0.97 | 0.13 | 60 | 0.94 | 0.45 |
| Hex | DE | DE | 7 | 0 | 0 | 61 | D | 3C | 5E | 2D |
| Octal | 336 | 336 | 7 | 0 | 0 | 141 | 15 | 74 | 136 | 55 |
| Binary | 11011110 | 11011110 | 111 | 0 | 0 | 1100001 | 1101 | 111100 | 1011110 | 101101 |
Color Harmonies of #DEDE07
Complementary color
Monochromatic Colors of #DEDE07
Black with #DEDE07
Text Example
Text Example
White with #DEDE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE07; }
p { color: rgb(222,222,7); }
H1.HeaderClassName
{
color: #DEDE07;
}
.AnyTagClassName
{
color: #DEDE07;
}
</style>
background-color css
<style>
a { background-color: #DEDE07; }
a { background-color: rgb(222,222,7); }
div.DivClassName
{
background-color: #DEDE07;
}
.BgClassName
{
background-color: #DEDE07;
}
</style>
border-color css
<style>
span { border-color: #DEDE07; }
span { border-color: rgb(222,222,7); }
td.TdClassName
{
border-color: #DEDE07;
}
.TagClassName
{
border-color: #DEDE07;
}
</style>