Shades of Bitter Lemon #D9DB34
Tints of Bitter Lemon #D9DB34
RGB
CMYK
RGB Variations
Color information
#D9DB34 (or 0xD9DB34) is known color: Bitter Lemon. HEX triplet: D9, DB and 34. RGB value is (217,219,52). Sum of RGB (Red+Green+Blue) = 217+219+52=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DB34 is #2624CB. Grayscale: #C8C8C8. Windows color (decimal): -2499788 or 3464153. OLE color: 3464153.
HSL color Cylindrical-coordinate representation of color #D9DB34: hue angle of 60.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9DB34 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 52 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.14 |
| HSL | 60.72º | 0.7% | 0.53% | - |
| HSV(B) | 60.72º | 0.76% | 0.86% | - |
| XYZ | 54.57 | 65.66 | 13.05 | - |
| YUV | 199.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 52 | 0.01 | 0 | 0.76 | 0.14 | 60.72 | 0.7 | 0.53 |
| Hex | D9 | DB | 34 | 1 | 0 | 4C | E | 3D | 46 | 35 |
| Octal | 331 | 333 | 64 | 1 | 0 | 114 | 16 | 75 | 106 | 65 |
| Binary | 11011001 | 11011011 | 110100 | 1 | 0 | 1001100 | 1110 | 111101 | 1000110 | 110101 |
Color Harmonies of #D9DB34
Complementary color
Monochromatic Colors of #D9DB34
Black with #D9DB34
Text Example
Text Example
White with #D9DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB34; }
p { color: rgb(217,219,52); }
H1.HeaderClassName
{
color: #D9DB34;
}
.AnyTagClassName
{
color: #D9DB34;
}
</style>
background-color css
<style>
a { background-color: #D9DB34; }
a { background-color: rgb(217,219,52); }
div.DivClassName
{
background-color: #D9DB34;
}
.BgClassName
{
background-color: #D9DB34;
}
</style>
border-color css
<style>
span { border-color: #D9DB34; }
span { border-color: rgb(217,219,52); }
td.TdClassName
{
border-color: #D9DB34;
}
.TagClassName
{
border-color: #D9DB34;
}
</style>