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