Shades of Bitter Lemon #DCDE1B
Tints of Bitter Lemon #DCDE1B
RGB
CMYK
RGB Variations
Color information
#DCDE1B (or 0xDCDE1B) is known color: Bitter Lemon. HEX triplet: DC, DE and 1B. RGB value is (220,222,27). Sum of RGB (Red+Green+Blue) = 220+222+27=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE1B is #2321E4. Grayscale: #C7C7C7. Windows color (decimal): -2302437 or 1826524. OLE color: 1826524.
HSL color Cylindrical-coordinate representation of color #DCDE1B: hue angle of 60.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCDE1B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 27 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.62º | 0.78% | 0.49% | - |
| HSV(B) | 60.62º | 0.88% | 0.87% | - |
| XYZ | 55.83 | 67.54 | 11.13 | - |
| YUV | 199.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 27 | 0.01 | 0 | 0.88 | 0.13 | 60.62 | 0.78 | 0.49 |
| Hex | DC | DE | 1B | 1 | 0 | 58 | D | 3D | 4E | 31 |
| Octal | 334 | 336 | 33 | 1 | 0 | 130 | 15 | 75 | 116 | 61 |
| Binary | 11011100 | 11011110 | 11011 | 1 | 0 | 1011000 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DCDE1B
Complementary color
Monochromatic Colors of #DCDE1B
Black with #DCDE1B
Text Example
Text Example
White with #DCDE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE1B; }
p { color: rgb(220,222,27); }
H1.HeaderClassName
{
color: #DCDE1B;
}
.AnyTagClassName
{
color: #DCDE1B;
}
</style>
background-color css
<style>
a { background-color: #DCDE1B; }
a { background-color: rgb(220,222,27); }
div.DivClassName
{
background-color: #DCDE1B;
}
.BgClassName
{
background-color: #DCDE1B;
}
</style>
border-color css
<style>
span { border-color: #DCDE1B; }
span { border-color: rgb(220,222,27); }
td.TdClassName
{
border-color: #DCDE1B;
}
.TagClassName
{
border-color: #DCDE1B;
}
</style>