Shades of Bitter Lemon #D9DD2D
Tints of Bitter Lemon #D9DD2D
RGB
CMYK
RGB Variations
Color information
#D9DD2D (or 0xD9DD2D) is known color: Bitter Lemon. HEX triplet: D9, DD and 2D. RGB value is (217,221,45). Sum of RGB (Red+Green+Blue) = 217+221+45=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD2D is #2622D2. Grayscale: #C8C8C8. Windows color (decimal): -2499283 or 3005913. OLE color: 3005913.
HSL color Cylindrical-coordinate representation of color #D9DD2D: hue angle of 61.36º degrees, saturation: 0.72, 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 #D9DD2D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 45 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.13 |
| HSL | 61.36º | 0.72% | 0.52% | - |
| HSV(B) | 61.36º | 0.8% | 0.87% | - |
| XYZ | 54.95 | 66.65 | 12.45 | - |
| YUV | 199.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 45 | 0.02 | 0 | 0.80 | 0.13 | 61.36 | 0.72 | 0.52 |
| Hex | D9 | DD | 2D | 2 | 0 | 50 | D | 3D | 48 | 34 |
| Octal | 331 | 335 | 55 | 2 | 0 | 120 | 15 | 75 | 110 | 64 |
| Binary | 11011001 | 11011101 | 101101 | 10 | 0 | 1010000 | 1101 | 111101 | 1001000 | 110100 |
Color Harmonies of #D9DD2D
Complementary color
Monochromatic Colors of #D9DD2D
Black with #D9DD2D
Text Example
Text Example
White with #D9DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD2D; }
p { color: rgb(217,221,45); }
H1.HeaderClassName
{
color: #D9DD2D;
}
.AnyTagClassName
{
color: #D9DD2D;
}
</style>
background-color css
<style>
a { background-color: #D9DD2D; }
a { background-color: rgb(217,221,45); }
div.DivClassName
{
background-color: #D9DD2D;
}
.BgClassName
{
background-color: #D9DD2D;
}
</style>
border-color css
<style>
span { border-color: #D9DD2D; }
span { border-color: rgb(217,221,45); }
td.TdClassName
{
border-color: #D9DD2D;
}
.TagClassName
{
border-color: #D9DD2D;
}
</style>