Shades of Bitter Lemon #D1D92C
Tints of Bitter Lemon #D1D92C
RGB
CMYK
RGB Variations
Color information
#D1D92C (or 0xD1D92C) is known color: Bitter Lemon. HEX triplet: D1, D9 and 2C. RGB value is (209,217,44). Sum of RGB (Red+Green+Blue) = 209+217+44=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D92C is #2E26D3. Grayscale: #C3C3C3. Windows color (decimal): -3024596 or 2939345. OLE color: 2939345.
HSL color Cylindrical-coordinate representation of color #D1D92C: hue angle of 62.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1D92C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 44 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.15 |
| HSL | 62.77º | 0.69% | 0.51% | - |
| HSV(B) | 62.77º | 0.8% | 0.85% | - |
| XYZ | 51.56 | 63.36 | 11.9 | - |
| YUV | 194.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 44 | 0.04 | 0 | 0.80 | 0.15 | 62.77 | 0.69 | 0.51 |
| Hex | D1 | D9 | 2C | 4 | 0 | 50 | F | 3F | 45 | 33 |
| Octal | 321 | 331 | 54 | 4 | 0 | 120 | 17 | 77 | 105 | 63 |
| Binary | 11010001 | 11011001 | 101100 | 100 | 0 | 1010000 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #D1D92C
Complementary color
Monochromatic Colors of #D1D92C
Black with #D1D92C
Text Example
Text Example
White with #D1D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D92C; }
p { color: rgb(209,217,44); }
H1.HeaderClassName
{
color: #D1D92C;
}
.AnyTagClassName
{
color: #D1D92C;
}
</style>
background-color css
<style>
a { background-color: #D1D92C; }
a { background-color: rgb(209,217,44); }
div.DivClassName
{
background-color: #D1D92C;
}
.BgClassName
{
background-color: #D1D92C;
}
</style>
border-color css
<style>
span { border-color: #D1D92C; }
span { border-color: rgb(209,217,44); }
td.TdClassName
{
border-color: #D1D92C;
}
.TagClassName
{
border-color: #D1D92C;
}
</style>