Shades of Bitter Lemon #D1D922
Tints of Bitter Lemon #D1D922
RGB
CMYK
RGB Variations
Color information
#D1D922 (or 0xD1D922) is known color: Bitter Lemon. HEX triplet: D1, D9 and 22. RGB value is (209,217,34). Sum of RGB (Red+Green+Blue) = 209+217+34=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D922 is #2E26DD. Grayscale: #C2C2C2. Windows color (decimal): -3024606 or 2283985. OLE color: 2283985.
HSL color Cylindrical-coordinate representation of color #D1D922: hue angle of 62.62º 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 #D1D922 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 34 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.15 |
| HSL | 62.62º | 0.73% | 0.49% | - |
| HSV(B) | 62.62º | 0.84% | 0.85% | - |
| XYZ | 51.4 | 63.3 | 11.02 | - |
| YUV | 193.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 34 | 0.04 | 0 | 0.84 | 0.15 | 62.62 | 0.73 | 0.49 |
| Hex | D1 | D9 | 22 | 4 | 0 | 54 | F | 3F | 49 | 31 |
| Octal | 321 | 331 | 42 | 4 | 0 | 124 | 17 | 77 | 111 | 61 |
| Binary | 11010001 | 11011001 | 100010 | 100 | 0 | 1010100 | 1111 | 111111 | 1001001 | 110001 |
Color Harmonies of #D1D922
Complementary color
Monochromatic Colors of #D1D922
Black with #D1D922
Text Example
Text Example
White with #D1D922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D922; }
p { color: rgb(209,217,34); }
H1.HeaderClassName
{
color: #D1D922;
}
.AnyTagClassName
{
color: #D1D922;
}
</style>
background-color css
<style>
a { background-color: #D1D922; }
a { background-color: rgb(209,217,34); }
div.DivClassName
{
background-color: #D1D922;
}
.BgClassName
{
background-color: #D1D922;
}
</style>
border-color css
<style>
span { border-color: #D1D922; }
span { border-color: rgb(209,217,34); }
td.TdClassName
{
border-color: #D1D922;
}
.TagClassName
{
border-color: #D1D922;
}
</style>