Shades of Bitter Lemon #D4DD21
Tints of Bitter Lemon #D4DD21
RGB
CMYK
RGB Variations
Color information
#D4DD21 (or 0xD4DD21) is known color: Bitter Lemon. HEX triplet: D4, DD and 21. RGB value is (212,221,33). Sum of RGB (Red+Green+Blue) = 212+221+33=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD21 is #2B22DE. Grayscale: #C5C5C5. Windows color (decimal): -2826975 or 2219476. OLE color: 2219476.
HSL color Cylindrical-coordinate representation of color #D4DD21: hue angle of 62.87º 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 #D4DD21 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.13 |
| HSL | 62.87º | 0.74% | 0.5% | - |
| HSV(B) | 62.87º | 0.85% | 0.87% | - |
| XYZ | 53.28 | 65.82 | 11.34 | - |
| YUV | 196.88 | 35.52 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 33 | 0.04 | 0 | 0.85 | 0.13 | 62.87 | 0.74 | 0.5 |
| Hex | D4 | DD | 21 | 4 | 0 | 55 | D | 3F | 4A | 32 |
| Octal | 324 | 335 | 41 | 4 | 0 | 125 | 15 | 77 | 112 | 62 |
| Binary | 11010100 | 11011101 | 100001 | 100 | 0 | 1010101 | 1101 | 111111 | 1001010 | 110010 |
Color Harmonies of #D4DD21
Complementary color
Monochromatic Colors of #D4DD21
Black with #D4DD21
Text Example
Text Example
White with #D4DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD21; }
p { color: rgb(212,221,33); }
H1.HeaderClassName
{
color: #D4DD21;
}
.AnyTagClassName
{
color: #D4DD21;
}
</style>
background-color css
<style>
a { background-color: #D4DD21; }
a { background-color: rgb(212,221,33); }
div.DivClassName
{
background-color: #D4DD21;
}
.BgClassName
{
background-color: #D4DD21;
}
</style>
border-color css
<style>
span { border-color: #D4DD21; }
span { border-color: rgb(212,221,33); }
td.TdClassName
{
border-color: #D4DD21;
}
.TagClassName
{
border-color: #D4DD21;
}
</style>