Shades of Bitter Lemon #D9DD21
Tints of Bitter Lemon #D9DD21
RGB
CMYK
RGB Variations
Color information
#D9DD21 (or 0xD9DD21) is known color: Bitter Lemon. HEX triplet: D9, DD and 21. RGB value is (217,221,33). Sum of RGB (Red+Green+Blue) = 217+221+33=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD21 is #2622DE. Grayscale: #C7C7C7. Windows color (decimal): -2499295 or 2219481. OLE color: 2219481.
HSL color Cylindrical-coordinate representation of color #D9DD21: hue angle of 61.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9DD21 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.13 |
| HSL | 61.28º | 0.74% | 0.5% | - |
| HSV(B) | 61.28º | 0.85% | 0.87% | - |
| XYZ | 54.75 | 66.57 | 11.4 | - |
| YUV | 198.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 33 | 0.02 | 0 | 0.85 | 0.13 | 61.28 | 0.74 | 0.5 |
| Hex | D9 | DD | 21 | 2 | 0 | 55 | D | 3D | 4A | 32 |
| Octal | 331 | 335 | 41 | 2 | 0 | 125 | 15 | 75 | 112 | 62 |
| Binary | 11011001 | 11011101 | 100001 | 10 | 0 | 1010101 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #D9DD21
Complementary color
Monochromatic Colors of #D9DD21
Black with #D9DD21
Text Example
Text Example
White with #D9DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD21; }
p { color: rgb(217,221,33); }
H1.HeaderClassName
{
color: #D9DD21;
}
.AnyTagClassName
{
color: #D9DD21;
}
</style>
background-color css
<style>
a { background-color: #D9DD21; }
a { background-color: rgb(217,221,33); }
div.DivClassName
{
background-color: #D9DD21;
}
.BgClassName
{
background-color: #D9DD21;
}
</style>
border-color css
<style>
span { border-color: #D9DD21; }
span { border-color: rgb(217,221,33); }
td.TdClassName
{
border-color: #D9DD21;
}
.TagClassName
{
border-color: #D9DD21;
}
</style>