Shades of Bitter Lemon #D8DD21
Tints of Bitter Lemon #D8DD21
RGB
CMYK
RGB Variations
Color information
#D8DD21 (or 0xD8DD21) is known color: Bitter Lemon. HEX triplet: D8, DD and 21. RGB value is (216,221,33). Sum of RGB (Red+Green+Blue) = 216+221+33=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD21 is #2722DE. Grayscale: #C6C6C6. Windows color (decimal): -2564831 or 2219480. OLE color: 2219480.
HSL color Cylindrical-coordinate representation of color #D8DD21: hue angle of 61.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8DD21 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 33 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.13 |
| HSL | 61.6º | 0.74% | 0.5% | - |
| HSV(B) | 61.6º | 0.85% | 0.87% | - |
| XYZ | 54.45 | 66.42 | 11.39 | - |
| YUV | 198.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 33 | 0.02 | 0 | 0.85 | 0.13 | 61.6 | 0.74 | 0.5 |
| Hex | D8 | DD | 21 | 2 | 0 | 55 | D | 3E | 4A | 32 |
| Octal | 330 | 335 | 41 | 2 | 0 | 125 | 15 | 76 | 112 | 62 |
| Binary | 11011000 | 11011101 | 100001 | 10 | 0 | 1010101 | 1101 | 111110 | 1001010 | 110010 |
Color Harmonies of #D8DD21
Complementary color
Monochromatic Colors of #D8DD21
Black with #D8DD21
Text Example
Text Example
White with #D8DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD21; }
p { color: rgb(216,221,33); }
H1.HeaderClassName
{
color: #D8DD21;
}
.AnyTagClassName
{
color: #D8DD21;
}
</style>
background-color css
<style>
a { background-color: #D8DD21; }
a { background-color: rgb(216,221,33); }
div.DivClassName
{
background-color: #D8DD21;
}
.BgClassName
{
background-color: #D8DD21;
}
</style>
border-color css
<style>
span { border-color: #D8DD21; }
span { border-color: rgb(216,221,33); }
td.TdClassName
{
border-color: #D8DD21;
}
.TagClassName
{
border-color: #D8DD21;
}
</style>