Shades of Bitter Lemon #DBDE22
Tints of Bitter Lemon #DBDE22
RGB
CMYK
RGB Variations
Color information
#DBDE22 (or 0xDBDE22) is known color: Bitter Lemon. HEX triplet: DB, DE and 22. RGB value is (219,222,34). Sum of RGB (Red+Green+Blue) = 219+222+34=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 34 (13.67% from 255 or 7.16% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE22 is #2421DD. Grayscale: #C8C8C8. Windows color (decimal): -2367966 or 2285275. OLE color: 2285275.
HSL color Cylindrical-coordinate representation of color #DBDE22: hue angle of 60.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDE22 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.96º | 0.74% | 0.5% | - |
| HSV(B) | 60.96º | 0.85% | 0.87% | - |
| XYZ | 55.62 | 67.42 | 11.59 | - |
| YUV | 199.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 34 | 0.01 | 0 | 0.85 | 0.13 | 60.96 | 0.74 | 0.5 |
| Hex | DB | DE | 22 | 1 | 0 | 55 | D | 3D | 4A | 32 |
| Octal | 333 | 336 | 42 | 1 | 0 | 125 | 15 | 75 | 112 | 62 |
| Binary | 11011011 | 11011110 | 100010 | 1 | 0 | 1010101 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #DBDE22
Complementary color
Monochromatic Colors of #DBDE22
Black with #DBDE22
Text Example
Text Example
White with #DBDE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE22; }
p { color: rgb(219,222,34); }
H1.HeaderClassName
{
color: #DBDE22;
}
.AnyTagClassName
{
color: #DBDE22;
}
</style>
background-color css
<style>
a { background-color: #DBDE22; }
a { background-color: rgb(219,222,34); }
div.DivClassName
{
background-color: #DBDE22;
}
.BgClassName
{
background-color: #DBDE22;
}
</style>
border-color css
<style>
span { border-color: #DBDE22; }
span { border-color: rgb(219,222,34); }
td.TdClassName
{
border-color: #DBDE22;
}
.TagClassName
{
border-color: #DBDE22;
}
</style>