Shades of Bitter Lemon #D9DF2C
Tints of Bitter Lemon #D9DF2C
RGB
CMYK
RGB Variations
Color information
#D9DF2C (or 0xD9DF2C) is known color: Bitter Lemon. HEX triplet: D9, DF and 2C. RGB value is (217,223,44). Sum of RGB (Red+Green+Blue) = 217+223+44=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DF2C is #2620D3. Grayscale: #C9C9C9. Windows color (decimal): -2498772 or 2940889. OLE color: 2940889.
HSL color Cylindrical-coordinate representation of color #D9DF2C: hue angle of 62.01º degrees, saturation: 0.74, 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 #D9DF2C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 44 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.13 |
| HSL | 62.01º | 0.74% | 0.52% | - |
| HSV(B) | 62.01º | 0.8% | 0.87% | - |
| XYZ | 55.46 | 67.71 | 12.53 | - |
| YUV | 200.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 44 | 0.03 | 0 | 0.80 | 0.13 | 62.01 | 0.74 | 0.52 |
| Hex | D9 | DF | 2C | 3 | 0 | 50 | D | 3E | 4A | 34 |
| Octal | 331 | 337 | 54 | 3 | 0 | 120 | 15 | 76 | 112 | 64 |
| Binary | 11011001 | 11011111 | 101100 | 11 | 0 | 1010000 | 1101 | 111110 | 1001010 | 110100 |
Color Harmonies of #D9DF2C
Complementary color
Monochromatic Colors of #D9DF2C
Black with #D9DF2C
Text Example
Text Example
White with #D9DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF2C; }
p { color: rgb(217,223,44); }
H1.HeaderClassName
{
color: #D9DF2C;
}
.AnyTagClassName
{
color: #D9DF2C;
}
</style>
background-color css
<style>
a { background-color: #D9DF2C; }
a { background-color: rgb(217,223,44); }
div.DivClassName
{
background-color: #D9DF2C;
}
.BgClassName
{
background-color: #D9DF2C;
}
</style>
border-color css
<style>
span { border-color: #D9DF2C; }
span { border-color: rgb(217,223,44); }
td.TdClassName
{
border-color: #D9DF2C;
}
.TagClassName
{
border-color: #D9DF2C;
}
</style>