Shades of Bitter Lemon #DDDE23
Tints of Bitter Lemon #DDDE23
RGB
CMYK
RGB Variations
Color information
#DDDE23 (or 0xDDDE23) is known color: Bitter Lemon. HEX triplet: DD, DE and 23. RGB value is (221,222,35). Sum of RGB (Red+Green+Blue) = 221+222+35=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE23 is #2221DC. Grayscale: #C9C9C9. Windows color (decimal): -2236893 or 2350813. OLE color: 2350813.
HSL color Cylindrical-coordinate representation of color #DDDE23: hue angle of 60.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDDE23 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 35 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.13 |
| HSL | 60.32º | 0.74% | 0.5% | - |
| HSV(B) | 60.32º | 0.84% | 0.87% | - |
| XYZ | 56.24 | 67.74 | 11.7 | - |
| YUV | 200.38 | 34.67 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 35 | 0.00 | 0 | 0.84 | 0.13 | 60.32 | 0.74 | 0.5 |
| Hex | DD | DE | 23 | 0 | 0 | 54 | D | 3C | 4A | 32 |
| Octal | 335 | 336 | 43 | 0 | 0 | 124 | 15 | 74 | 112 | 62 |
| Binary | 11011101 | 11011110 | 100011 | 0 | 0 | 1010100 | 1101 | 111100 | 1001010 | 110010 |
Color Harmonies of #DDDE23
Complementary color
Monochromatic Colors of #DDDE23
Black with #DDDE23
Text Example
Text Example
White with #DDDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE23; }
p { color: rgb(221,222,35); }
H1.HeaderClassName
{
color: #DDDE23;
}
.AnyTagClassName
{
color: #DDDE23;
}
</style>
background-color css
<style>
a { background-color: #DDDE23; }
a { background-color: rgb(221,222,35); }
div.DivClassName
{
background-color: #DDDE23;
}
.BgClassName
{
background-color: #DDDE23;
}
</style>
border-color css
<style>
span { border-color: #DDDE23; }
span { border-color: rgb(221,222,35); }
td.TdClassName
{
border-color: #DDDE23;
}
.TagClassName
{
border-color: #DDDE23;
}
</style>