Shades of Bitter Lemon #D4DD22
Tints of Bitter Lemon #D4DD22
RGB
CMYK
RGB Variations
Color information
#D4DD22 (or 0xD4DD22) is known color: Bitter Lemon. HEX triplet: D4, DD and 22. RGB value is (212,221,34). Sum of RGB (Red+Green+Blue) = 212+221+34=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD22 is #2B22DD. Grayscale: #C5C5C5. Windows color (decimal): -2826974 or 2285012. OLE color: 2285012.
HSL color Cylindrical-coordinate representation of color #D4DD22: hue angle of 62.89º degrees, saturation: 0.73, 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 #D4DD22 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 34 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.13 |
| HSL | 62.89º | 0.73% | 0.5% | - |
| HSV(B) | 62.89º | 0.85% | 0.87% | - |
| XYZ | 53.3 | 65.83 | 11.41 | - |
| YUV | 196.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 34 | 0.04 | 0 | 0.85 | 0.13 | 62.89 | 0.73 | 0.5 |
| Hex | D4 | DD | 22 | 4 | 0 | 55 | D | 3F | 49 | 32 |
| Octal | 324 | 335 | 42 | 4 | 0 | 125 | 15 | 77 | 111 | 62 |
| Binary | 11010100 | 11011101 | 100010 | 100 | 0 | 1010101 | 1101 | 111111 | 1001001 | 110010 |
Color Harmonies of #D4DD22
Complementary color
Monochromatic Colors of #D4DD22
Black with #D4DD22
Text Example
Text Example
White with #D4DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD22; }
p { color: rgb(212,221,34); }
H1.HeaderClassName
{
color: #D4DD22;
}
.AnyTagClassName
{
color: #D4DD22;
}
</style>
background-color css
<style>
a { background-color: #D4DD22; }
a { background-color: rgb(212,221,34); }
div.DivClassName
{
background-color: #D4DD22;
}
.BgClassName
{
background-color: #D4DD22;
}
</style>
border-color css
<style>
span { border-color: #D4DD22; }
span { border-color: rgb(212,221,34); }
td.TdClassName
{
border-color: #D4DD22;
}
.TagClassName
{
border-color: #D4DD22;
}
</style>