Shades of Bitter Lemon #D1DD32
Tints of Bitter Lemon #D1DD32
RGB
CMYK
RGB Variations
Color information
#D1DD32 (or 0xD1DD32) is known color: Bitter Lemon. HEX triplet: D1, DD and 32. RGB value is (209,221,50). Sum of RGB (Red+Green+Blue) = 209+221+50=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD32 is #2E22CD. Grayscale: #C6C6C6. Windows color (decimal): -3023566 or 3333585. OLE color: 3333585.
HSL color Cylindrical-coordinate representation of color #D1DD32: hue angle of 64.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1DD32 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 50 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.13 |
| HSL | 64.21º | 0.72% | 0.53% | - |
| HSV(B) | 64.21º | 0.77% | 0.87% | - |
| XYZ | 52.73 | 65.5 | 12.88 | - |
| YUV | 197.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 50 | 0.05 | 0 | 0.77 | 0.13 | 64.21 | 0.72 | 0.53 |
| Hex | D1 | DD | 32 | 5 | 0 | 4D | D | 40 | 48 | 35 |
| Octal | 321 | 335 | 62 | 5 | 0 | 115 | 15 | 100 | 110 | 65 |
| Binary | 11010001 | 11011101 | 110010 | 101 | 0 | 1001101 | 1101 | 1000000 | 1001000 | 110101 |
Color Harmonies of #D1DD32
Complementary color
Monochromatic Colors of #D1DD32
Black with #D1DD32
Text Example
Text Example
White with #D1DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD32; }
p { color: rgb(209,221,50); }
H1.HeaderClassName
{
color: #D1DD32;
}
.AnyTagClassName
{
color: #D1DD32;
}
</style>
background-color css
<style>
a { background-color: #D1DD32; }
a { background-color: rgb(209,221,50); }
div.DivClassName
{
background-color: #D1DD32;
}
.BgClassName
{
background-color: #D1DD32;
}
</style>
border-color css
<style>
span { border-color: #D1DD32; }
span { border-color: rgb(209,221,50); }
td.TdClassName
{
border-color: #D1DD32;
}
.TagClassName
{
border-color: #D1DD32;
}
</style>