Shades of Bitter Lemon #D3DD21
Tints of Bitter Lemon #D3DD21
RGB
CMYK
RGB Variations
Color information
#D3DD21 (or 0xD3DD21) is known color: Bitter Lemon. HEX triplet: D3, DD and 21. RGB value is (211,221,33). Sum of RGB (Red+Green+Blue) = 211+221+33=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD21 is #2C22DE. Grayscale: #C5C5C5. Windows color (decimal): -2892511 or 2219475. OLE color: 2219475.
HSL color Cylindrical-coordinate representation of color #D3DD21: hue angle of 63.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3DD21 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.13 |
| HSL | 63.19º | 0.74% | 0.5% | - |
| HSV(B) | 63.19º | 0.85% | 0.87% | - |
| XYZ | 52.99 | 65.67 | 11.32 | - |
| YUV | 196.58 | 35.69 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 33 | 0.05 | 0 | 0.85 | 0.13 | 63.19 | 0.74 | 0.5 |
| Hex | D3 | DD | 21 | 5 | 0 | 55 | D | 3F | 4A | 32 |
| Octal | 323 | 335 | 41 | 5 | 0 | 125 | 15 | 77 | 112 | 62 |
| Binary | 11010011 | 11011101 | 100001 | 101 | 0 | 1010101 | 1101 | 111111 | 1001010 | 110010 |
Color Harmonies of #D3DD21
Complementary color
Monochromatic Colors of #D3DD21
Black with #D3DD21
Text Example
Text Example
White with #D3DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD21; }
p { color: rgb(211,221,33); }
H1.HeaderClassName
{
color: #D3DD21;
}
.AnyTagClassName
{
color: #D3DD21;
}
</style>
background-color css
<style>
a { background-color: #D3DD21; }
a { background-color: rgb(211,221,33); }
div.DivClassName
{
background-color: #D3DD21;
}
.BgClassName
{
background-color: #D3DD21;
}
</style>
border-color css
<style>
span { border-color: #D3DD21; }
span { border-color: rgb(211,221,33); }
td.TdClassName
{
border-color: #D3DD21;
}
.TagClassName
{
border-color: #D3DD21;
}
</style>