Shades of Bitter Lemon #DBDF1F
Tints of Bitter Lemon #DBDF1F
RGB
CMYK
RGB Variations
Color information
#DBDF1F (or 0xDBDF1F) is known color: Bitter Lemon. HEX triplet: DB, DF and 1F. RGB value is (219,223,31). Sum of RGB (Red+Green+Blue) = 219+223+31=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF1F is #2420E0. Grayscale: #C8C8C8. Windows color (decimal): -2367713 or 2088923. OLE color: 2088923.
HSL color Cylindrical-coordinate representation of color #DBDF1F: hue angle of 61.25º degrees, saturation: 0.76, 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 #DBDF1F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 31 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.13 |
| HSL | 61.25º | 0.76% | 0.5% | - |
| HSV(B) | 61.25º | 0.86% | 0.87% | - |
| XYZ | 55.85 | 67.93 | 11.47 | - |
| YUV | 199.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 31 | 0.02 | 0 | 0.86 | 0.13 | 61.25 | 0.76 | 0.5 |
| Hex | DB | DF | 1F | 2 | 0 | 56 | D | 3D | 4C | 32 |
| Octal | 333 | 337 | 37 | 2 | 0 | 126 | 15 | 75 | 114 | 62 |
| Binary | 11011011 | 11011111 | 11111 | 10 | 0 | 1010110 | 1101 | 111101 | 1001100 | 110010 |
Color Harmonies of #DBDF1F
Complementary color
Monochromatic Colors of #DBDF1F
Black with #DBDF1F
Text Example
Text Example
White with #DBDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF1F; }
p { color: rgb(219,223,31); }
H1.HeaderClassName
{
color: #DBDF1F;
}
.AnyTagClassName
{
color: #DBDF1F;
}
</style>
background-color css
<style>
a { background-color: #DBDF1F; }
a { background-color: rgb(219,223,31); }
div.DivClassName
{
background-color: #DBDF1F;
}
.BgClassName
{
background-color: #DBDF1F;
}
</style>
border-color css
<style>
span { border-color: #DBDF1F; }
span { border-color: rgb(219,223,31); }
td.TdClassName
{
border-color: #DBDF1F;
}
.TagClassName
{
border-color: #DBDF1F;
}
</style>