Shades of Bitter Lemon #D7DD2D
Tints of Bitter Lemon #D7DD2D
RGB
CMYK
RGB Variations
Color information
#D7DD2D (or 0xD7DD2D) is known color: Bitter Lemon. HEX triplet: D7, DD and 2D. RGB value is (215,221,45). Sum of RGB (Red+Green+Blue) = 215+221+45=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DD2D is #2822D2. Grayscale: #C7C7C7. Windows color (decimal): -2630355 or 3005911. OLE color: 3005911.
HSL color Cylindrical-coordinate representation of color #D7DD2D: hue angle of 62.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7DD2D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 45 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.13 |
| HSL | 62.05º | 0.72% | 0.52% | - |
| HSV(B) | 62.05º | 0.8% | 0.87% | - |
| XYZ | 54.35 | 66.35 | 12.42 | - |
| YUV | 199.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 45 | 0.03 | 0 | 0.80 | 0.13 | 62.05 | 0.72 | 0.52 |
| Hex | D7 | DD | 2D | 3 | 0 | 50 | D | 3E | 48 | 34 |
| Octal | 327 | 335 | 55 | 3 | 0 | 120 | 15 | 76 | 110 | 64 |
| Binary | 11010111 | 11011101 | 101101 | 11 | 0 | 1010000 | 1101 | 111110 | 1001000 | 110100 |
Color Harmonies of #D7DD2D
Complementary color
Monochromatic Colors of #D7DD2D
Black with #D7DD2D
Text Example
Text Example
White with #D7DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD2D; }
p { color: rgb(215,221,45); }
H1.HeaderClassName
{
color: #D7DD2D;
}
.AnyTagClassName
{
color: #D7DD2D;
}
</style>
background-color css
<style>
a { background-color: #D7DD2D; }
a { background-color: rgb(215,221,45); }
div.DivClassName
{
background-color: #D7DD2D;
}
.BgClassName
{
background-color: #D7DD2D;
}
</style>
border-color css
<style>
span { border-color: #D7DD2D; }
span { border-color: rgb(215,221,45); }
td.TdClassName
{
border-color: #D7DD2D;
}
.TagClassName
{
border-color: #D7DD2D;
}
</style>