Shades of Bitter Lemon #DCE021
Tints of Bitter Lemon #DCE021
RGB
CMYK
RGB Variations
Color information
#DCE021 (or 0xDCE021) is known color: Bitter Lemon. HEX triplet: DC, E0 and 21. RGB value is (220,224,33). Sum of RGB (Red+Green+Blue) = 220+224+33=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE021 is #231FDE. Grayscale: #C9C9C9. Windows color (decimal): -2301919 or 2220252. OLE color: 2220252.
HSL color Cylindrical-coordinate representation of color #DCE021: hue angle of 61.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCE021 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.12 |
| HSL | 61.26º | 0.75% | 0.5% | - |
| HSV(B) | 61.26º | 0.85% | 0.88% | - |
| XYZ | 56.45 | 68.64 | 11.71 | - |
| YUV | 201.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 33 | 0.02 | 0 | 0.85 | 0.12 | 61.26 | 0.75 | 0.5 |
| Hex | DC | E0 | 21 | 2 | 0 | 55 | C | 3D | 4B | 32 |
| Octal | 334 | 340 | 41 | 2 | 0 | 125 | 14 | 75 | 113 | 62 |
| Binary | 11011100 | 11100000 | 100001 | 10 | 0 | 1010101 | 1100 | 111101 | 1001011 | 110010 |
Color Harmonies of #DCE021
Complementary color
Monochromatic Colors of #DCE021
Black with #DCE021
Text Example
Text Example
White with #DCE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE021; }
p { color: rgb(220,224,33); }
H1.HeaderClassName
{
color: #DCE021;
}
.AnyTagClassName
{
color: #DCE021;
}
</style>
background-color css
<style>
a { background-color: #DCE021; }
a { background-color: rgb(220,224,33); }
div.DivClassName
{
background-color: #DCE021;
}
.BgClassName
{
background-color: #DCE021;
}
</style>
border-color css
<style>
span { border-color: #DCE021; }
span { border-color: rgb(220,224,33); }
td.TdClassName
{
border-color: #DCE021;
}
.TagClassName
{
border-color: #DCE021;
}
</style>