Shades of Bitter Lemon #DCDF2E
Tints of Bitter Lemon #DCDF2E
RGB
CMYK
RGB Variations
Color information
#DCDF2E (or 0xDCDF2E) is known color: Bitter Lemon. HEX triplet: DC, DF and 2E. RGB value is (220,223,46). Sum of RGB (Red+Green+Blue) = 220+223+46=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF2E is #2320D1. Grayscale: #CACACA. Windows color (decimal): -2302162 or 3071964. OLE color: 3071964.
HSL color Cylindrical-coordinate representation of color #DCDF2E: hue angle of 61.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCDF2E is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 46 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.13 |
| HSL | 61.02º | 0.73% | 0.53% | - |
| HSV(B) | 61.02º | 0.79% | 0.87% | - |
| XYZ | 56.4 | 68.19 | 12.77 | - |
| YUV | 201.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 46 | 0.01 | 0 | 0.79 | 0.13 | 61.02 | 0.73 | 0.53 |
| Hex | DC | DF | 2E | 1 | 0 | 4F | D | 3D | 49 | 35 |
| Octal | 334 | 337 | 56 | 1 | 0 | 117 | 15 | 75 | 111 | 65 |
| Binary | 11011100 | 11011111 | 101110 | 1 | 0 | 1001111 | 1101 | 111101 | 1001001 | 110101 |
Color Harmonies of #DCDF2E
Complementary color
Monochromatic Colors of #DCDF2E
Black with #DCDF2E
Text Example
Text Example
White with #DCDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF2E; }
p { color: rgb(220,223,46); }
H1.HeaderClassName
{
color: #DCDF2E;
}
.AnyTagClassName
{
color: #DCDF2E;
}
</style>
background-color css
<style>
a { background-color: #DCDF2E; }
a { background-color: rgb(220,223,46); }
div.DivClassName
{
background-color: #DCDF2E;
}
.BgClassName
{
background-color: #DCDF2E;
}
</style>
border-color css
<style>
span { border-color: #DCDF2E; }
span { border-color: rgb(220,223,46); }
td.TdClassName
{
border-color: #DCDF2E;
}
.TagClassName
{
border-color: #DCDF2E;
}
</style>