Shades of Bitter Lemon #D1DA1D
Tints of Bitter Lemon #D1DA1D
RGB
CMYK
RGB Variations
Color information
#D1DA1D (or 0xD1DA1D) is known color: Bitter Lemon. HEX triplet: D1, DA and 1D. RGB value is (209,218,29). Sum of RGB (Red+Green+Blue) = 209+218+29=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA1D is #2E25E2. Grayscale: #C2C2C2. Windows color (decimal): -3024355 or 1956561. OLE color: 1956561.
HSL color Cylindrical-coordinate representation of color #D1DA1D: hue angle of 62.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1DA1D is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 29 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.15 |
| HSL | 62.86º | 0.77% | 0.48% | - |
| HSV(B) | 62.86º | 0.87% | 0.85% | - |
| XYZ | 51.59 | 63.79 | 10.76 | - |
| YUV | 193.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 29 | 0.04 | 0 | 0.87 | 0.15 | 62.86 | 0.77 | 0.48 |
| Hex | D1 | DA | 1D | 4 | 0 | 57 | F | 3F | 4D | 30 |
| Octal | 321 | 332 | 35 | 4 | 0 | 127 | 17 | 77 | 115 | 60 |
| Binary | 11010001 | 11011010 | 11101 | 100 | 0 | 1010111 | 1111 | 111111 | 1001101 | 110000 |
Color Harmonies of #D1DA1D
Complementary color
Monochromatic Colors of #D1DA1D
Black with #D1DA1D
Text Example
Text Example
White with #D1DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA1D; }
p { color: rgb(209,218,29); }
H1.HeaderClassName
{
color: #D1DA1D;
}
.AnyTagClassName
{
color: #D1DA1D;
}
</style>
background-color css
<style>
a { background-color: #D1DA1D; }
a { background-color: rgb(209,218,29); }
div.DivClassName
{
background-color: #D1DA1D;
}
.BgClassName
{
background-color: #D1DA1D;
}
</style>
border-color css
<style>
span { border-color: #D1DA1D; }
span { border-color: rgb(209,218,29); }
td.TdClassName
{
border-color: #D1DA1D;
}
.TagClassName
{
border-color: #D1DA1D;
}
</style>