Shades of Bitter Lemon #D1D637
Tints of Bitter Lemon #D1D637
RGB
CMYK
RGB Variations
Color information
#D1D637 (or 0xD1D637) is known color: Bitter Lemon. HEX triplet: D1, D6 and 37. RGB value is (209,214,55). Sum of RGB (Red+Green+Blue) = 209+214+55=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D637 is #2E29C8. Grayscale: #C3C3C3. Windows color (decimal): -3025353 or 3659473. OLE color: 3659473.
HSL color Cylindrical-coordinate representation of color #D1D637: hue angle of 61.89º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1D637 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 55 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.16 |
| HSL | 61.89º | 0.66% | 0.53% | - |
| HSV(B) | 61.89º | 0.74% | 0.84% | - |
| XYZ | 51.03 | 61.92 | 12.88 | - |
| YUV | 194.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 55 | 0.02 | 0 | 0.74 | 0.16 | 61.89 | 0.66 | 0.53 |
| Hex | D1 | D6 | 37 | 2 | 0 | 4A | 10 | 3E | 42 | 35 |
| Octal | 321 | 326 | 67 | 2 | 0 | 112 | 20 | 76 | 102 | 65 |
| Binary | 11010001 | 11010110 | 110111 | 10 | 0 | 1001010 | 10000 | 111110 | 1000010 | 110101 |
Color Harmonies of #D1D637
Complementary color
Monochromatic Colors of #D1D637
Black with #D1D637
Text Example
Text Example
White with #D1D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D637; }
p { color: rgb(209,214,55); }
H1.HeaderClassName
{
color: #D1D637;
}
.AnyTagClassName
{
color: #D1D637;
}
</style>
background-color css
<style>
a { background-color: #D1D637; }
a { background-color: rgb(209,214,55); }
div.DivClassName
{
background-color: #D1D637;
}
.BgClassName
{
background-color: #D1D637;
}
</style>
border-color css
<style>
span { border-color: #D1D637; }
span { border-color: rgb(209,214,55); }
td.TdClassName
{
border-color: #D1D637;
}
.TagClassName
{
border-color: #D1D637;
}
</style>