Shades of Bitter Lemon #D8DA1E
Tints of Bitter Lemon #D8DA1E
RGB
CMYK
RGB Variations
Color information
#D8DA1E (or 0xD8DA1E) is known color: Bitter Lemon. HEX triplet: D8, DA and 1E. RGB value is (216,218,30). Sum of RGB (Red+Green+Blue) = 216+218+30=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA1E is #2725E1. Grayscale: #C4C4C4. Windows color (decimal): -2565602 or 2022104. OLE color: 2022104.
HSL color Cylindrical-coordinate representation of color #D8DA1E: hue angle of 60.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8DA1E is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 30 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.15 |
| HSL | 60.64º | 0.76% | 0.49% | - |
| HSV(B) | 60.64º | 0.86% | 0.85% | - |
| XYZ | 53.62 | 64.84 | 10.92 | - |
| YUV | 195.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 30 | 0.01 | 0 | 0.86 | 0.15 | 60.64 | 0.76 | 0.49 |
| Hex | D8 | DA | 1E | 1 | 0 | 56 | F | 3D | 4C | 31 |
| Octal | 330 | 332 | 36 | 1 | 0 | 126 | 17 | 75 | 114 | 61 |
| Binary | 11011000 | 11011010 | 11110 | 1 | 0 | 1010110 | 1111 | 111101 | 1001100 | 110001 |
Color Harmonies of #D8DA1E
Complementary color
Monochromatic Colors of #D8DA1E
Black with #D8DA1E
Text Example
Text Example
White with #D8DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA1E; }
p { color: rgb(216,218,30); }
H1.HeaderClassName
{
color: #D8DA1E;
}
.AnyTagClassName
{
color: #D8DA1E;
}
</style>
background-color css
<style>
a { background-color: #D8DA1E; }
a { background-color: rgb(216,218,30); }
div.DivClassName
{
background-color: #D8DA1E;
}
.BgClassName
{
background-color: #D8DA1E;
}
</style>
border-color css
<style>
span { border-color: #D8DA1E; }
span { border-color: rgb(216,218,30); }
td.TdClassName
{
border-color: #D8DA1E;
}
.TagClassName
{
border-color: #D8DA1E;
}
</style>