Shades of Bitter Lemon #DBDF1D
Tints of Bitter Lemon #DBDF1D
RGB
CMYK
RGB Variations
Color information
#DBDF1D (or 0xDBDF1D) is known color: Bitter Lemon. HEX triplet: DB, DF and 1D. RGB value is (219,223,29). Sum of RGB (Red+Green+Blue) = 219+223+29=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDF1D is #2420E2. Grayscale: #C8C8C8. Windows color (decimal): -2367715 or 1957851. OLE color: 1957851.
HSL color Cylindrical-coordinate representation of color #DBDF1D: hue angle of 61.24º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBDF1D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 29 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.13 |
| HSL | 61.24º | 0.77% | 0.49% | - |
| HSV(B) | 61.24º | 0.87% | 0.87% | - |
| XYZ | 55.82 | 67.92 | 11.33 | - |
| YUV | 199.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 29 | 0.02 | 0 | 0.87 | 0.13 | 61.24 | 0.77 | 0.49 |
| Hex | DB | DF | 1D | 2 | 0 | 57 | D | 3D | 4D | 31 |
| Octal | 333 | 337 | 35 | 2 | 0 | 127 | 15 | 75 | 115 | 61 |
| Binary | 11011011 | 11011111 | 11101 | 10 | 0 | 1010111 | 1101 | 111101 | 1001101 | 110001 |
Color Harmonies of #DBDF1D
Complementary color
Monochromatic Colors of #DBDF1D
Black with #DBDF1D
Text Example
Text Example
White with #DBDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF1D; }
p { color: rgb(219,223,29); }
H1.HeaderClassName
{
color: #DBDF1D;
}
.AnyTagClassName
{
color: #DBDF1D;
}
</style>
background-color css
<style>
a { background-color: #DBDF1D; }
a { background-color: rgb(219,223,29); }
div.DivClassName
{
background-color: #DBDF1D;
}
.BgClassName
{
background-color: #DBDF1D;
}
</style>
border-color css
<style>
span { border-color: #DBDF1D; }
span { border-color: rgb(219,223,29); }
td.TdClassName
{
border-color: #DBDF1D;
}
.TagClassName
{
border-color: #DBDF1D;
}
</style>