Shades of Bitter Lemon #D1D939
Tints of Bitter Lemon #D1D939
RGB
CMYK
RGB Variations
Color information
#D1D939 (or 0xD1D939) is known color: Bitter Lemon. HEX triplet: D1, D9 and 39. RGB value is (209,217,57). Sum of RGB (Red+Green+Blue) = 209+217+57=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D939 is #2E26C6. Grayscale: #C5C5C5. Windows color (decimal): -3024583 or 3791313. OLE color: 3791313.
HSL color Cylindrical-coordinate representation of color #D1D939: hue angle of 63º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1D939 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 57 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.15 |
| HSL | 63º | 0.68% | 0.54% | - |
| HSV(B) | 63º | 0.74% | 0.85% | - |
| XYZ | 51.85 | 63.48 | 13.39 | - |
| YUV | 196.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 57 | 0.04 | 0 | 0.74 | 0.15 | 63 | 0.68 | 0.54 |
| Hex | D1 | D9 | 39 | 4 | 0 | 4A | F | 3F | 44 | 36 |
| Octal | 321 | 331 | 71 | 4 | 0 | 112 | 17 | 77 | 104 | 66 |
| Binary | 11010001 | 11011001 | 111001 | 100 | 0 | 1001010 | 1111 | 111111 | 1000100 | 110110 |
Color Harmonies of #D1D939
Complementary color
Monochromatic Colors of #D1D939
Black with #D1D939
Text Example
Text Example
White with #D1D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D939; }
p { color: rgb(209,217,57); }
H1.HeaderClassName
{
color: #D1D939;
}
.AnyTagClassName
{
color: #D1D939;
}
</style>
background-color css
<style>
a { background-color: #D1D939; }
a { background-color: rgb(209,217,57); }
div.DivClassName
{
background-color: #D1D939;
}
.BgClassName
{
background-color: #D1D939;
}
</style>
border-color css
<style>
span { border-color: #D1D939; }
span { border-color: rgb(209,217,57); }
td.TdClassName
{
border-color: #D1D939;
}
.TagClassName
{
border-color: #D1D939;
}
</style>