Shades of Bitter Lemon #D1DA39
Tints of Bitter Lemon #D1DA39
RGB
CMYK
RGB Variations
Color information
#D1DA39 (or 0xD1DA39) is known color: Bitter Lemon. HEX triplet: D1, DA and 39. RGB value is (209,218,57). Sum of RGB (Red+Green+Blue) = 209+218+57=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA39 is #2E25C6. Grayscale: #C5C5C5. Windows color (decimal): -3024327 or 3791569. OLE color: 3791569.
HSL color Cylindrical-coordinate representation of color #D1DA39: hue angle of 63.35º degrees, saturation: 0.69, 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 #D1DA39 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 57 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.15 |
| HSL | 63.35º | 0.69% | 0.54% | - |
| HSV(B) | 63.35º | 0.74% | 0.85% | - |
| XYZ | 52.1 | 63.99 | 13.48 | - |
| YUV | 196.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 57 | 0.04 | 0 | 0.74 | 0.15 | 63.35 | 0.69 | 0.54 |
| Hex | D1 | DA | 39 | 4 | 0 | 4A | F | 3F | 45 | 36 |
| Octal | 321 | 332 | 71 | 4 | 0 | 112 | 17 | 77 | 105 | 66 |
| Binary | 11010001 | 11011010 | 111001 | 100 | 0 | 1001010 | 1111 | 111111 | 1000101 | 110110 |
Color Harmonies of #D1DA39
Complementary color
Monochromatic Colors of #D1DA39
Black with #D1DA39
Text Example
Text Example
White with #D1DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA39; }
p { color: rgb(209,218,57); }
H1.HeaderClassName
{
color: #D1DA39;
}
.AnyTagClassName
{
color: #D1DA39;
}
</style>
background-color css
<style>
a { background-color: #D1DA39; }
a { background-color: rgb(209,218,57); }
div.DivClassName
{
background-color: #D1DA39;
}
.BgClassName
{
background-color: #D1DA39;
}
</style>
border-color css
<style>
span { border-color: #D1DA39; }
span { border-color: rgb(209,218,57); }
td.TdClassName
{
border-color: #D1DA39;
}
.TagClassName
{
border-color: #D1DA39;
}
</style>