Shades of Bitter Lemon #D9DC2B
Tints of Bitter Lemon #D9DC2B
RGB
CMYK
RGB Variations
Color information
#D9DC2B (or 0xD9DC2B) is known color: Bitter Lemon. HEX triplet: D9, DC and 2B. RGB value is (217,220,43). Sum of RGB (Red+Green+Blue) = 217+220+43=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC2B is #2623D4. Grayscale: #C7C7C7. Windows color (decimal): -2499541 or 2874585. OLE color: 2874585.
HSL color Cylindrical-coordinate representation of color #D9DC2B: hue angle of 61.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9DC2B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.14 |
| HSL | 61.02º | 0.72% | 0.52% | - |
| HSV(B) | 61.02º | 0.8% | 0.86% | - |
| XYZ | 54.64 | 66.11 | 12.17 | - |
| YUV | 198.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 43 | 0.01 | 0 | 0.80 | 0.14 | 61.02 | 0.72 | 0.52 |
| Hex | D9 | DC | 2B | 1 | 0 | 50 | E | 3D | 48 | 34 |
| Octal | 331 | 334 | 53 | 1 | 0 | 120 | 16 | 75 | 110 | 64 |
| Binary | 11011001 | 11011100 | 101011 | 1 | 0 | 1010000 | 1110 | 111101 | 1001000 | 110100 |
Color Harmonies of #D9DC2B
Complementary color
Monochromatic Colors of #D9DC2B
Black with #D9DC2B
Text Example
Text Example
White with #D9DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC2B; }
p { color: rgb(217,220,43); }
H1.HeaderClassName
{
color: #D9DC2B;
}
.AnyTagClassName
{
color: #D9DC2B;
}
</style>
background-color css
<style>
a { background-color: #D9DC2B; }
a { background-color: rgb(217,220,43); }
div.DivClassName
{
background-color: #D9DC2B;
}
.BgClassName
{
background-color: #D9DC2B;
}
</style>
border-color css
<style>
span { border-color: #D9DC2B; }
span { border-color: rgb(217,220,43); }
td.TdClassName
{
border-color: #D9DC2B;
}
.TagClassName
{
border-color: #D9DC2B;
}
</style>