Shades of Bitter Lemon #DCDE1A
Tints of Bitter Lemon #DCDE1A
RGB
CMYK
RGB Variations
Color information
#DCDE1A (or 0xDCDE1A) is known color: Bitter Lemon. HEX triplet: DC, DE and 1A. RGB value is (220,222,26). Sum of RGB (Red+Green+Blue) = 220+222+26=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE1A is #2321E5. Grayscale: #C7C7C7. Windows color (decimal): -2302438 or 1760988. OLE color: 1760988.
HSL color Cylindrical-coordinate representation of color #DCDE1A: hue angle of 60.61º degrees, saturation: 0.79, 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 #DCDE1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 26 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.61º | 0.79% | 0.49% | - |
| HSV(B) | 60.61º | 0.88% | 0.87% | - |
| XYZ | 55.82 | 67.53 | 11.07 | - |
| YUV | 199.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 26 | 0.01 | 0 | 0.88 | 0.13 | 60.61 | 0.79 | 0.49 |
| Hex | DC | DE | 1A | 1 | 0 | 58 | D | 3D | 4F | 31 |
| Octal | 334 | 336 | 32 | 1 | 0 | 130 | 15 | 75 | 117 | 61 |
| Binary | 11011100 | 11011110 | 11010 | 1 | 0 | 1011000 | 1101 | 111101 | 1001111 | 110001 |
Color Harmonies of #DCDE1A
Complementary color
Monochromatic Colors of #DCDE1A
Black with #DCDE1A
Text Example
Text Example
White with #DCDE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE1A; }
p { color: rgb(220,222,26); }
H1.HeaderClassName
{
color: #DCDE1A;
}
.AnyTagClassName
{
color: #DCDE1A;
}
</style>
background-color css
<style>
a { background-color: #DCDE1A; }
a { background-color: rgb(220,222,26); }
div.DivClassName
{
background-color: #DCDE1A;
}
.BgClassName
{
background-color: #DCDE1A;
}
</style>
border-color css
<style>
span { border-color: #DCDE1A; }
span { border-color: rgb(220,222,26); }
td.TdClassName
{
border-color: #DCDE1A;
}
.TagClassName
{
border-color: #DCDE1A;
}
</style>