Shades of Bitter Lemon #D9DC20
Tints of Bitter Lemon #D9DC20
RGB
CMYK
RGB Variations
Color information
#D9DC20 (or 0xD9DC20) is known color: Bitter Lemon. HEX triplet: D9, DC and 20. RGB value is (217,220,32). Sum of RGB (Red+Green+Blue) = 217+220+32=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC20 is #2623DF. Grayscale: #C6C6C6. Windows color (decimal): -2499552 or 2153689. OLE color: 2153689.
HSL color Cylindrical-coordinate representation of color #D9DC20: hue angle of 60.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9DC20 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 32 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.14 |
| HSL | 60.96º | 0.75% | 0.49% | - |
| HSV(B) | 60.96º | 0.85% | 0.86% | - |
| XYZ | 54.47 | 66.04 | 11.24 | - |
| YUV | 197.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 32 | 0.01 | 0 | 0.85 | 0.14 | 60.96 | 0.75 | 0.49 |
| Hex | D9 | DC | 20 | 1 | 0 | 55 | E | 3D | 4B | 31 |
| Octal | 331 | 334 | 40 | 1 | 0 | 125 | 16 | 75 | 113 | 61 |
| Binary | 11011001 | 11011100 | 100000 | 1 | 0 | 1010101 | 1110 | 111101 | 1001011 | 110001 |
Color Harmonies of #D9DC20
Complementary color
Monochromatic Colors of #D9DC20
Black with #D9DC20
Text Example
Text Example
White with #D9DC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC20; }
p { color: rgb(217,220,32); }
H1.HeaderClassName
{
color: #D9DC20;
}
.AnyTagClassName
{
color: #D9DC20;
}
</style>
background-color css
<style>
a { background-color: #D9DC20; }
a { background-color: rgb(217,220,32); }
div.DivClassName
{
background-color: #D9DC20;
}
.BgClassName
{
background-color: #D9DC20;
}
</style>
border-color css
<style>
span { border-color: #D9DC20; }
span { border-color: rgb(217,220,32); }
td.TdClassName
{
border-color: #D9DC20;
}
.TagClassName
{
border-color: #D9DC20;
}
</style>