Shades of Bitter Lemon #DCDE28
Tints of Bitter Lemon #DCDE28
RGB
CMYK
RGB Variations
Color information
#DCDE28 (or 0xDCDE28) is known color: Bitter Lemon. HEX triplet: DC, DE and 28. RGB value is (220,222,40). Sum of RGB (Red+Green+Blue) = 220+222+40=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE28 is #2321D7. Grayscale: #C9C9C9. Windows color (decimal): -2302424 or 2678492. OLE color: 2678492.
HSL color Cylindrical-coordinate representation of color #DCDE28: hue angle of 60.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCDE28 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 40 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.13 |
| HSL | 60.66º | 0.73% | 0.51% | - |
| HSV(B) | 60.66º | 0.82% | 0.87% | - |
| XYZ | 56.02 | 67.61 | 12.11 | - |
| YUV | 200.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 40 | 0.01 | 0 | 0.82 | 0.13 | 60.66 | 0.73 | 0.51 |
| Hex | DC | DE | 28 | 1 | 0 | 52 | D | 3D | 49 | 33 |
| Octal | 334 | 336 | 50 | 1 | 0 | 122 | 15 | 75 | 111 | 63 |
| Binary | 11011100 | 11011110 | 101000 | 1 | 0 | 1010010 | 1101 | 111101 | 1001001 | 110011 |
Color Harmonies of #DCDE28
Complementary color
Monochromatic Colors of #DCDE28
Black with #DCDE28
Text Example
Text Example
White with #DCDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE28; }
p { color: rgb(220,222,40); }
H1.HeaderClassName
{
color: #DCDE28;
}
.AnyTagClassName
{
color: #DCDE28;
}
</style>
background-color css
<style>
a { background-color: #DCDE28; }
a { background-color: rgb(220,222,40); }
div.DivClassName
{
background-color: #DCDE28;
}
.BgClassName
{
background-color: #DCDE28;
}
</style>
border-color css
<style>
span { border-color: #DCDE28; }
span { border-color: rgb(220,222,40); }
td.TdClassName
{
border-color: #DCDE28;
}
.TagClassName
{
border-color: #DCDE28;
}
</style>