Shades of Bitter Lemon #D1DA26
Tints of Bitter Lemon #D1DA26
RGB
CMYK
RGB Variations
Color information
#D1DA26 (or 0xD1DA26) is known color: Bitter Lemon. HEX triplet: D1, DA and 26. RGB value is (209,218,38). Sum of RGB (Red+Green+Blue) = 209+218+38=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA26 is #2E25D9. Grayscale: #C3C3C3. Windows color (decimal): -3024346 or 2546385. OLE color: 2546385.
HSL color Cylindrical-coordinate representation of color #D1DA26: hue angle of 63º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1DA26 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.15 |
| HSL | 63º | 0.71% | 0.5% | - |
| HSV(B) | 63º | 0.83% | 0.85% | - |
| XYZ | 51.72 | 63.84 | 11.43 | - |
| YUV | 194.79 | 39.52 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 38 | 0.04 | 0 | 0.83 | 0.15 | 63 | 0.71 | 0.5 |
| Hex | D1 | DA | 26 | 4 | 0 | 53 | F | 3F | 47 | 32 |
| Octal | 321 | 332 | 46 | 4 | 0 | 123 | 17 | 77 | 107 | 62 |
| Binary | 11010001 | 11011010 | 100110 | 100 | 0 | 1010011 | 1111 | 111111 | 1000111 | 110010 |
Color Harmonies of #D1DA26
Complementary color
Monochromatic Colors of #D1DA26
Black with #D1DA26
Text Example
Text Example
White with #D1DA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA26; }
p { color: rgb(209,218,38); }
H1.HeaderClassName
{
color: #D1DA26;
}
.AnyTagClassName
{
color: #D1DA26;
}
</style>
background-color css
<style>
a { background-color: #D1DA26; }
a { background-color: rgb(209,218,38); }
div.DivClassName
{
background-color: #D1DA26;
}
.BgClassName
{
background-color: #D1DA26;
}
</style>
border-color css
<style>
span { border-color: #D1DA26; }
span { border-color: rgb(209,218,38); }
td.TdClassName
{
border-color: #D1DA26;
}
.TagClassName
{
border-color: #D1DA26;
}
</style>