Shades of Bitter Lemon #DDE021
Tints of Bitter Lemon #DDE021
RGB
CMYK
RGB Variations
Color information
#DDE021 (or 0xDDE021) is known color: Bitter Lemon. HEX triplet: DD, E0 and 21. RGB value is (221,224,33). Sum of RGB (Red+Green+Blue) = 221+224+33=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE021 is #221FDE. Grayscale: #CACACA. Windows color (decimal): -2236383 or 2220253. OLE color: 2220253.
HSL color Cylindrical-coordinate representation of color #DDE021: hue angle of 60.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDE021 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.12 |
| HSL | 60.94º | 0.75% | 0.5% | - |
| HSV(B) | 60.94º | 0.85% | 0.88% | - |
| XYZ | 56.75 | 68.79 | 11.73 | - |
| YUV | 201.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 33 | 0.01 | 0 | 0.85 | 0.12 | 60.94 | 0.75 | 0.5 |
| Hex | DD | E0 | 21 | 1 | 0 | 55 | C | 3D | 4B | 32 |
| Octal | 335 | 340 | 41 | 1 | 0 | 125 | 14 | 75 | 113 | 62 |
| Binary | 11011101 | 11100000 | 100001 | 1 | 0 | 1010101 | 1100 | 111101 | 1001011 | 110010 |
Color Harmonies of #DDE021
Complementary color
Monochromatic Colors of #DDE021
Black with #DDE021
Text Example
Text Example
White with #DDE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE021; }
p { color: rgb(221,224,33); }
H1.HeaderClassName
{
color: #DDE021;
}
.AnyTagClassName
{
color: #DDE021;
}
</style>
background-color css
<style>
a { background-color: #DDE021; }
a { background-color: rgb(221,224,33); }
div.DivClassName
{
background-color: #DDE021;
}
.BgClassName
{
background-color: #DDE021;
}
</style>
border-color css
<style>
span { border-color: #DDE021; }
span { border-color: rgb(221,224,33); }
td.TdClassName
{
border-color: #DDE021;
}
.TagClassName
{
border-color: #DDE021;
}
</style>