Shades of Bitter Lemon #D9DD23
Tints of Bitter Lemon #D9DD23
RGB
CMYK
RGB Variations
Color information
#D9DD23 (or 0xD9DD23) is known color: Bitter Lemon. HEX triplet: D9, DD and 23. RGB value is (217,221,35). Sum of RGB (Red+Green+Blue) = 217+221+35=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD23 is #2622DC. Grayscale: #C7C7C7. Windows color (decimal): -2499293 or 2350553. OLE color: 2350553.
HSL color Cylindrical-coordinate representation of color #D9DD23: hue angle of 61.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9DD23 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 35 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.13 |
| HSL | 61.29º | 0.73% | 0.5% | - |
| HSV(B) | 61.29º | 0.84% | 0.87% | - |
| XYZ | 54.78 | 66.59 | 11.56 | - |
| YUV | 198.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 35 | 0.02 | 0 | 0.84 | 0.13 | 61.29 | 0.73 | 0.5 |
| Hex | D9 | DD | 23 | 2 | 0 | 54 | D | 3D | 49 | 32 |
| Octal | 331 | 335 | 43 | 2 | 0 | 124 | 15 | 75 | 111 | 62 |
| Binary | 11011001 | 11011101 | 100011 | 10 | 0 | 1010100 | 1101 | 111101 | 1001001 | 110010 |
Color Harmonies of #D9DD23
Complementary color
Monochromatic Colors of #D9DD23
Black with #D9DD23
Text Example
Text Example
White with #D9DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD23; }
p { color: rgb(217,221,35); }
H1.HeaderClassName
{
color: #D9DD23;
}
.AnyTagClassName
{
color: #D9DD23;
}
</style>
background-color css
<style>
a { background-color: #D9DD23; }
a { background-color: rgb(217,221,35); }
div.DivClassName
{
background-color: #D9DD23;
}
.BgClassName
{
background-color: #D9DD23;
}
</style>
border-color css
<style>
span { border-color: #D9DD23; }
span { border-color: rgb(217,221,35); }
td.TdClassName
{
border-color: #D9DD23;
}
.TagClassName
{
border-color: #D9DD23;
}
</style>