Shades of Bitter Lemon #DBDC28
Tints of Bitter Lemon #DBDC28
RGB
CMYK
RGB Variations
Color information
#DBDC28 (or 0xDBDC28) is known color: Bitter Lemon. HEX triplet: DB, DC and 28. RGB value is (219,220,40). Sum of RGB (Red+Green+Blue) = 219+220+40=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC28 is #2423D7. Grayscale: #C7C7C7. Windows color (decimal): -2368472 or 2677979. OLE color: 2677979.
HSL color Cylindrical-coordinate representation of color #DBDC28: hue angle of 60.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBDC28 is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 40 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.14 |
| HSL | 60.33º | 0.72% | 0.51% | - |
| HSV(B) | 60.33º | 0.82% | 0.86% | - |
| XYZ | 55.19 | 66.4 | 11.92 | - |
| YUV | 199.18 | 38.17 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 40 | 0.00 | 0 | 0.82 | 0.14 | 60.33 | 0.72 | 0.51 |
| Hex | DB | DC | 28 | 0 | 0 | 52 | E | 3C | 48 | 33 |
| Octal | 333 | 334 | 50 | 0 | 0 | 122 | 16 | 74 | 110 | 63 |
| Binary | 11011011 | 11011100 | 101000 | 0 | 0 | 1010010 | 1110 | 111100 | 1001000 | 110011 |
Color Harmonies of #DBDC28
Complementary color
Monochromatic Colors of #DBDC28
Black with #DBDC28
Text Example
Text Example
White with #DBDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC28; }
p { color: rgb(219,220,40); }
H1.HeaderClassName
{
color: #DBDC28;
}
.AnyTagClassName
{
color: #DBDC28;
}
</style>
background-color css
<style>
a { background-color: #DBDC28; }
a { background-color: rgb(219,220,40); }
div.DivClassName
{
background-color: #DBDC28;
}
.BgClassName
{
background-color: #DBDC28;
}
</style>
border-color css
<style>
span { border-color: #DBDC28; }
span { border-color: rgb(219,220,40); }
td.TdClassName
{
border-color: #DBDC28;
}
.TagClassName
{
border-color: #DBDC28;
}
</style>