Shades of Bitter Lemon #D9DD1B
Tints of Bitter Lemon #D9DD1B
RGB
CMYK
RGB Variations
Color information
#D9DD1B (or 0xD9DD1B) is known color: Bitter Lemon. HEX triplet: D9, DD and 1B. RGB value is (217,221,27). Sum of RGB (Red+Green+Blue) = 217+221+27=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD1B is #2622E4. Grayscale: #C6C6C6. Windows color (decimal): -2499301 or 1826265. OLE color: 1826265.
HSL color Cylindrical-coordinate representation of color #D9DD1B: hue angle of 61.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9DD1B is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 27 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.13 |
| HSL | 61.24º | 0.78% | 0.49% | - |
| HSV(B) | 61.24º | 0.88% | 0.87% | - |
| XYZ | 54.67 | 66.54 | 11 | - |
| YUV | 197.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 27 | 0.02 | 0 | 0.88 | 0.13 | 61.24 | 0.78 | 0.49 |
| Hex | D9 | DD | 1B | 2 | 0 | 58 | D | 3D | 4E | 31 |
| Octal | 331 | 335 | 33 | 2 | 0 | 130 | 15 | 75 | 116 | 61 |
| Binary | 11011001 | 11011101 | 11011 | 10 | 0 | 1011000 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #D9DD1B
Complementary color
Monochromatic Colors of #D9DD1B
Black with #D9DD1B
Text Example
Text Example
White with #D9DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD1B; }
p { color: rgb(217,221,27); }
H1.HeaderClassName
{
color: #D9DD1B;
}
.AnyTagClassName
{
color: #D9DD1B;
}
</style>
background-color css
<style>
a { background-color: #D9DD1B; }
a { background-color: rgb(217,221,27); }
div.DivClassName
{
background-color: #D9DD1B;
}
.BgClassName
{
background-color: #D9DD1B;
}
</style>
border-color css
<style>
span { border-color: #D9DD1B; }
span { border-color: rgb(217,221,27); }
td.TdClassName
{
border-color: #D9DD1B;
}
.TagClassName
{
border-color: #D9DD1B;
}
</style>