Shades of Bitter Lemon #DBDC24
Tints of Bitter Lemon #DBDC24
RGB
CMYK
RGB Variations
Color information
#DBDC24 (or 0xDBDC24) is known color: Bitter Lemon. HEX triplet: DB, DC and 24. RGB value is (219,220,36). Sum of RGB (Red+Green+Blue) = 219+220+36=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 36 (14.45% from 255 or 7.58% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC24 is #2423DB. Grayscale: #C7C7C7. Windows color (decimal): -2368476 or 2415835. OLE color: 2415835.
HSL color Cylindrical-coordinate representation of color #DBDC24: hue angle of 60.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDC24 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 36 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.14 |
| HSL | 60.33º | 0.72% | 0.5% | - |
| HSV(B) | 60.33º | 0.84% | 0.86% | - |
| XYZ | 55.13 | 66.37 | 11.58 | - |
| YUV | 198.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 36 | 0.00 | 0 | 0.84 | 0.14 | 60.33 | 0.72 | 0.5 |
| Hex | DB | DC | 24 | 0 | 0 | 54 | E | 3C | 48 | 32 |
| Octal | 333 | 334 | 44 | 0 | 0 | 124 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011100 | 100100 | 0 | 0 | 1010100 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDC24
Complementary color
Monochromatic Colors of #DBDC24
Black with #DBDC24
Text Example
Text Example
White with #DBDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC24; }
p { color: rgb(219,220,36); }
H1.HeaderClassName
{
color: #DBDC24;
}
.AnyTagClassName
{
color: #DBDC24;
}
</style>
background-color css
<style>
a { background-color: #DBDC24; }
a { background-color: rgb(219,220,36); }
div.DivClassName
{
background-color: #DBDC24;
}
.BgClassName
{
background-color: #DBDC24;
}
</style>
border-color css
<style>
span { border-color: #DBDC24; }
span { border-color: rgb(219,220,36); }
td.TdClassName
{
border-color: #DBDC24;
}
.TagClassName
{
border-color: #DBDC24;
}
</style>