Shades of Bitter Lemon #DCDE19
Tints of Bitter Lemon #DCDE19
RGB
CMYK
RGB Variations
Color information
#DCDE19 (or 0xDCDE19) is known color: Bitter Lemon. HEX triplet: DC, DE and 19. RGB value is (220,222,25). Sum of RGB (Red+Green+Blue) = 220+222+25=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDE19 is #2321E6. Grayscale: #C7C7C7. Windows color (decimal): -2302439 or 1695452. OLE color: 1695452.
HSL color Cylindrical-coordinate representation of color #DCDE19: hue angle of 60.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCDE19 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.13 |
| HSL | 60.61º | 0.8% | 0.48% | - |
| HSV(B) | 60.61º | 0.89% | 0.87% | - |
| XYZ | 55.81 | 67.53 | 11.01 | - |
| YUV | 198.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 25 | 0.01 | 0 | 0.89 | 0.13 | 60.61 | 0.8 | 0.48 |
| Hex | DC | DE | 19 | 1 | 0 | 59 | D | 3D | 50 | 30 |
| Octal | 334 | 336 | 31 | 1 | 0 | 131 | 15 | 75 | 120 | 60 |
| Binary | 11011100 | 11011110 | 11001 | 1 | 0 | 1011001 | 1101 | 111101 | 1010000 | 110000 |
Color Harmonies of #DCDE19
Complementary color
Monochromatic Colors of #DCDE19
Black with #DCDE19
Text Example
Text Example
White with #DCDE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE19; }
p { color: rgb(220,222,25); }
H1.HeaderClassName
{
color: #DCDE19;
}
.AnyTagClassName
{
color: #DCDE19;
}
</style>
background-color css
<style>
a { background-color: #DCDE19; }
a { background-color: rgb(220,222,25); }
div.DivClassName
{
background-color: #DCDE19;
}
.BgClassName
{
background-color: #DCDE19;
}
</style>
border-color css
<style>
span { border-color: #DCDE19; }
span { border-color: rgb(220,222,25); }
td.TdClassName
{
border-color: #DCDE19;
}
.TagClassName
{
border-color: #DCDE19;
}
</style>