Shades of Bitter Lemon #D8DD1D
Tints of Bitter Lemon #D8DD1D
RGB
CMYK
RGB Variations
Color information
#D8DD1D (or 0xD8DD1D) is known color: Bitter Lemon. HEX triplet: D8, DD and 1D. RGB value is (216,221,29). Sum of RGB (Red+Green+Blue) = 216+221+29=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD1D is #2722E2. Grayscale: #C6C6C6. Windows color (decimal): -2564835 or 1957336. OLE color: 1957336.
HSL color Cylindrical-coordinate representation of color #D8DD1D: hue angle of 61.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8DD1D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 29 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.13 |
| HSL | 61.56º | 0.77% | 0.49% | - |
| HSV(B) | 61.56º | 0.87% | 0.87% | - |
| XYZ | 54.4 | 66.4 | 11.11 | - |
| YUV | 197.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 29 | 0.02 | 0 | 0.87 | 0.13 | 61.56 | 0.77 | 0.49 |
| Hex | D8 | DD | 1D | 2 | 0 | 57 | D | 3E | 4D | 31 |
| Octal | 330 | 335 | 35 | 2 | 0 | 127 | 15 | 76 | 115 | 61 |
| Binary | 11011000 | 11011101 | 11101 | 10 | 0 | 1010111 | 1101 | 111110 | 1001101 | 110001 |
Color Harmonies of #D8DD1D
Complementary color
Monochromatic Colors of #D8DD1D
Black with #D8DD1D
Text Example
Text Example
White with #D8DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD1D; }
p { color: rgb(216,221,29); }
H1.HeaderClassName
{
color: #D8DD1D;
}
.AnyTagClassName
{
color: #D8DD1D;
}
</style>
background-color css
<style>
a { background-color: #D8DD1D; }
a { background-color: rgb(216,221,29); }
div.DivClassName
{
background-color: #D8DD1D;
}
.BgClassName
{
background-color: #D8DD1D;
}
</style>
border-color css
<style>
span { border-color: #D8DD1D; }
span { border-color: rgb(216,221,29); }
td.TdClassName
{
border-color: #D8DD1D;
}
.TagClassName
{
border-color: #D8DD1D;
}
</style>