Shades of Bitter Lemon #D8DA2B
Tints of Bitter Lemon #D8DA2B
RGB
CMYK
RGB Variations
Color information
#D8DA2B (or 0xD8DA2B) is known color: Bitter Lemon. HEX triplet: D8, DA and 2B. RGB value is (216,218,43). Sum of RGB (Red+Green+Blue) = 216+218+43=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA2B is #2725D4. Grayscale: #C6C6C6. Windows color (decimal): -2565589 or 2874072. OLE color: 2874072.
HSL color Cylindrical-coordinate representation of color #D8DA2B: hue angle of 60.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8DA2B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.15 |
| HSL | 60.69º | 0.7% | 0.51% | - |
| HSV(B) | 60.69º | 0.8% | 0.85% | - |
| XYZ | 53.83 | 64.92 | 11.98 | - |
| YUV | 197.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 43 | 0.01 | 0 | 0.80 | 0.15 | 60.69 | 0.7 | 0.51 |
| Hex | D8 | DA | 2B | 1 | 0 | 50 | F | 3D | 46 | 33 |
| Octal | 330 | 332 | 53 | 1 | 0 | 120 | 17 | 75 | 106 | 63 |
| Binary | 11011000 | 11011010 | 101011 | 1 | 0 | 1010000 | 1111 | 111101 | 1000110 | 110011 |
Color Harmonies of #D8DA2B
Complementary color
Monochromatic Colors of #D8DA2B
Black with #D8DA2B
Text Example
Text Example
White with #D8DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA2B; }
p { color: rgb(216,218,43); }
H1.HeaderClassName
{
color: #D8DA2B;
}
.AnyTagClassName
{
color: #D8DA2B;
}
</style>
background-color css
<style>
a { background-color: #D8DA2B; }
a { background-color: rgb(216,218,43); }
div.DivClassName
{
background-color: #D8DA2B;
}
.BgClassName
{
background-color: #D8DA2B;
}
</style>
border-color css
<style>
span { border-color: #D8DA2B; }
span { border-color: rgb(216,218,43); }
td.TdClassName
{
border-color: #D8DA2B;
}
.TagClassName
{
border-color: #D8DA2B;
}
</style>