Shades of Bitter Lemon #D8DB2F
Tints of Bitter Lemon #D8DB2F
RGB
CMYK
RGB Variations
Color information
#D8DB2F (or 0xD8DB2F) is known color: Bitter Lemon. HEX triplet: D8, DB and 2F. RGB value is (216,219,47). Sum of RGB (Red+Green+Blue) = 216+219+47=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB2F is #2724D0. Grayscale: #C7C7C7. Windows color (decimal): -2565329 or 3136472. OLE color: 3136472.
HSL color Cylindrical-coordinate representation of color #D8DB2F: hue angle of 61.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8DB2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.14 |
| HSL | 61.05º | 0.7% | 0.52% | - |
| HSV(B) | 61.05º | 0.79% | 0.86% | - |
| XYZ | 54.16 | 65.47 | 12.47 | - |
| YUV | 198.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 47 | 0.01 | 0 | 0.79 | 0.14 | 61.05 | 0.7 | 0.52 |
| Hex | D8 | DB | 2F | 1 | 0 | 4F | E | 3D | 46 | 34 |
| Octal | 330 | 333 | 57 | 1 | 0 | 117 | 16 | 75 | 106 | 64 |
| Binary | 11011000 | 11011011 | 101111 | 1 | 0 | 1001111 | 1110 | 111101 | 1000110 | 110100 |
Color Harmonies of #D8DB2F
Complementary color
Monochromatic Colors of #D8DB2F
Black with #D8DB2F
Text Example
Text Example
White with #D8DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB2F; }
p { color: rgb(216,219,47); }
H1.HeaderClassName
{
color: #D8DB2F;
}
.AnyTagClassName
{
color: #D8DB2F;
}
</style>
background-color css
<style>
a { background-color: #D8DB2F; }
a { background-color: rgb(216,219,47); }
div.DivClassName
{
background-color: #D8DB2F;
}
.BgClassName
{
background-color: #D8DB2F;
}
</style>
border-color css
<style>
span { border-color: #D8DB2F; }
span { border-color: rgb(216,219,47); }
td.TdClassName
{
border-color: #D8DB2F;
}
.TagClassName
{
border-color: #D8DB2F;
}
</style>