Shades of Bitter Lemon #D3DD20
Tints of Bitter Lemon #D3DD20
RGB
CMYK
RGB Variations
Color information
#D3DD20 (or 0xD3DD20) is known color: Bitter Lemon. HEX triplet: D3, DD and 20. RGB value is (211,221,32). Sum of RGB (Red+Green+Blue) = 211+221+32=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD20 is #2C22DF. Grayscale: #C5C5C5. Windows color (decimal): -2892512 or 2153939. OLE color: 2153939.
HSL color Cylindrical-coordinate representation of color #D3DD20: hue angle of 63.17º 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 #D3DD20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 32 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.17º | 0.75% | 0.5% | - |
| HSV(B) | 63.17º | 0.86% | 0.87% | - |
| XYZ | 52.98 | 65.67 | 11.25 | - |
| YUV | 196.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 32 | 0.05 | 0 | 0.86 | 0.13 | 63.17 | 0.75 | 0.5 |
| Hex | D3 | DD | 20 | 5 | 0 | 56 | D | 3F | 4B | 32 |
| Octal | 323 | 335 | 40 | 5 | 0 | 126 | 15 | 77 | 113 | 62 |
| Binary | 11010011 | 11011101 | 100000 | 101 | 0 | 1010110 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D3DD20
Complementary color
Monochromatic Colors of #D3DD20
Black with #D3DD20
Text Example
Text Example
White with #D3DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD20; }
p { color: rgb(211,221,32); }
H1.HeaderClassName
{
color: #D3DD20;
}
.AnyTagClassName
{
color: #D3DD20;
}
</style>
background-color css
<style>
a { background-color: #D3DD20; }
a { background-color: rgb(211,221,32); }
div.DivClassName
{
background-color: #D3DD20;
}
.BgClassName
{
background-color: #D3DD20;
}
</style>
border-color css
<style>
span { border-color: #D3DD20; }
span { border-color: rgb(211,221,32); }
td.TdClassName
{
border-color: #D3DD20;
}
.TagClassName
{
border-color: #D3DD20;
}
</style>