Shades of Bitter Lemon #DCDF1B
Tints of Bitter Lemon #DCDF1B
RGB
CMYK
RGB Variations
Color information
#DCDF1B (or 0xDCDF1B) is known color: Bitter Lemon. HEX triplet: DC, DF and 1B. RGB value is (220,223,27). Sum of RGB (Red+Green+Blue) = 220+223+27=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF1B is #2320E4. Grayscale: #C8C8C8. Windows color (decimal): -2302181 or 1826780. OLE color: 1826780.
HSL color Cylindrical-coordinate representation of color #DCDF1B: hue angle of 60.92º degrees, saturation: 0.78, 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 #DCDF1B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 27 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.92º | 0.78% | 0.49% | - |
| HSV(B) | 60.92º | 0.88% | 0.87% | - |
| XYZ | 56.1 | 68.07 | 11.22 | - |
| YUV | 199.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 27 | 0.01 | 0 | 0.88 | 0.13 | 60.92 | 0.78 | 0.49 |
| Hex | DC | DF | 1B | 1 | 0 | 58 | D | 3D | 4E | 31 |
| Octal | 334 | 337 | 33 | 1 | 0 | 130 | 15 | 75 | 116 | 61 |
| Binary | 11011100 | 11011111 | 11011 | 1 | 0 | 1011000 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DCDF1B
Complementary color
Monochromatic Colors of #DCDF1B
Black with #DCDF1B
Text Example
Text Example
White with #DCDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF1B; }
p { color: rgb(220,223,27); }
H1.HeaderClassName
{
color: #DCDF1B;
}
.AnyTagClassName
{
color: #DCDF1B;
}
</style>
background-color css
<style>
a { background-color: #DCDF1B; }
a { background-color: rgb(220,223,27); }
div.DivClassName
{
background-color: #DCDF1B;
}
.BgClassName
{
background-color: #DCDF1B;
}
</style>
border-color css
<style>
span { border-color: #DCDF1B; }
span { border-color: rgb(220,223,27); }
td.TdClassName
{
border-color: #DCDF1B;
}
.TagClassName
{
border-color: #DCDF1B;
}
</style>