Shades of Bitter Lemon #D1DA22
Tints of Bitter Lemon #D1DA22
RGB
CMYK
RGB Variations
Color information
#D1DA22 (or 0xD1DA22) is known color: Bitter Lemon. HEX triplet: D1, DA and 22. RGB value is (209,218,34). Sum of RGB (Red+Green+Blue) = 209+218+34=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA22 is #2E25DD. Grayscale: #C3C3C3. Windows color (decimal): -3024350 or 2284241. OLE color: 2284241.
HSL color Cylindrical-coordinate representation of color #D1DA22: hue angle of 62.93º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1DA22 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 34 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.15 |
| HSL | 62.93º | 0.73% | 0.49% | - |
| HSV(B) | 62.93º | 0.84% | 0.85% | - |
| XYZ | 51.65 | 63.81 | 11.11 | - |
| YUV | 194.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 34 | 0.04 | 0 | 0.84 | 0.15 | 62.93 | 0.73 | 0.49 |
| Hex | D1 | DA | 22 | 4 | 0 | 54 | F | 3F | 49 | 31 |
| Octal | 321 | 332 | 42 | 4 | 0 | 124 | 17 | 77 | 111 | 61 |
| Binary | 11010001 | 11011010 | 100010 | 100 | 0 | 1010100 | 1111 | 111111 | 1001001 | 110001 |
Color Harmonies of #D1DA22
Complementary color
Monochromatic Colors of #D1DA22
Black with #D1DA22
Text Example
Text Example
White with #D1DA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA22; }
p { color: rgb(209,218,34); }
H1.HeaderClassName
{
color: #D1DA22;
}
.AnyTagClassName
{
color: #D1DA22;
}
</style>
background-color css
<style>
a { background-color: #D1DA22; }
a { background-color: rgb(209,218,34); }
div.DivClassName
{
background-color: #D1DA22;
}
.BgClassName
{
background-color: #D1DA22;
}
</style>
border-color css
<style>
span { border-color: #D1DA22; }
span { border-color: rgb(209,218,34); }
td.TdClassName
{
border-color: #D1DA22;
}
.TagClassName
{
border-color: #D1DA22;
}
</style>