Shades of Bitter Lemon #D9DD34
Tints of Bitter Lemon #D9DD34
RGB
CMYK
RGB Variations
Color information
#D9DD34 (or 0xD9DD34) is known color: Bitter Lemon. HEX triplet: D9, DD and 34. RGB value is (217,221,52). Sum of RGB (Red+Green+Blue) = 217+221+52=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD34 is #2622CB. Grayscale: #C9C9C9. Windows color (decimal): -2499276 or 3464665. OLE color: 3464665.
HSL color Cylindrical-coordinate representation of color #D9DD34: hue angle of 61.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9DD34 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 52 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.13 |
| HSL | 61.42º | 0.71% | 0.54% | - |
| HSV(B) | 61.42º | 0.76% | 0.87% | - |
| XYZ | 55.09 | 66.71 | 13.22 | - |
| YUV | 200.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 52 | 0.02 | 0 | 0.76 | 0.13 | 61.42 | 0.71 | 0.54 |
| Hex | D9 | DD | 34 | 2 | 0 | 4C | D | 3D | 47 | 36 |
| Octal | 331 | 335 | 64 | 2 | 0 | 114 | 15 | 75 | 107 | 66 |
| Binary | 11011001 | 11011101 | 110100 | 10 | 0 | 1001100 | 1101 | 111101 | 1000111 | 110110 |
Color Harmonies of #D9DD34
Complementary color
Monochromatic Colors of #D9DD34
Black with #D9DD34
Text Example
Text Example
White with #D9DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD34; }
p { color: rgb(217,221,52); }
H1.HeaderClassName
{
color: #D9DD34;
}
.AnyTagClassName
{
color: #D9DD34;
}
</style>
background-color css
<style>
a { background-color: #D9DD34; }
a { background-color: rgb(217,221,52); }
div.DivClassName
{
background-color: #D9DD34;
}
.BgClassName
{
background-color: #D9DD34;
}
</style>
border-color css
<style>
span { border-color: #D9DD34; }
span { border-color: rgb(217,221,52); }
td.TdClassName
{
border-color: #D9DD34;
}
.TagClassName
{
border-color: #D9DD34;
}
</style>