Shades of Bitter Lemon #D8DD20
Tints of Bitter Lemon #D8DD20
RGB
CMYK
RGB Variations
Color information
#D8DD20 (or 0xD8DD20) is known color: Bitter Lemon. HEX triplet: D8, DD and 20. RGB value is (216,221,32). Sum of RGB (Red+Green+Blue) = 216+221+32=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD20 is #2722DF. Grayscale: #C6C6C6. Windows color (decimal): -2564832 or 2153944. OLE color: 2153944.
HSL color Cylindrical-coordinate representation of color #D8DD20: hue angle of 61.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8DD20 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 32 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.13 |
| HSL | 61.59º | 0.75% | 0.5% | - |
| HSV(B) | 61.59º | 0.86% | 0.87% | - |
| XYZ | 54.44 | 66.42 | 11.32 | - |
| YUV | 197.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 32 | 0.02 | 0 | 0.86 | 0.13 | 61.59 | 0.75 | 0.5 |
| Hex | D8 | DD | 20 | 2 | 0 | 56 | D | 3E | 4B | 32 |
| Octal | 330 | 335 | 40 | 2 | 0 | 126 | 15 | 76 | 113 | 62 |
| Binary | 11011000 | 11011101 | 100000 | 10 | 0 | 1010110 | 1101 | 111110 | 1001011 | 110010 |
Color Harmonies of #D8DD20
Complementary color
Monochromatic Colors of #D8DD20
Black with #D8DD20
Text Example
Text Example
White with #D8DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD20; }
p { color: rgb(216,221,32); }
H1.HeaderClassName
{
color: #D8DD20;
}
.AnyTagClassName
{
color: #D8DD20;
}
</style>
background-color css
<style>
a { background-color: #D8DD20; }
a { background-color: rgb(216,221,32); }
div.DivClassName
{
background-color: #D8DD20;
}
.BgClassName
{
background-color: #D8DD20;
}
</style>
border-color css
<style>
span { border-color: #D8DD20; }
span { border-color: rgb(216,221,32); }
td.TdClassName
{
border-color: #D8DD20;
}
.TagClassName
{
border-color: #D8DD20;
}
</style>