Shades of Bitter Lemon #D5DD21
Tints of Bitter Lemon #D5DD21
RGB
CMYK
RGB Variations
Color information
#D5DD21 (or 0xD5DD21) is known color: Bitter Lemon. HEX triplet: D5, DD and 21. RGB value is (213,221,33). Sum of RGB (Red+Green+Blue) = 213+221+33=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD21 is #2A22DE. Grayscale: #C5C5C5. Windows color (decimal): -2761439 or 2219477. OLE color: 2219477.
HSL color Cylindrical-coordinate representation of color #D5DD21: hue angle of 62.55º 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 #D5DD21 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.13 |
| HSL | 62.55º | 0.74% | 0.5% | - |
| HSV(B) | 62.55º | 0.85% | 0.87% | - |
| XYZ | 53.57 | 65.97 | 11.35 | - |
| YUV | 197.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 33 | 0.04 | 0 | 0.85 | 0.13 | 62.55 | 0.74 | 0.5 |
| Hex | D5 | DD | 21 | 4 | 0 | 55 | D | 3F | 4A | 32 |
| Octal | 325 | 335 | 41 | 4 | 0 | 125 | 15 | 77 | 112 | 62 |
| Binary | 11010101 | 11011101 | 100001 | 100 | 0 | 1010101 | 1101 | 111111 | 1001010 | 110010 |
Color Harmonies of #D5DD21
Complementary color
Monochromatic Colors of #D5DD21
Black with #D5DD21
Text Example
Text Example
White with #D5DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD21; }
p { color: rgb(213,221,33); }
H1.HeaderClassName
{
color: #D5DD21;
}
.AnyTagClassName
{
color: #D5DD21;
}
</style>
background-color css
<style>
a { background-color: #D5DD21; }
a { background-color: rgb(213,221,33); }
div.DivClassName
{
background-color: #D5DD21;
}
.BgClassName
{
background-color: #D5DD21;
}
</style>
border-color css
<style>
span { border-color: #D5DD21; }
span { border-color: rgb(213,221,33); }
td.TdClassName
{
border-color: #D5DD21;
}
.TagClassName
{
border-color: #D5DD21;
}
</style>