Shades of Bitter Lemon #D4DD37
Tints of Bitter Lemon #D4DD37
RGB
CMYK
RGB Variations
Color information
#D4DD37 (or 0xD4DD37) is known color: Bitter Lemon. HEX triplet: D4, DD and 37. RGB value is (212,221,55). Sum of RGB (Red+Green+Blue) = 212+221+55=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD37 is #2B22C8. Grayscale: #C8C8C8. Windows color (decimal): -2826953 or 3661268. OLE color: 3661268.
HSL color Cylindrical-coordinate representation of color #D4DD37: hue angle of 63.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4DD37 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 55 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.13 |
| HSL | 63.25º | 0.71% | 0.54% | - |
| HSV(B) | 63.25º | 0.75% | 0.87% | - |
| XYZ | 53.7 | 65.99 | 13.52 | - |
| YUV | 199.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 55 | 0.04 | 0 | 0.75 | 0.13 | 63.25 | 0.71 | 0.54 |
| Hex | D4 | DD | 37 | 4 | 0 | 4B | D | 3F | 47 | 36 |
| Octal | 324 | 335 | 67 | 4 | 0 | 113 | 15 | 77 | 107 | 66 |
| Binary | 11010100 | 11011101 | 110111 | 100 | 0 | 1001011 | 1101 | 111111 | 1000111 | 110110 |
Color Harmonies of #D4DD37
Complementary color
Monochromatic Colors of #D4DD37
Black with #D4DD37
Text Example
Text Example
White with #D4DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD37; }
p { color: rgb(212,221,55); }
H1.HeaderClassName
{
color: #D4DD37;
}
.AnyTagClassName
{
color: #D4DD37;
}
</style>
background-color css
<style>
a { background-color: #D4DD37; }
a { background-color: rgb(212,221,55); }
div.DivClassName
{
background-color: #D4DD37;
}
.BgClassName
{
background-color: #D4DD37;
}
</style>
border-color css
<style>
span { border-color: #D4DD37; }
span { border-color: rgb(212,221,55); }
td.TdClassName
{
border-color: #D4DD37;
}
.TagClassName
{
border-color: #D4DD37;
}
</style>