Shades of Bitter Lemon #DBDC2D
Tints of Bitter Lemon #DBDC2D
RGB
CMYK
RGB Variations
Color information
#DBDC2D (or 0xDBDC2D) is known color: Bitter Lemon. HEX triplet: DB, DC and 2D. RGB value is (219,220,45). Sum of RGB (Red+Green+Blue) = 219+220+45=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2D is #2423D2. Grayscale: #C8C8C8. Windows color (decimal): -2368467 or 3005659. OLE color: 3005659.
HSL color Cylindrical-coordinate representation of color #DBDC2D: hue angle of 60.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDC2D is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 45 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.14 |
| HSL | 60.34º | 0.71% | 0.52% | - |
| HSV(B) | 60.34º | 0.8% | 0.86% | - |
| XYZ | 55.28 | 66.44 | 12.39 | - |
| YUV | 199.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 45 | 0.00 | 0 | 0.80 | 0.14 | 60.34 | 0.71 | 0.52 |
| Hex | DB | DC | 2D | 0 | 0 | 50 | E | 3C | 47 | 34 |
| Octal | 333 | 334 | 55 | 0 | 0 | 120 | 16 | 74 | 107 | 64 |
| Binary | 11011011 | 11011100 | 101101 | 0 | 0 | 1010000 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DBDC2D
Complementary color
Monochromatic Colors of #DBDC2D
Black with #DBDC2D
Text Example
Text Example
White with #DBDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC2D; }
p { color: rgb(219,220,45); }
H1.HeaderClassName
{
color: #DBDC2D;
}
.AnyTagClassName
{
color: #DBDC2D;
}
</style>
background-color css
<style>
a { background-color: #DBDC2D; }
a { background-color: rgb(219,220,45); }
div.DivClassName
{
background-color: #DBDC2D;
}
.BgClassName
{
background-color: #DBDC2D;
}
</style>
border-color css
<style>
span { border-color: #DBDC2D; }
span { border-color: rgb(219,220,45); }
td.TdClassName
{
border-color: #DBDC2D;
}
.TagClassName
{
border-color: #DBDC2D;
}
</style>