Shades of Bitter Lemon #D9DD1C
Tints of Bitter Lemon #D9DD1C
RGB
CMYK
RGB Variations
Color information
#D9DD1C (or 0xD9DD1C) is known color: Bitter Lemon. HEX triplet: D9, DD and 1C. RGB value is (217,221,28). Sum of RGB (Red+Green+Blue) = 217+221+28=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD1C is #2622E3. Grayscale: #C6C6C6. Windows color (decimal): -2499300 or 1891801. OLE color: 1891801.
HSL color Cylindrical-coordinate representation of color #D9DD1C: 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.87%. Process color model (Four color, CMYK) of #D9DD1C is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 28 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.13 |
| HSL | 61.24º | 0.78% | 0.49% | - |
| HSV(B) | 61.24º | 0.87% | 0.87% | - |
| XYZ | 54.68 | 66.55 | 11.06 | - |
| YUV | 197.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 28 | 0.02 | 0 | 0.87 | 0.13 | 61.24 | 0.78 | 0.49 |
| Hex | D9 | DD | 1C | 2 | 0 | 57 | D | 3D | 4E | 31 |
| Octal | 331 | 335 | 34 | 2 | 0 | 127 | 15 | 75 | 116 | 61 |
| Binary | 11011001 | 11011101 | 11100 | 10 | 0 | 1010111 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #D9DD1C
Complementary color
Monochromatic Colors of #D9DD1C
Black with #D9DD1C
Text Example
Text Example
White with #D9DD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD1C; }
p { color: rgb(217,221,28); }
H1.HeaderClassName
{
color: #D9DD1C;
}
.AnyTagClassName
{
color: #D9DD1C;
}
</style>
background-color css
<style>
a { background-color: #D9DD1C; }
a { background-color: rgb(217,221,28); }
div.DivClassName
{
background-color: #D9DD1C;
}
.BgClassName
{
background-color: #D9DD1C;
}
</style>
border-color css
<style>
span { border-color: #D9DD1C; }
span { border-color: rgb(217,221,28); }
td.TdClassName
{
border-color: #D9DD1C;
}
.TagClassName
{
border-color: #D9DD1C;
}
</style>