Shades of Bitter Lemon #D6DD20
Tints of Bitter Lemon #D6DD20
RGB
CMYK
RGB Variations
Color information
#D6DD20 (or 0xD6DD20) is known color: Bitter Lemon. HEX triplet: D6, DD and 20. RGB value is (214,221,32). Sum of RGB (Red+Green+Blue) = 214+221+32=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD20 is #2922DF. Grayscale: #C6C6C6. Windows color (decimal): -2695904 or 2153942. OLE color: 2153942.
HSL color Cylindrical-coordinate representation of color #D6DD20: hue angle of 62.22º 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 #D6DD20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.13 |
| HSL | 62.22º | 0.75% | 0.5% | - |
| HSV(B) | 62.22º | 0.86% | 0.87% | - |
| XYZ | 53.85 | 66.11 | 11.29 | - |
| YUV | 197.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 32 | 0.03 | 0 | 0.86 | 0.13 | 62.22 | 0.75 | 0.5 |
| Hex | D6 | DD | 20 | 3 | 0 | 56 | D | 3E | 4B | 32 |
| Octal | 326 | 335 | 40 | 3 | 0 | 126 | 15 | 76 | 113 | 62 |
| Binary | 11010110 | 11011101 | 100000 | 11 | 0 | 1010110 | 1101 | 111110 | 1001011 | 110010 |
Color Harmonies of #D6DD20
Complementary color
Monochromatic Colors of #D6DD20
Black with #D6DD20
Text Example
Text Example
White with #D6DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD20; }
p { color: rgb(214,221,32); }
H1.HeaderClassName
{
color: #D6DD20;
}
.AnyTagClassName
{
color: #D6DD20;
}
</style>
background-color css
<style>
a { background-color: #D6DD20; }
a { background-color: rgb(214,221,32); }
div.DivClassName
{
background-color: #D6DD20;
}
.BgClassName
{
background-color: #D6DD20;
}
</style>
border-color css
<style>
span { border-color: #D6DD20; }
span { border-color: rgb(214,221,32); }
td.TdClassName
{
border-color: #D6DD20;
}
.TagClassName
{
border-color: #D6DD20;
}
</style>