Shades of Bitter Lemon #DCDF2D
Tints of Bitter Lemon #DCDF2D
RGB
CMYK
RGB Variations
Color information
#DCDF2D (or 0xDCDF2D) is known color: Bitter Lemon. HEX triplet: DC, DF and 2D. RGB value is (220,223,45). Sum of RGB (Red+Green+Blue) = 220+223+45=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF2D is #2320D2. Grayscale: #CACACA. Windows color (decimal): -2302163 or 3006428. OLE color: 3006428.
HSL color Cylindrical-coordinate representation of color #DCDF2D: hue angle of 61.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCDF2D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 45 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.13 |
| HSL | 61.01º | 0.74% | 0.53% | - |
| HSV(B) | 61.01º | 0.8% | 0.87% | - |
| XYZ | 56.38 | 68.18 | 12.67 | - |
| YUV | 201.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 45 | 0.01 | 0 | 0.80 | 0.13 | 61.01 | 0.74 | 0.53 |
| Hex | DC | DF | 2D | 1 | 0 | 50 | D | 3D | 4A | 35 |
| Octal | 334 | 337 | 55 | 1 | 0 | 120 | 15 | 75 | 112 | 65 |
| Binary | 11011100 | 11011111 | 101101 | 1 | 0 | 1010000 | 1101 | 111101 | 1001010 | 110101 |
Color Harmonies of #DCDF2D
Complementary color
Monochromatic Colors of #DCDF2D
Black with #DCDF2D
Text Example
Text Example
White with #DCDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF2D; }
p { color: rgb(220,223,45); }
H1.HeaderClassName
{
color: #DCDF2D;
}
.AnyTagClassName
{
color: #DCDF2D;
}
</style>
background-color css
<style>
a { background-color: #DCDF2D; }
a { background-color: rgb(220,223,45); }
div.DivClassName
{
background-color: #DCDF2D;
}
.BgClassName
{
background-color: #DCDF2D;
}
</style>
border-color css
<style>
span { border-color: #DCDF2D; }
span { border-color: rgb(220,223,45); }
td.TdClassName
{
border-color: #DCDF2D;
}
.TagClassName
{
border-color: #DCDF2D;
}
</style>