Shades of Bitter Lemon #D6D937
Tints of Bitter Lemon #D6D937
RGB
CMYK
RGB Variations
Color information
#D6D937 (or 0xD6D937) is known color: Bitter Lemon. HEX triplet: D6, D9 and 37. RGB value is (214,217,55). Sum of RGB (Red+Green+Blue) = 214+217+55=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D937 is #2926C8. Grayscale: #C6C6C6. Windows color (decimal): -2696905 or 3660246. OLE color: 3660246.
HSL color Cylindrical-coordinate representation of color #D6D937: hue angle of 61.11º degrees, saturation: 0.68, 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 #D6D937 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 55 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.15 |
| HSL | 61.11º | 0.68% | 0.53% | - |
| HSV(B) | 61.11º | 0.75% | 0.85% | - |
| XYZ | 53.23 | 64.2 | 13.2 | - |
| YUV | 197.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 55 | 0.01 | 0 | 0.75 | 0.15 | 61.11 | 0.68 | 0.53 |
| Hex | D6 | D9 | 37 | 1 | 0 | 4B | F | 3D | 44 | 35 |
| Octal | 326 | 331 | 67 | 1 | 0 | 113 | 17 | 75 | 104 | 65 |
| Binary | 11010110 | 11011001 | 110111 | 1 | 0 | 1001011 | 1111 | 111101 | 1000100 | 110101 |
Color Harmonies of #D6D937
Complementary color
Monochromatic Colors of #D6D937
Black with #D6D937
Text Example
Text Example
White with #D6D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D937; }
p { color: rgb(214,217,55); }
H1.HeaderClassName
{
color: #D6D937;
}
.AnyTagClassName
{
color: #D6D937;
}
</style>
background-color css
<style>
a { background-color: #D6D937; }
a { background-color: rgb(214,217,55); }
div.DivClassName
{
background-color: #D6D937;
}
.BgClassName
{
background-color: #D6D937;
}
</style>
border-color css
<style>
span { border-color: #D6D937; }
span { border-color: rgb(214,217,55); }
td.TdClassName
{
border-color: #D6D937;
}
.TagClassName
{
border-color: #D6D937;
}
</style>