Shades of Bitter Lemon #DBDE2D
Tints of Bitter Lemon #DBDE2D
RGB
CMYK
RGB Variations
Color information
#DBDE2D (or 0xDBDE2D) is known color: Bitter Lemon. HEX triplet: DB, DE and 2D. RGB value is (219,222,45). Sum of RGB (Red+Green+Blue) = 219+222+45=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE2D is #2421D2. Grayscale: #C9C9C9. Windows color (decimal): -2367955 or 3006171. OLE color: 3006171.
HSL color Cylindrical-coordinate representation of color #DBDE2D: hue angle of 61.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDE2D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 45 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.13 |
| HSL | 61.02º | 0.73% | 0.52% | - |
| HSV(B) | 61.02º | 0.8% | 0.87% | - |
| XYZ | 55.81 | 67.49 | 12.57 | - |
| YUV | 200.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 45 | 0.01 | 0 | 0.80 | 0.13 | 61.02 | 0.73 | 0.52 |
| Hex | DB | DE | 2D | 1 | 0 | 50 | D | 3D | 49 | 34 |
| Octal | 333 | 336 | 55 | 1 | 0 | 120 | 15 | 75 | 111 | 64 |
| Binary | 11011011 | 11011110 | 101101 | 1 | 0 | 1010000 | 1101 | 111101 | 1001001 | 110100 |
Color Harmonies of #DBDE2D
Complementary color
Monochromatic Colors of #DBDE2D
Black with #DBDE2D
Text Example
Text Example
White with #DBDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE2D; }
p { color: rgb(219,222,45); }
H1.HeaderClassName
{
color: #DBDE2D;
}
.AnyTagClassName
{
color: #DBDE2D;
}
</style>
background-color css
<style>
a { background-color: #DBDE2D; }
a { background-color: rgb(219,222,45); }
div.DivClassName
{
background-color: #DBDE2D;
}
.BgClassName
{
background-color: #DBDE2D;
}
</style>
border-color css
<style>
span { border-color: #DBDE2D; }
span { border-color: rgb(219,222,45); }
td.TdClassName
{
border-color: #DBDE2D;
}
.TagClassName
{
border-color: #DBDE2D;
}
</style>