Shades of Bitter Lemon #D1D92D
Tints of Bitter Lemon #D1D92D
RGB
CMYK
RGB Variations
Color information
#D1D92D (or 0xD1D92D) is known color: Bitter Lemon. HEX triplet: D1, D9 and 2D. RGB value is (209,217,45). Sum of RGB (Red+Green+Blue) = 209+217+45=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D92D is #2E26D2. Grayscale: #C3C3C3. Windows color (decimal): -3024595 or 3004881. OLE color: 3004881.
HSL color Cylindrical-coordinate representation of color #D1D92D: hue angle of 62.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1D92D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 45 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.15 |
| HSL | 62.79º | 0.69% | 0.51% | - |
| HSV(B) | 62.79º | 0.79% | 0.85% | - |
| XYZ | 51.58 | 63.37 | 12 | - |
| YUV | 195 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 45 | 0.04 | 0 | 0.79 | 0.15 | 62.79 | 0.69 | 0.51 |
| Hex | D1 | D9 | 2D | 4 | 0 | 4F | F | 3F | 45 | 33 |
| Octal | 321 | 331 | 55 | 4 | 0 | 117 | 17 | 77 | 105 | 63 |
| Binary | 11010001 | 11011001 | 101101 | 100 | 0 | 1001111 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #D1D92D
Complementary color
Monochromatic Colors of #D1D92D
Black with #D1D92D
Text Example
Text Example
White with #D1D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D92D; }
p { color: rgb(209,217,45); }
H1.HeaderClassName
{
color: #D1D92D;
}
.AnyTagClassName
{
color: #D1D92D;
}
</style>
background-color css
<style>
a { background-color: #D1D92D; }
a { background-color: rgb(209,217,45); }
div.DivClassName
{
background-color: #D1D92D;
}
.BgClassName
{
background-color: #D1D92D;
}
</style>
border-color css
<style>
span { border-color: #D1D92D; }
span { border-color: rgb(209,217,45); }
td.TdClassName
{
border-color: #D1D92D;
}
.TagClassName
{
border-color: #D1D92D;
}
</style>