Shades of Bitter Lemon #DBDC20
Tints of Bitter Lemon #DBDC20
RGB
CMYK
RGB Variations
Color information
#DBDC20 (or 0xDBDC20) is known color: Bitter Lemon. HEX triplet: DB, DC and 20. RGB value is (219,220,32). Sum of RGB (Red+Green+Blue) = 219+220+32=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC20 is #2423DF. Grayscale: #C7C7C7. Windows color (decimal): -2368480 or 2153691. OLE color: 2153691.
HSL color Cylindrical-coordinate representation of color #DBDC20: hue angle of 60.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDC20 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 32 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.14 |
| HSL | 60.32º | 0.75% | 0.49% | - |
| HSV(B) | 60.32º | 0.85% | 0.86% | - |
| XYZ | 55.07 | 66.35 | 11.27 | - |
| YUV | 198.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 32 | 0.00 | 0 | 0.85 | 0.14 | 60.32 | 0.75 | 0.49 |
| Hex | DB | DC | 20 | 0 | 0 | 55 | E | 3C | 4B | 31 |
| Octal | 333 | 334 | 40 | 0 | 0 | 125 | 16 | 74 | 113 | 61 |
| Binary | 11011011 | 11011100 | 100000 | 0 | 0 | 1010101 | 1110 | 111100 | 1001011 | 110001 |
Color Harmonies of #DBDC20
Complementary color
Monochromatic Colors of #DBDC20
Black with #DBDC20
Text Example
Text Example
White with #DBDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC20; }
p { color: rgb(219,220,32); }
H1.HeaderClassName
{
color: #DBDC20;
}
.AnyTagClassName
{
color: #DBDC20;
}
</style>
background-color css
<style>
a { background-color: #DBDC20; }
a { background-color: rgb(219,220,32); }
div.DivClassName
{
background-color: #DBDC20;
}
.BgClassName
{
background-color: #DBDC20;
}
</style>
border-color css
<style>
span { border-color: #DBDC20; }
span { border-color: rgb(219,220,32); }
td.TdClassName
{
border-color: #DBDC20;
}
.TagClassName
{
border-color: #DBDC20;
}
</style>