Shades of Bitter Lemon #DCDE1F
Tints of Bitter Lemon #DCDE1F
RGB
CMYK
RGB Variations
Color information
#DCDE1F (or 0xDCDE1F) is known color: Bitter Lemon. HEX triplet: DC, DE and 1F. RGB value is (220,222,31). Sum of RGB (Red+Green+Blue) = 220+222+31=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE1F is #2321E0. Grayscale: #C8C8C8. Windows color (decimal): -2302433 or 2088668. OLE color: 2088668.
HSL color Cylindrical-coordinate representation of color #DCDE1F: hue angle of 60.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDE1F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 31 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.13 |
| HSL | 60.63º | 0.75% | 0.5% | - |
| HSV(B) | 60.63º | 0.86% | 0.87% | - |
| XYZ | 55.88 | 67.56 | 11.39 | - |
| YUV | 199.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 31 | 0.01 | 0 | 0.86 | 0.13 | 60.63 | 0.75 | 0.5 |
| Hex | DC | DE | 1F | 1 | 0 | 56 | D | 3D | 4B | 32 |
| Octal | 334 | 336 | 37 | 1 | 0 | 126 | 15 | 75 | 113 | 62 |
| Binary | 11011100 | 11011110 | 11111 | 1 | 0 | 1010110 | 1101 | 111101 | 1001011 | 110010 |
Color Harmonies of #DCDE1F
Complementary color
Monochromatic Colors of #DCDE1F
Black with #DCDE1F
Text Example
Text Example
White with #DCDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE1F; }
p { color: rgb(220,222,31); }
H1.HeaderClassName
{
color: #DCDE1F;
}
.AnyTagClassName
{
color: #DCDE1F;
}
</style>
background-color css
<style>
a { background-color: #DCDE1F; }
a { background-color: rgb(220,222,31); }
div.DivClassName
{
background-color: #DCDE1F;
}
.BgClassName
{
background-color: #DCDE1F;
}
</style>
border-color css
<style>
span { border-color: #DCDE1F; }
span { border-color: rgb(220,222,31); }
td.TdClassName
{
border-color: #DCDE1F;
}
.TagClassName
{
border-color: #DCDE1F;
}
</style>