Shades of Bitter Lemon #D9DA29
Tints of Bitter Lemon #D9DA29
RGB
CMYK
RGB Variations
Color information
#D9DA29 (or 0xD9DA29) is known color: Bitter Lemon. HEX triplet: D9, DA and 29. RGB value is (217,218,41). Sum of RGB (Red+Green+Blue) = 217+218+41=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA29 is #2625D6. Grayscale: #C6C6C6. Windows color (decimal): -2500055 or 2743001. OLE color: 2743001.
HSL color Cylindrical-coordinate representation of color #D9DA29: hue angle of 60.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9DA29 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 41 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.15 |
| HSL | 60.34º | 0.71% | 0.51% | - |
| HSV(B) | 60.34º | 0.81% | 0.85% | - |
| XYZ | 54.09 | 65.05 | 11.8 | - |
| YUV | 197.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 41 | 0.00 | 0 | 0.81 | 0.15 | 60.34 | 0.71 | 0.51 |
| Hex | D9 | DA | 29 | 0 | 0 | 51 | F | 3C | 47 | 33 |
| Octal | 331 | 332 | 51 | 0 | 0 | 121 | 17 | 74 | 107 | 63 |
| Binary | 11011001 | 11011010 | 101001 | 0 | 0 | 1010001 | 1111 | 111100 | 1000111 | 110011 |
Color Harmonies of #D9DA29
Complementary color
Monochromatic Colors of #D9DA29
Black with #D9DA29
Text Example
Text Example
White with #D9DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA29; }
p { color: rgb(217,218,41); }
H1.HeaderClassName
{
color: #D9DA29;
}
.AnyTagClassName
{
color: #D9DA29;
}
</style>
background-color css
<style>
a { background-color: #D9DA29; }
a { background-color: rgb(217,218,41); }
div.DivClassName
{
background-color: #D9DA29;
}
.BgClassName
{
background-color: #D9DA29;
}
</style>
border-color css
<style>
span { border-color: #D9DA29; }
span { border-color: rgb(217,218,41); }
td.TdClassName
{
border-color: #D9DA29;
}
.TagClassName
{
border-color: #D9DA29;
}
</style>