Shades of Lemon #DEDF08
Tints of Lemon #DEDF08
RGB
CMYK
RGB Variations
Color information
#DEDF08 (or 0xDEDF08) is known color: Lemon. HEX triplet: DE, DF and 08. RGB value is (222,223,8). Sum of RGB (Red+Green+Blue) = 222+223+8=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF08 is #2120F7. Grayscale: #C7C7C7. Windows color (decimal): -2171128 or 581598. OLE color: 581598.
HSL color Cylindrical-coordinate representation of color #DEDF08: hue angle of 60.28º 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 #DEDF08 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 8 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.13 |
| HSL | 60.28º | 0.93% | 0.45% | - |
| HSV(B) | 60.28º | 0.96% | 0.87% | - |
| XYZ | 56.56 | 68.32 | 10.44 | - |
| YUV | 198.19 | 20.67 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 8 | 0.00 | 0 | 0.96 | 0.13 | 60.28 | 0.93 | 0.45 |
| Hex | DE | DF | 8 | 0 | 0 | 60 | D | 3C | 5D | 2D |
| Octal | 336 | 337 | 10 | 0 | 0 | 140 | 15 | 74 | 135 | 55 |
| Binary | 11011110 | 11011111 | 1000 | 0 | 0 | 1100000 | 1101 | 111100 | 1011101 | 101101 |
Color Harmonies of #DEDF08
Complementary color
Monochromatic Colors of #DEDF08
Black with #DEDF08
Text Example
Text Example
White with #DEDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF08; }
p { color: rgb(222,223,8); }
H1.HeaderClassName
{
color: #DEDF08;
}
.AnyTagClassName
{
color: #DEDF08;
}
</style>
background-color css
<style>
a { background-color: #DEDF08; }
a { background-color: rgb(222,223,8); }
div.DivClassName
{
background-color: #DEDF08;
}
.BgClassName
{
background-color: #DEDF08;
}
</style>
border-color css
<style>
span { border-color: #DEDF08; }
span { border-color: rgb(222,223,8); }
td.TdClassName
{
border-color: #DEDF08;
}
.TagClassName
{
border-color: #DEDF08;
}
</style>