Shades of Bitter Lemon #D1D92F
Tints of Bitter Lemon #D1D92F
RGB
CMYK
RGB Variations
Color information
#D1D92F (or 0xD1D92F) is known color: Bitter Lemon. HEX triplet: D1, D9 and 2F. RGB value is (209,217,47). Sum of RGB (Red+Green+Blue) = 209+217+47=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D92F is #2E26D0. Grayscale: #C3C3C3. Windows color (decimal): -3024593 or 3135953. OLE color: 3135953.
HSL color Cylindrical-coordinate representation of color #D1D92F: hue angle of 62.82º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1D92F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.15 |
| HSL | 62.82º | 0.69% | 0.52% | - |
| HSV(B) | 62.82º | 0.78% | 0.85% | - |
| XYZ | 51.62 | 63.39 | 12.2 | - |
| YUV | 195.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 47 | 0.04 | 0 | 0.78 | 0.15 | 62.82 | 0.69 | 0.52 |
| Hex | D1 | D9 | 2F | 4 | 0 | 4E | F | 3F | 45 | 34 |
| Octal | 321 | 331 | 57 | 4 | 0 | 116 | 17 | 77 | 105 | 64 |
| Binary | 11010001 | 11011001 | 101111 | 100 | 0 | 1001110 | 1111 | 111111 | 1000101 | 110100 |
Color Harmonies of #D1D92F
Complementary color
Monochromatic Colors of #D1D92F
Black with #D1D92F
Text Example
Text Example
White with #D1D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D92F; }
p { color: rgb(209,217,47); }
H1.HeaderClassName
{
color: #D1D92F;
}
.AnyTagClassName
{
color: #D1D92F;
}
</style>
background-color css
<style>
a { background-color: #D1D92F; }
a { background-color: rgb(209,217,47); }
div.DivClassName
{
background-color: #D1D92F;
}
.BgClassName
{
background-color: #D1D92F;
}
</style>
border-color css
<style>
span { border-color: #D1D92F; }
span { border-color: rgb(209,217,47); }
td.TdClassName
{
border-color: #D1D92F;
}
.TagClassName
{
border-color: #D1D92F;
}
</style>