Shades of Bitter Lemon #D1D932
Tints of Bitter Lemon #D1D932
RGB
CMYK
RGB Variations
Color information
#D1D932 (or 0xD1D932) is known color: Bitter Lemon. HEX triplet: D1, D9 and 32. RGB value is (209,217,50). Sum of RGB (Red+Green+Blue) = 209+217+50=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D932 is #2E26CD. Grayscale: #C4C4C4. Windows color (decimal): -3024590 or 3332561. OLE color: 3332561.
HSL color Cylindrical-coordinate representation of color #D1D932: hue angle of 62.87º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1D932 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 50 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.15 |
| HSL | 62.87º | 0.69% | 0.52% | - |
| HSV(B) | 62.87º | 0.77% | 0.85% | - |
| XYZ | 51.68 | 63.41 | 12.53 | - |
| YUV | 195.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 50 | 0.04 | 0 | 0.77 | 0.15 | 62.87 | 0.69 | 0.52 |
| Hex | D1 | D9 | 32 | 4 | 0 | 4D | F | 3F | 45 | 34 |
| Octal | 321 | 331 | 62 | 4 | 0 | 115 | 17 | 77 | 105 | 64 |
| Binary | 11010001 | 11011001 | 110010 | 100 | 0 | 1001101 | 1111 | 111111 | 1000101 | 110100 |
Color Harmonies of #D1D932
Complementary color
Monochromatic Colors of #D1D932
Black with #D1D932
Text Example
Text Example
White with #D1D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D932; }
p { color: rgb(209,217,50); }
H1.HeaderClassName
{
color: #D1D932;
}
.AnyTagClassName
{
color: #D1D932;
}
</style>
background-color css
<style>
a { background-color: #D1D932; }
a { background-color: rgb(209,217,50); }
div.DivClassName
{
background-color: #D1D932;
}
.BgClassName
{
background-color: #D1D932;
}
</style>
border-color css
<style>
span { border-color: #D1D932; }
span { border-color: rgb(209,217,50); }
td.TdClassName
{
border-color: #D1D932;
}
.TagClassName
{
border-color: #D1D932;
}
</style>