Shades of Bitter Lemon #DCDE24
Tints of Bitter Lemon #DCDE24
RGB
CMYK
RGB Variations
Color information
#DCDE24 (or 0xDCDE24) is known color: Bitter Lemon. HEX triplet: DC, DE and 24. RGB value is (220,222,36). Sum of RGB (Red+Green+Blue) = 220+222+36=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE24 is #2321DB. Grayscale: #C8C8C8. Windows color (decimal): -2302428 or 2416348. OLE color: 2416348.
HSL color Cylindrical-coordinate representation of color #DCDE24: hue angle of 60.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDE24 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 36 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.13 |
| HSL | 60.65º | 0.74% | 0.51% | - |
| HSV(B) | 60.65º | 0.84% | 0.87% | - |
| XYZ | 55.95 | 67.59 | 11.77 | - |
| YUV | 200.2 | 35.34 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 36 | 0.01 | 0 | 0.84 | 0.13 | 60.65 | 0.74 | 0.51 |
| Hex | DC | DE | 24 | 1 | 0 | 54 | D | 3D | 4A | 33 |
| Octal | 334 | 336 | 44 | 1 | 0 | 124 | 15 | 75 | 112 | 63 |
| Binary | 11011100 | 11011110 | 100100 | 1 | 0 | 1010100 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DCDE24
Complementary color
Monochromatic Colors of #DCDE24
Black with #DCDE24
Text Example
Text Example
White with #DCDE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE24; }
p { color: rgb(220,222,36); }
H1.HeaderClassName
{
color: #DCDE24;
}
.AnyTagClassName
{
color: #DCDE24;
}
</style>
background-color css
<style>
a { background-color: #DCDE24; }
a { background-color: rgb(220,222,36); }
div.DivClassName
{
background-color: #DCDE24;
}
.BgClassName
{
background-color: #DCDE24;
}
</style>
border-color css
<style>
span { border-color: #DCDE24; }
span { border-color: rgb(220,222,36); }
td.TdClassName
{
border-color: #DCDE24;
}
.TagClassName
{
border-color: #DCDE24;
}
</style>