Shades of Bitter Lemon #D1D031
Tints of Bitter Lemon #D1D031
RGB
CMYK
RGB Variations
Color information
#D1D031 (or 0xD1D031) is known color: Bitter Lemon. HEX triplet: D1, D0 and 31. RGB value is (209,208,49). Sum of RGB (Red+Green+Blue) = 209+208+49=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D031 is #2E2FCE. Grayscale: #BEBEBE. Windows color (decimal): -3026895 or 3264721. OLE color: 3264721.
HSL color Cylindrical-coordinate representation of color #D1D031: hue angle of 59.62º 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 #D1D031 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 49 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.18 |
| HSL | 59.63º | 0.63% | 0.51% | - |
| HSV(B) | 59.63º | 0.77% | 0.82% | - |
| XYZ | 49.4 | 58.89 | 11.67 | - |
| YUV | 190.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 49 | 0 | 0.00 | 0.77 | 0.18 | 59.63 | 0.63 | 0.51 |
| Hex | D1 | D0 | 31 | 0 | 0 | 4D | 12 | 3C | 3F | 33 |
| Octal | 321 | 320 | 61 | 0 | 0 | 115 | 22 | 74 | 77 | 63 |
| Binary | 11010001 | 11010000 | 110001 | 0 | 0 | 1001101 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D1D031
Complementary color
Monochromatic Colors of #D1D031
Black with #D1D031
Text Example
Text Example
White with #D1D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D031; }
p { color: rgb(209,208,49); }
H1.HeaderClassName
{
color: #D1D031;
}
.AnyTagClassName
{
color: #D1D031;
}
</style>
background-color css
<style>
a { background-color: #D1D031; }
a { background-color: rgb(209,208,49); }
div.DivClassName
{
background-color: #D1D031;
}
.BgClassName
{
background-color: #D1D031;
}
</style>
border-color css
<style>
span { border-color: #D1D031; }
span { border-color: rgb(209,208,49); }
td.TdClassName
{
border-color: #D1D031;
}
.TagClassName
{
border-color: #D1D031;
}
</style>