Shades of Bitter Lemon #DBDE1F
Tints of Bitter Lemon #DBDE1F
RGB
CMYK
RGB Variations
Color information
#DBDE1F (or 0xDBDE1F) is known color: Bitter Lemon. HEX triplet: DB, DE and 1F. RGB value is (219,222,31). Sum of RGB (Red+Green+Blue) = 219+222+31=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE1F is #2421E0. Grayscale: #C8C8C8. Windows color (decimal): -2367969 or 2088667. OLE color: 2088667.
HSL color Cylindrical-coordinate representation of color #DBDE1F: hue angle of 60.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBDE1F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 31 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.13 |
| HSL | 60.94º | 0.75% | 0.5% | - |
| HSV(B) | 60.94º | 0.86% | 0.87% | - |
| XYZ | 55.58 | 67.4 | 11.38 | - |
| YUV | 199.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 31 | 0.01 | 0 | 0.86 | 0.13 | 60.94 | 0.75 | 0.5 |
| Hex | DB | DE | 1F | 1 | 0 | 56 | D | 3D | 4B | 32 |
| Octal | 333 | 336 | 37 | 1 | 0 | 126 | 15 | 75 | 113 | 62 |
| Binary | 11011011 | 11011110 | 11111 | 1 | 0 | 1010110 | 1101 | 111101 | 1001011 | 110010 |
Color Harmonies of #DBDE1F
Complementary color
Monochromatic Colors of #DBDE1F
Black with #DBDE1F
Text Example
Text Example
White with #DBDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE1F; }
p { color: rgb(219,222,31); }
H1.HeaderClassName
{
color: #DBDE1F;
}
.AnyTagClassName
{
color: #DBDE1F;
}
</style>
background-color css
<style>
a { background-color: #DBDE1F; }
a { background-color: rgb(219,222,31); }
div.DivClassName
{
background-color: #DBDE1F;
}
.BgClassName
{
background-color: #DBDE1F;
}
</style>
border-color css
<style>
span { border-color: #DBDE1F; }
span { border-color: rgb(219,222,31); }
td.TdClassName
{
border-color: #DBDE1F;
}
.TagClassName
{
border-color: #DBDE1F;
}
</style>