Shades of Bitter Lemon #DCDE26
Tints of Bitter Lemon #DCDE26
RGB
CMYK
RGB Variations
Color information
#DCDE26 (or 0xDCDE26) is known color: Bitter Lemon. HEX triplet: DC, DE and 26. RGB value is (220,222,38). Sum of RGB (Red+Green+Blue) = 220+222+38=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE26 is #2321D9. Grayscale: #C9C9C9. Windows color (decimal): -2302426 or 2547420. OLE color: 2547420.
HSL color Cylindrical-coordinate representation of color #DCDE26: hue angle of 60.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCDE26 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 38 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.13 |
| HSL | 60.65º | 0.74% | 0.51% | - |
| HSV(B) | 60.65º | 0.83% | 0.87% | - |
| XYZ | 55.99 | 67.6 | 11.93 | - |
| YUV | 200.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 38 | 0.01 | 0 | 0.83 | 0.13 | 60.65 | 0.74 | 0.51 |
| Hex | DC | DE | 26 | 1 | 0 | 53 | D | 3D | 4A | 33 |
| Octal | 334 | 336 | 46 | 1 | 0 | 123 | 15 | 75 | 112 | 63 |
| Binary | 11011100 | 11011110 | 100110 | 1 | 0 | 1010011 | 1101 | 111101 | 1001010 | 110011 |
Color Harmonies of #DCDE26
Complementary color
Monochromatic Colors of #DCDE26
Black with #DCDE26
Text Example
Text Example
White with #DCDE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE26; }
p { color: rgb(220,222,38); }
H1.HeaderClassName
{
color: #DCDE26;
}
.AnyTagClassName
{
color: #DCDE26;
}
</style>
background-color css
<style>
a { background-color: #DCDE26; }
a { background-color: rgb(220,222,38); }
div.DivClassName
{
background-color: #DCDE26;
}
.BgClassName
{
background-color: #DCDE26;
}
</style>
border-color css
<style>
span { border-color: #DCDE26; }
span { border-color: rgb(220,222,38); }
td.TdClassName
{
border-color: #DCDE26;
}
.TagClassName
{
border-color: #DCDE26;
}
</style>