Shades of Bitter Lemon #D1DB1E
Tints of Bitter Lemon #D1DB1E
RGB
CMYK
RGB Variations
Color information
#D1DB1E (or 0xD1DB1E) is known color: Bitter Lemon. HEX triplet: D1, DB and 1E. RGB value is (209,219,30). Sum of RGB (Red+Green+Blue) = 209+219+30=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB1E is #2E24E1. Grayscale: #C3C3C3. Windows color (decimal): -3024098 or 2022353. OLE color: 2022353.
HSL color Cylindrical-coordinate representation of color #D1DB1E: hue angle of 63.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1DB1E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.14 |
| HSL | 63.17º | 0.76% | 0.49% | - |
| HSV(B) | 63.17º | 0.86% | 0.86% | - |
| XYZ | 51.86 | 64.31 | 10.91 | - |
| YUV | 194.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 30 | 0.05 | 0 | 0.86 | 0.14 | 63.17 | 0.76 | 0.49 |
| Hex | D1 | DB | 1E | 5 | 0 | 56 | E | 3F | 4C | 31 |
| Octal | 321 | 333 | 36 | 5 | 0 | 126 | 16 | 77 | 114 | 61 |
| Binary | 11010001 | 11011011 | 11110 | 101 | 0 | 1010110 | 1110 | 111111 | 1001100 | 110001 |
Color Harmonies of #D1DB1E
Complementary color
Monochromatic Colors of #D1DB1E
Black with #D1DB1E
Text Example
Text Example
White with #D1DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB1E; }
p { color: rgb(209,219,30); }
H1.HeaderClassName
{
color: #D1DB1E;
}
.AnyTagClassName
{
color: #D1DB1E;
}
</style>
background-color css
<style>
a { background-color: #D1DB1E; }
a { background-color: rgb(209,219,30); }
div.DivClassName
{
background-color: #D1DB1E;
}
.BgClassName
{
background-color: #D1DB1E;
}
</style>
border-color css
<style>
span { border-color: #D1DB1E; }
span { border-color: rgb(209,219,30); }
td.TdClassName
{
border-color: #D1DB1E;
}
.TagClassName
{
border-color: #D1DB1E;
}
</style>