Shades of Lemon #DEDD07
Tints of Lemon #DEDD07
RGB
CMYK
RGB Variations
Color information
#DEDD07 (or 0xDEDD07) is known color: Lemon. HEX triplet: DE, DD and 07. RGB value is (222,221,7). Sum of RGB (Red+Green+Blue) = 222+221+7=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD07 is #2122F8. Grayscale: #C5C5C5. Windows color (decimal): -2171641 or 515550. OLE color: 515550.
HSL color Cylindrical-coordinate representation of color #DEDD07: hue angle of 59.72º 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 #DEDD07 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 7 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.13 |
| HSL | 59.72º | 0.94% | 0.45% | - |
| HSV(B) | 59.72º | 0.97% | 0.87% | - |
| XYZ | 56.02 | 67.26 | 10.23 | - |
| YUV | 196.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 7 | 0 | 0.00 | 0.97 | 0.13 | 59.72 | 0.94 | 0.45 |
| Hex | DE | DD | 7 | 0 | 0 | 61 | D | 3C | 5E | 2D |
| Octal | 336 | 335 | 7 | 0 | 0 | 141 | 15 | 74 | 136 | 55 |
| Binary | 11011110 | 11011101 | 111 | 0 | 0 | 1100001 | 1101 | 111100 | 1011110 | 101101 |
Color Harmonies of #DEDD07
Complementary color
Monochromatic Colors of #DEDD07
Black with #DEDD07
Text Example
Text Example
White with #DEDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD07; }
p { color: rgb(222,221,7); }
H1.HeaderClassName
{
color: #DEDD07;
}
.AnyTagClassName
{
color: #DEDD07;
}
</style>
background-color css
<style>
a { background-color: #DEDD07; }
a { background-color: rgb(222,221,7); }
div.DivClassName
{
background-color: #DEDD07;
}
.BgClassName
{
background-color: #DEDD07;
}
</style>
border-color css
<style>
span { border-color: #DEDD07; }
span { border-color: rgb(222,221,7); }
td.TdClassName
{
border-color: #DEDD07;
}
.TagClassName
{
border-color: #DEDD07;
}
</style>