Shades of Bitter Lemon #D1D837
Tints of Bitter Lemon #D1D837
RGB
CMYK
RGB Variations
Color information
#D1D837 (or 0xD1D837) is known color: Bitter Lemon. HEX triplet: D1, D8 and 37. RGB value is (209,216,55). Sum of RGB (Red+Green+Blue) = 209+216+55=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D837 is #2E27C8. Grayscale: #C4C4C4. Windows color (decimal): -3024841 or 3659985. OLE color: 3659985.
HSL color Cylindrical-coordinate representation of color #D1D837: hue angle of 62.61º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1D837 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 55 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.15 |
| HSL | 62.61º | 0.67% | 0.53% | - |
| HSV(B) | 62.61º | 0.75% | 0.85% | - |
| XYZ | 51.54 | 62.94 | 13.05 | - |
| YUV | 195.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 55 | 0.03 | 0 | 0.75 | 0.15 | 62.61 | 0.67 | 0.53 |
| Hex | D1 | D8 | 37 | 3 | 0 | 4B | F | 3F | 43 | 35 |
| Octal | 321 | 330 | 67 | 3 | 0 | 113 | 17 | 77 | 103 | 65 |
| Binary | 11010001 | 11011000 | 110111 | 11 | 0 | 1001011 | 1111 | 111111 | 1000011 | 110101 |
Color Harmonies of #D1D837
Complementary color
Monochromatic Colors of #D1D837
Black with #D1D837
Text Example
Text Example
White with #D1D837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D837; }
p { color: rgb(209,216,55); }
H1.HeaderClassName
{
color: #D1D837;
}
.AnyTagClassName
{
color: #D1D837;
}
</style>
background-color css
<style>
a { background-color: #D1D837; }
a { background-color: rgb(209,216,55); }
div.DivClassName
{
background-color: #D1D837;
}
.BgClassName
{
background-color: #D1D837;
}
</style>
border-color css
<style>
span { border-color: #D1D837; }
span { border-color: rgb(209,216,55); }
td.TdClassName
{
border-color: #D1D837;
}
.TagClassName
{
border-color: #D1D837;
}
</style>