Shades of Bitter Lemon #D4DD1E
Tints of Bitter Lemon #D4DD1E
RGB
CMYK
RGB Variations
Color information
#D4DD1E (or 0xD4DD1E) is known color: Bitter Lemon. HEX triplet: D4, DD and 1E. RGB value is (212,221,30). Sum of RGB (Red+Green+Blue) = 212+221+30=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD1E is #2B22E1. Grayscale: #C5C5C5. Windows color (decimal): -2826978 or 2022868. OLE color: 2022868.
HSL color Cylindrical-coordinate representation of color #D4DD1E: hue angle of 62.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4DD1E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.13 |
| HSL | 62.83º | 0.76% | 0.49% | - |
| HSV(B) | 62.83º | 0.86% | 0.87% | - |
| XYZ | 53.24 | 65.8 | 11.12 | - |
| YUV | 196.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 30 | 0.04 | 0 | 0.86 | 0.13 | 62.83 | 0.76 | 0.49 |
| Hex | D4 | DD | 1E | 4 | 0 | 56 | D | 3F | 4C | 31 |
| Octal | 324 | 335 | 36 | 4 | 0 | 126 | 15 | 77 | 114 | 61 |
| Binary | 11010100 | 11011101 | 11110 | 100 | 0 | 1010110 | 1101 | 111111 | 1001100 | 110001 |
Color Harmonies of #D4DD1E
Complementary color
Monochromatic Colors of #D4DD1E
Black with #D4DD1E
Text Example
Text Example
White with #D4DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD1E; }
p { color: rgb(212,221,30); }
H1.HeaderClassName
{
color: #D4DD1E;
}
.AnyTagClassName
{
color: #D4DD1E;
}
</style>
background-color css
<style>
a { background-color: #D4DD1E; }
a { background-color: rgb(212,221,30); }
div.DivClassName
{
background-color: #D4DD1E;
}
.BgClassName
{
background-color: #D4DD1E;
}
</style>
border-color css
<style>
span { border-color: #D4DD1E; }
span { border-color: rgb(212,221,30); }
td.TdClassName
{
border-color: #D4DD1E;
}
.TagClassName
{
border-color: #D4DD1E;
}
</style>