Shades of Bitter Lemon #DBDA2B
Tints of Bitter Lemon #DBDA2B
RGB
CMYK
RGB Variations
Color information
#DBDA2B (or 0xDBDA2B) is known color: Bitter Lemon. HEX triplet: DB, DA and 2B. RGB value is (219,218,43). Sum of RGB (Red+Green+Blue) = 219+218+43=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2B is #2425D4. Grayscale: #C7C7C7. Windows color (decimal): -2368981 or 2874075. OLE color: 2874075.
HSL color Cylindrical-coordinate representation of color #DBDA2B: hue angle of 59.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDA2B is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 43 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.14 |
| HSL | 59.66º | 0.71% | 0.51% | - |
| HSV(B) | 59.66º | 0.8% | 0.86% | - |
| XYZ | 54.72 | 65.38 | 12.02 | - |
| YUV | 198.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 43 | 0 | 0.00 | 0.80 | 0.14 | 59.66 | 0.71 | 0.51 |
| Hex | DB | DA | 2B | 0 | 0 | 50 | E | 3C | 47 | 33 |
| Octal | 333 | 332 | 53 | 0 | 0 | 120 | 16 | 74 | 107 | 63 |
| Binary | 11011011 | 11011010 | 101011 | 0 | 0 | 1010000 | 1110 | 111100 | 1000111 | 110011 |
Color Harmonies of #DBDA2B
Complementary color
Monochromatic Colors of #DBDA2B
Black with #DBDA2B
Text Example
Text Example
White with #DBDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA2B; }
p { color: rgb(219,218,43); }
H1.HeaderClassName
{
color: #DBDA2B;
}
.AnyTagClassName
{
color: #DBDA2B;
}
</style>
background-color css
<style>
a { background-color: #DBDA2B; }
a { background-color: rgb(219,218,43); }
div.DivClassName
{
background-color: #DBDA2B;
}
.BgClassName
{
background-color: #DBDA2B;
}
</style>
border-color css
<style>
span { border-color: #DBDA2B; }
span { border-color: rgb(219,218,43); }
td.TdClassName
{
border-color: #DBDA2B;
}
.TagClassName
{
border-color: #DBDA2B;
}
</style>