Shades of Bitter Lemon #DDDE2D
Tints of Bitter Lemon #DDDE2D
RGB
CMYK
RGB Variations
Color information
#DDDE2D (or 0xDDDE2D) is known color: Bitter Lemon. HEX triplet: DD, DE and 2D. RGB value is (221,222,45). Sum of RGB (Red+Green+Blue) = 221+222+45=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE2D is #2221D2. Grayscale: #CACACA. Windows color (decimal): -2236883 or 3006173. OLE color: 3006173.
HSL color Cylindrical-coordinate representation of color #DDDE2D: hue angle of 60.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDDE2D is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 45 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.13 |
| HSL | 60.34º | 0.73% | 0.52% | - |
| HSV(B) | 60.34º | 0.8% | 0.87% | - |
| XYZ | 56.41 | 67.8 | 12.6 | - |
| YUV | 201.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 45 | 0.00 | 0 | 0.80 | 0.13 | 60.34 | 0.73 | 0.52 |
| Hex | DD | DE | 2D | 0 | 0 | 50 | D | 3C | 49 | 34 |
| Octal | 335 | 336 | 55 | 0 | 0 | 120 | 15 | 74 | 111 | 64 |
| Binary | 11011101 | 11011110 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001001 | 110100 |
Color Harmonies of #DDDE2D
Complementary color
Monochromatic Colors of #DDDE2D
Black with #DDDE2D
Text Example
Text Example
White with #DDDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE2D; }
p { color: rgb(221,222,45); }
H1.HeaderClassName
{
color: #DDDE2D;
}
.AnyTagClassName
{
color: #DDDE2D;
}
</style>
background-color css
<style>
a { background-color: #DDDE2D; }
a { background-color: rgb(221,222,45); }
div.DivClassName
{
background-color: #DDDE2D;
}
.BgClassName
{
background-color: #DDDE2D;
}
</style>
border-color css
<style>
span { border-color: #DDDE2D; }
span { border-color: rgb(221,222,45); }
td.TdClassName
{
border-color: #DDDE2D;
}
.TagClassName
{
border-color: #DDDE2D;
}
</style>