Shades of Bitter Lemon #D7DB1E
Tints of Bitter Lemon #D7DB1E
RGB
CMYK
RGB Variations
Color information
#D7DB1E (or 0xD7DB1E) is known color: Bitter Lemon. HEX triplet: D7, DB and 1E. RGB value is (215,219,30). Sum of RGB (Red+Green+Blue) = 215+219+30=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB1E is #2824E1. Grayscale: #C5C5C5. Windows color (decimal): -2630882 or 2022359. OLE color: 2022359.
HSL color Cylindrical-coordinate representation of color #D7DB1E: hue angle of 61.27º 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 #D7DB1E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.14 |
| HSL | 61.27º | 0.76% | 0.49% | - |
| HSV(B) | 61.27º | 0.86% | 0.86% | - |
| XYZ | 53.59 | 65.2 | 10.99 | - |
| YUV | 196.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 30 | 0.02 | 0 | 0.86 | 0.14 | 61.27 | 0.76 | 0.49 |
| Hex | D7 | DB | 1E | 2 | 0 | 56 | E | 3D | 4C | 31 |
| Octal | 327 | 333 | 36 | 2 | 0 | 126 | 16 | 75 | 114 | 61 |
| Binary | 11010111 | 11011011 | 11110 | 10 | 0 | 1010110 | 1110 | 111101 | 1001100 | 110001 |
Color Harmonies of #D7DB1E
Complementary color
Monochromatic Colors of #D7DB1E
Black with #D7DB1E
Text Example
Text Example
White with #D7DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB1E; }
p { color: rgb(215,219,30); }
H1.HeaderClassName
{
color: #D7DB1E;
}
.AnyTagClassName
{
color: #D7DB1E;
}
</style>
background-color css
<style>
a { background-color: #D7DB1E; }
a { background-color: rgb(215,219,30); }
div.DivClassName
{
background-color: #D7DB1E;
}
.BgClassName
{
background-color: #D7DB1E;
}
</style>
border-color css
<style>
span { border-color: #D7DB1E; }
span { border-color: rgb(215,219,30); }
td.TdClassName
{
border-color: #D7DB1E;
}
.TagClassName
{
border-color: #D7DB1E;
}
</style>