Shades of Bitter Lemon #DCDE21
Tints of Bitter Lemon #DCDE21
RGB
CMYK
RGB Variations
Color information
#DCDE21 (or 0xDCDE21) is known color: Bitter Lemon. HEX triplet: DC, DE and 21. RGB value is (220,222,33). Sum of RGB (Red+Green+Blue) = 220+222+33=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE21 is #2321DE. Grayscale: #C8C8C8. Windows color (decimal): -2302431 or 2219740. OLE color: 2219740.
HSL color Cylindrical-coordinate representation of color #DCDE21: hue angle of 60.63º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCDE21 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.63º | 0.74% | 0.5% | - |
| HSV(B) | 60.63º | 0.85% | 0.87% | - |
| XYZ | 55.91 | 67.57 | 11.53 | - |
| YUV | 199.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 33 | 0.01 | 0 | 0.85 | 0.13 | 60.63 | 0.74 | 0.5 |
| Hex | DC | DE | 21 | 1 | 0 | 55 | D | 3D | 4A | 32 |
| Octal | 334 | 336 | 41 | 1 | 0 | 125 | 15 | 75 | 112 | 62 |
| Binary | 11011100 | 11011110 | 100001 | 1 | 0 | 1010101 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #DCDE21
Complementary color
Monochromatic Colors of #DCDE21
Black with #DCDE21
Text Example
Text Example
White with #DCDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE21; }
p { color: rgb(220,222,33); }
H1.HeaderClassName
{
color: #DCDE21;
}
.AnyTagClassName
{
color: #DCDE21;
}
</style>
background-color css
<style>
a { background-color: #DCDE21; }
a { background-color: rgb(220,222,33); }
div.DivClassName
{
background-color: #DCDE21;
}
.BgClassName
{
background-color: #DCDE21;
}
</style>
border-color css
<style>
span { border-color: #DCDE21; }
span { border-color: rgb(220,222,33); }
td.TdClassName
{
border-color: #DCDE21;
}
.TagClassName
{
border-color: #DCDE21;
}
</style>