Shades of Bitter Lemon #D9DD31
Tints of Bitter Lemon #D9DD31
RGB
CMYK
RGB Variations
Color information
#D9DD31 (or 0xD9DD31) is known color: Bitter Lemon. HEX triplet: D9, DD and 31. RGB value is (217,221,49). Sum of RGB (Red+Green+Blue) = 217+221+49=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD31 is #2622CE. Grayscale: #C8C8C8. Windows color (decimal): -2499279 or 3268057. OLE color: 3268057.
HSL color Cylindrical-coordinate representation of color #D9DD31: hue angle of 61.4º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9DD31 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 49 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.13 |
| HSL | 61.4º | 0.72% | 0.53% | - |
| HSV(B) | 61.4º | 0.78% | 0.87% | - |
| XYZ | 55.03 | 66.69 | 12.88 | - |
| YUV | 200.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 49 | 0.02 | 0 | 0.78 | 0.13 | 61.4 | 0.72 | 0.53 |
| Hex | D9 | DD | 31 | 2 | 0 | 4E | D | 3D | 48 | 35 |
| Octal | 331 | 335 | 61 | 2 | 0 | 116 | 15 | 75 | 110 | 65 |
| Binary | 11011001 | 11011101 | 110001 | 10 | 0 | 1001110 | 1101 | 111101 | 1001000 | 110101 |
Color Harmonies of #D9DD31
Complementary color
Monochromatic Colors of #D9DD31
Black with #D9DD31
Text Example
Text Example
White with #D9DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD31; }
p { color: rgb(217,221,49); }
H1.HeaderClassName
{
color: #D9DD31;
}
.AnyTagClassName
{
color: #D9DD31;
}
</style>
background-color css
<style>
a { background-color: #D9DD31; }
a { background-color: rgb(217,221,49); }
div.DivClassName
{
background-color: #D9DD31;
}
.BgClassName
{
background-color: #D9DD31;
}
</style>
border-color css
<style>
span { border-color: #D9DD31; }
span { border-color: rgb(217,221,49); }
td.TdClassName
{
border-color: #D9DD31;
}
.TagClassName
{
border-color: #D9DD31;
}
</style>