Shades of Bitter Lemon #D1D337
Tints of Bitter Lemon #D1D337
RGB
CMYK
RGB Variations
Color information
#D1D337 (or 0xD1D337) is known color: Bitter Lemon. HEX triplet: D1, D3 and 37. RGB value is (209,211,55). Sum of RGB (Red+Green+Blue) = 209+211+55=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D337 is #2E2CC8. Grayscale: #C1C1C1. Windows color (decimal): -3026121 or 3658705. OLE color: 3658705.
HSL color Cylindrical-coordinate representation of color #D1D337: hue angle of 60.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1D337 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 55 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.17 |
| HSL | 60.77º | 0.64% | 0.52% | - |
| HSV(B) | 60.77º | 0.74% | 0.83% | - |
| XYZ | 50.28 | 60.42 | 12.63 | - |
| YUV | 192.62 | 50.34 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 55 | 0.01 | 0 | 0.74 | 0.17 | 60.77 | 0.64 | 0.52 |
| Hex | D1 | D3 | 37 | 1 | 0 | 4A | 11 | 3D | 40 | 34 |
| Octal | 321 | 323 | 67 | 1 | 0 | 112 | 21 | 75 | 100 | 64 |
| Binary | 11010001 | 11010011 | 110111 | 1 | 0 | 1001010 | 10001 | 111101 | 1000000 | 110100 |
Color Harmonies of #D1D337
Complementary color
Monochromatic Colors of #D1D337
Black with #D1D337
Text Example
Text Example
White with #D1D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D337; }
p { color: rgb(209,211,55); }
H1.HeaderClassName
{
color: #D1D337;
}
.AnyTagClassName
{
color: #D1D337;
}
</style>
background-color css
<style>
a { background-color: #D1D337; }
a { background-color: rgb(209,211,55); }
div.DivClassName
{
background-color: #D1D337;
}
.BgClassName
{
background-color: #D1D337;
}
</style>
border-color css
<style>
span { border-color: #D1D337; }
span { border-color: rgb(209,211,55); }
td.TdClassName
{
border-color: #D1D337;
}
.TagClassName
{
border-color: #D1D337;
}
</style>