Shades of Bitter Lemon #DCDE23
Tints of Bitter Lemon #DCDE23
RGB
CMYK
RGB Variations
Color information
#DCDE23 (or 0xDCDE23) is known color: Bitter Lemon. HEX triplet: DC, DE and 23. RGB value is (220,222,35). Sum of RGB (Red+Green+Blue) = 220+222+35=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 35 (14.06% from 255 or 7.34% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE23 is #2321DC. Grayscale: #C8C8C8. Windows color (decimal): -2302429 or 2350812. OLE color: 2350812.
HSL color Cylindrical-coordinate representation of color #DCDE23: hue angle of 60.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCDE23 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 35 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.13 |
| HSL | 60.64º | 0.74% | 0.5% | - |
| HSV(B) | 60.64º | 0.84% | 0.87% | - |
| XYZ | 55.94 | 67.58 | 11.69 | - |
| YUV | 200.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 35 | 0.01 | 0 | 0.84 | 0.13 | 60.64 | 0.74 | 0.5 |
| Hex | DC | DE | 23 | 1 | 0 | 54 | D | 3D | 4A | 32 |
| Octal | 334 | 336 | 43 | 1 | 0 | 124 | 15 | 75 | 112 | 62 |
| Binary | 11011100 | 11011110 | 100011 | 1 | 0 | 1010100 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #DCDE23
Complementary color
Monochromatic Colors of #DCDE23
Black with #DCDE23
Text Example
Text Example
White with #DCDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE23; }
p { color: rgb(220,222,35); }
H1.HeaderClassName
{
color: #DCDE23;
}
.AnyTagClassName
{
color: #DCDE23;
}
</style>
background-color css
<style>
a { background-color: #DCDE23; }
a { background-color: rgb(220,222,35); }
div.DivClassName
{
background-color: #DCDE23;
}
.BgClassName
{
background-color: #DCDE23;
}
</style>
border-color css
<style>
span { border-color: #DCDE23; }
span { border-color: rgb(220,222,35); }
td.TdClassName
{
border-color: #DCDE23;
}
.TagClassName
{
border-color: #DCDE23;
}
</style>