Shades of Bitter Lemon #DCDE1C
Tints of Bitter Lemon #DCDE1C
RGB
CMYK
RGB Variations
Color information
#DCDE1C (or 0xDCDE1C) is known color: Bitter Lemon. HEX triplet: DC, DE and 1C. RGB value is (220,222,28). Sum of RGB (Red+Green+Blue) = 220+222+28=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE1C is #2321E3. Grayscale: #C8C8C8. Windows color (decimal): -2302436 or 1892060. OLE color: 1892060.
HSL color Cylindrical-coordinate representation of color #DCDE1C: 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.87%. Process color model (Four color, CMYK) of #DCDE1C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.13 |
| HSL | 60.62º | 0.78% | 0.49% | - |
| HSV(B) | 60.62º | 0.87% | 0.87% | - |
| XYZ | 55.85 | 67.54 | 11.19 | - |
| YUV | 199.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 28 | 0.01 | 0 | 0.87 | 0.13 | 60.62 | 0.78 | 0.49 |
| Hex | DC | DE | 1C | 1 | 0 | 57 | D | 3D | 4E | 31 |
| Octal | 334 | 336 | 34 | 1 | 0 | 127 | 15 | 75 | 116 | 61 |
| Binary | 11011100 | 11011110 | 11100 | 1 | 0 | 1010111 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DCDE1C
Complementary color
Monochromatic Colors of #DCDE1C
Black with #DCDE1C
Text Example
Text Example
White with #DCDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE1C; }
p { color: rgb(220,222,28); }
H1.HeaderClassName
{
color: #DCDE1C;
}
.AnyTagClassName
{
color: #DCDE1C;
}
</style>
background-color css
<style>
a { background-color: #DCDE1C; }
a { background-color: rgb(220,222,28); }
div.DivClassName
{
background-color: #DCDE1C;
}
.BgClassName
{
background-color: #DCDE1C;
}
</style>
border-color css
<style>
span { border-color: #DCDE1C; }
span { border-color: rgb(220,222,28); }
td.TdClassName
{
border-color: #DCDE1C;
}
.TagClassName
{
border-color: #DCDE1C;
}
</style>