Shades of Bitter Lemon #D4DD20
Tints of Bitter Lemon #D4DD20
RGB
CMYK
RGB Variations
Color information
#D4DD20 (or 0xD4DD20) is known color: Bitter Lemon. HEX triplet: D4, DD and 20. RGB value is (212,221,32). Sum of RGB (Red+Green+Blue) = 212+221+32=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD20 is #2B22DF. Grayscale: #C5C5C5. Windows color (decimal): -2826976 or 2153940. OLE color: 2153940.
HSL color Cylindrical-coordinate representation of color #D4DD20: hue angle of 62.86º 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 #D4DD20 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.13 |
| HSL | 62.86º | 0.75% | 0.5% | - |
| HSV(B) | 62.86º | 0.86% | 0.87% | - |
| XYZ | 53.27 | 65.81 | 11.26 | - |
| YUV | 196.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 32 | 0.04 | 0 | 0.86 | 0.13 | 62.86 | 0.75 | 0.5 |
| Hex | D4 | DD | 20 | 4 | 0 | 56 | D | 3F | 4B | 32 |
| Octal | 324 | 335 | 40 | 4 | 0 | 126 | 15 | 77 | 113 | 62 |
| Binary | 11010100 | 11011101 | 100000 | 100 | 0 | 1010110 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D4DD20
Complementary color
Monochromatic Colors of #D4DD20
Black with #D4DD20
Text Example
Text Example
White with #D4DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD20; }
p { color: rgb(212,221,32); }
H1.HeaderClassName
{
color: #D4DD20;
}
.AnyTagClassName
{
color: #D4DD20;
}
</style>
background-color css
<style>
a { background-color: #D4DD20; }
a { background-color: rgb(212,221,32); }
div.DivClassName
{
background-color: #D4DD20;
}
.BgClassName
{
background-color: #D4DD20;
}
</style>
border-color css
<style>
span { border-color: #D4DD20; }
span { border-color: rgb(212,221,32); }
td.TdClassName
{
border-color: #D4DD20;
}
.TagClassName
{
border-color: #D4DD20;
}
</style>