Shades of Bitter Lemon #D8DB2B
Tints of Bitter Lemon #D8DB2B
RGB
CMYK
RGB Variations
Color information
#D8DB2B (or 0xD8DB2B) is known color: Bitter Lemon. HEX triplet: D8, DB and 2B. RGB value is (216,219,43). Sum of RGB (Red+Green+Blue) = 216+219+43=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB2B is #2724D4. Grayscale: #C6C6C6. Windows color (decimal): -2565333 or 2874328. OLE color: 2874328.
HSL color Cylindrical-coordinate representation of color #D8DB2B: hue angle of 61.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8DB2B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.14 |
| HSL | 61.02º | 0.71% | 0.51% | - |
| HSV(B) | 61.02º | 0.8% | 0.86% | - |
| XYZ | 54.09 | 65.44 | 12.07 | - |
| YUV | 198.04 | 40.51 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 43 | 0.01 | 0 | 0.80 | 0.14 | 61.02 | 0.71 | 0.51 |
| Hex | D8 | DB | 2B | 1 | 0 | 50 | E | 3D | 47 | 33 |
| Octal | 330 | 333 | 53 | 1 | 0 | 120 | 16 | 75 | 107 | 63 |
| Binary | 11011000 | 11011011 | 101011 | 1 | 0 | 1010000 | 1110 | 111101 | 1000111 | 110011 |
Color Harmonies of #D8DB2B
Complementary color
Monochromatic Colors of #D8DB2B
Black with #D8DB2B
Text Example
Text Example
White with #D8DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB2B; }
p { color: rgb(216,219,43); }
H1.HeaderClassName
{
color: #D8DB2B;
}
.AnyTagClassName
{
color: #D8DB2B;
}
</style>
background-color css
<style>
a { background-color: #D8DB2B; }
a { background-color: rgb(216,219,43); }
div.DivClassName
{
background-color: #D8DB2B;
}
.BgClassName
{
background-color: #D8DB2B;
}
</style>
border-color css
<style>
span { border-color: #D8DB2B; }
span { border-color: rgb(216,219,43); }
td.TdClassName
{
border-color: #D8DB2B;
}
.TagClassName
{
border-color: #D8DB2B;
}
</style>