Shades of Lemon #DEDE08
Tints of Lemon #DEDE08
RGB
CMYK
RGB Variations
Color information
#DEDE08 (or 0xDEDE08) is known color: Lemon. HEX triplet: DE, DE and 08. RGB value is (222,222,8). Sum of RGB (Red+Green+Blue) = 222+222+8=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE08 is #2121F7. Grayscale: #C6C6C6. Windows color (decimal): -2171384 or 581342. OLE color: 581342.
HSL color Cylindrical-coordinate representation of color #DEDE08: hue angle of 60º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEDE08 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 8 | - |
| CMYK | 0 | 0 | 0.96 | 0.13 |
| HSL | 60º | 0.93% | 0.45% | - |
| HSV(B) | 60º | 0.96% | 0.87% | - |
| XYZ | 56.29 | 67.79 | 10.35 | - |
| YUV | 197.6 | 21 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 8 | 0 | 0 | 0.96 | 0.13 | 60 | 0.93 | 0.45 |
| Hex | DE | DE | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
| Octal | 336 | 336 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
| Binary | 11011110 | 11011110 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DEDE08
Complementary color
Monochromatic Colors of #DEDE08
Black with #DEDE08
Text Example
Text Example
White with #DEDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE08; }
p { color: rgb(222,222,8); }
H1.HeaderClassName
{
color: #DEDE08;
}
.AnyTagClassName
{
color: #DEDE08;
}
</style>
background-color css
<style>
a { background-color: #DEDE08; }
a { background-color: rgb(222,222,8); }
div.DivClassName
{
background-color: #DEDE08;
}
.BgClassName
{
background-color: #DEDE08;
}
</style>
border-color css
<style>
span { border-color: #DEDE08; }
span { border-color: rgb(222,222,8); }
td.TdClassName
{
border-color: #DEDE08;
}
.TagClassName
{
border-color: #DEDE08;
}
</style>