Shades of Bitter Lemon #D9DC1C
Tints of Bitter Lemon #D9DC1C
RGB
CMYK
RGB Variations
Color information
#D9DC1C (or 0xD9DC1C) is known color: Bitter Lemon. HEX triplet: D9, DC and 1C. RGB value is (217,220,28). Sum of RGB (Red+Green+Blue) = 217+220+28=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC1C is #2623E3. Grayscale: #C5C5C5. Windows color (decimal): -2499556 or 1891545. OLE color: 1891545.
HSL color Cylindrical-coordinate representation of color #D9DC1C: hue angle of 60.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9DC1C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.14 |
| HSL | 60.94º | 0.77% | 0.49% | - |
| HSV(B) | 60.94º | 0.87% | 0.86% | - |
| XYZ | 54.42 | 66.02 | 10.97 | - |
| YUV | 197.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 28 | 0.01 | 0 | 0.87 | 0.14 | 60.94 | 0.77 | 0.49 |
| Hex | D9 | DC | 1C | 1 | 0 | 57 | E | 3D | 4D | 31 |
| Octal | 331 | 334 | 34 | 1 | 0 | 127 | 16 | 75 | 115 | 61 |
| Binary | 11011001 | 11011100 | 11100 | 1 | 0 | 1010111 | 1110 | 111101 | 1001101 | 110001 |
Color Harmonies of #D9DC1C
Complementary color
Monochromatic Colors of #D9DC1C
Black with #D9DC1C
Text Example
Text Example
White with #D9DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC1C; }
p { color: rgb(217,220,28); }
H1.HeaderClassName
{
color: #D9DC1C;
}
.AnyTagClassName
{
color: #D9DC1C;
}
</style>
background-color css
<style>
a { background-color: #D9DC1C; }
a { background-color: rgb(217,220,28); }
div.DivClassName
{
background-color: #D9DC1C;
}
.BgClassName
{
background-color: #D9DC1C;
}
</style>
border-color css
<style>
span { border-color: #D9DC1C; }
span { border-color: rgb(217,220,28); }
td.TdClassName
{
border-color: #D9DC1C;
}
.TagClassName
{
border-color: #D9DC1C;
}
</style>