Shades of Bitter Lemon #D1D131
Tints of Bitter Lemon #D1D131
RGB
CMYK
RGB Variations
Color information
#D1D131 (or 0xD1D131) is known color: Bitter Lemon. HEX triplet: D1, D1 and 31. RGB value is (209,209,49). Sum of RGB (Red+Green+Blue) = 209+209+49=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D131 is #2E2ECE. Grayscale: #BFBFBF. Windows color (decimal): -3026639 or 3264977. OLE color: 3264977.
HSL color Cylindrical-coordinate representation of color #D1D131: hue angle of 60º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1D131 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 49 | - |
| CMYK | 0 | 0 | 0.77 | 0.18 |
| HSL | 60º | 0.63% | 0.51% | - |
| HSV(B) | 60º | 0.77% | 0.82% | - |
| XYZ | 49.65 | 59.38 | 11.75 | - |
| YUV | 190.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 49 | 0 | 0 | 0.77 | 0.18 | 60 | 0.63 | 0.51 |
| Hex | D1 | D1 | 31 | 0 | 0 | 4D | 12 | 3C | 3F | 33 |
| Octal | 321 | 321 | 61 | 0 | 0 | 115 | 22 | 74 | 77 | 63 |
| Binary | 11010001 | 11010001 | 110001 | 0 | 0 | 1001101 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D1D131
Complementary color
Monochromatic Colors of #D1D131
Black with #D1D131
Text Example
Text Example
White with #D1D131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D131; }
p { color: rgb(209,209,49); }
H1.HeaderClassName
{
color: #D1D131;
}
.AnyTagClassName
{
color: #D1D131;
}
</style>
background-color css
<style>
a { background-color: #D1D131; }
a { background-color: rgb(209,209,49); }
div.DivClassName
{
background-color: #D1D131;
}
.BgClassName
{
background-color: #D1D131;
}
</style>
border-color css
<style>
span { border-color: #D1D131; }
span { border-color: rgb(209,209,49); }
td.TdClassName
{
border-color: #D1D131;
}
.TagClassName
{
border-color: #D1D131;
}
</style>