Shades of Bitter Lemon #DDE02C
Tints of Bitter Lemon #DDE02C
RGB
CMYK
RGB Variations
Color information
#DDE02C (or 0xDDE02C) is known color: Bitter Lemon. HEX triplet: DD, E0 and 2C. RGB value is (221,224,44). Sum of RGB (Red+Green+Blue) = 221+224+44=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE02C is #221FD3. Grayscale: #CBCBCB. Windows color (decimal): -2236372 or 2941149. OLE color: 2941149.
HSL color Cylindrical-coordinate representation of color #DDE02C: hue angle of 61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDE02C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 44 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.12 |
| HSL | 61º | 0.74% | 0.53% | - |
| HSV(B) | 61º | 0.8% | 0.88% | - |
| XYZ | 56.93 | 68.87 | 12.67 | - |
| YUV | 202.58 | 38.51 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 44 | 0.01 | 0 | 0.80 | 0.12 | 61 | 0.74 | 0.53 |
| Hex | DD | E0 | 2C | 1 | 0 | 50 | C | 3D | 4A | 35 |
| Octal | 335 | 340 | 54 | 1 | 0 | 120 | 14 | 75 | 112 | 65 |
| Binary | 11011101 | 11100000 | 101100 | 1 | 0 | 1010000 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DDE02C
Complementary color
Monochromatic Colors of #DDE02C
Black with #DDE02C
Text Example
Text Example
White with #DDE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE02C; }
p { color: rgb(221,224,44); }
H1.HeaderClassName
{
color: #DDE02C;
}
.AnyTagClassName
{
color: #DDE02C;
}
</style>
background-color css
<style>
a { background-color: #DDE02C; }
a { background-color: rgb(221,224,44); }
div.DivClassName
{
background-color: #DDE02C;
}
.BgClassName
{
background-color: #DDE02C;
}
</style>
border-color css
<style>
span { border-color: #DDE02C; }
span { border-color: rgb(221,224,44); }
td.TdClassName
{
border-color: #DDE02C;
}
.TagClassName
{
border-color: #DDE02C;
}
</style>