Shades of Bitter Lemon #DDDE2B
Tints of Bitter Lemon #DDDE2B
RGB
CMYK
RGB Variations
Color information
#DDDE2B (or 0xDDDE2B) is known color: Bitter Lemon. HEX triplet: DD, DE and 2B. RGB value is (221,222,43). Sum of RGB (Red+Green+Blue) = 221+222+43=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE2B is #2221D4. Grayscale: #CACACA. Windows color (decimal): -2236885 or 2875101. OLE color: 2875101.
HSL color Cylindrical-coordinate representation of color #DDDE2B: 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.81%. Process color model (Four color, CMYK) of #DDDE2B is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 43 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.13 |
| HSL | 60.34º | 0.73% | 0.52% | - |
| HSV(B) | 60.34º | 0.81% | 0.87% | - |
| XYZ | 56.38 | 67.79 | 12.4 | - |
| YUV | 201.3 | 38.67 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 43 | 0.00 | 0 | 0.81 | 0.13 | 60.34 | 0.73 | 0.52 |
| Hex | DD | DE | 2B | 0 | 0 | 51 | D | 3C | 49 | 34 |
| Octal | 335 | 336 | 53 | 0 | 0 | 121 | 15 | 74 | 111 | 64 |
| Binary | 11011101 | 11011110 | 101011 | 0 | 0 | 1010001 | 1101 | 111100 | 1001001 | 110100 |
Color Harmonies of #DDDE2B
Complementary color
Monochromatic Colors of #DDDE2B
Black with #DDDE2B
Text Example
Text Example
White with #DDDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE2B; }
p { color: rgb(221,222,43); }
H1.HeaderClassName
{
color: #DDDE2B;
}
.AnyTagClassName
{
color: #DDDE2B;
}
</style>
background-color css
<style>
a { background-color: #DDDE2B; }
a { background-color: rgb(221,222,43); }
div.DivClassName
{
background-color: #DDDE2B;
}
.BgClassName
{
background-color: #DDDE2B;
}
</style>
border-color css
<style>
span { border-color: #DDDE2B; }
span { border-color: rgb(221,222,43); }
td.TdClassName
{
border-color: #DDDE2B;
}
.TagClassName
{
border-color: #DDDE2B;
}
</style>