Shades of Bitter Lemon #DBDA2C
Tints of Bitter Lemon #DBDA2C
RGB
CMYK
RGB Variations
Color information
#DBDA2C (or 0xDBDA2C) is known color: Bitter Lemon. HEX triplet: DB, DA and 2C. RGB value is (219,218,44). Sum of RGB (Red+Green+Blue) = 219+218+44=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2C is #2425D3. Grayscale: #C7C7C7. Windows color (decimal): -2368980 or 2939611. OLE color: 2939611.
HSL color Cylindrical-coordinate representation of color #DBDA2C: hue angle of 59.66º 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 #DBDA2C is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 44 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.14 |
| HSL | 59.66º | 0.71% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.86% | - |
| XYZ | 54.74 | 65.38 | 12.12 | - |
| YUV | 198.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 44 | 0 | 0.00 | 0.80 | 0.14 | 59.66 | 0.71 | 0.52 |
| Hex | DB | DA | 2C | 0 | 0 | 50 | E | 3C | 47 | 34 |
| Octal | 333 | 332 | 54 | 0 | 0 | 120 | 16 | 74 | 107 | 64 |
| Binary | 11011011 | 11011010 | 101100 | 0 | 0 | 1010000 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DBDA2C
Complementary color
Monochromatic Colors of #DBDA2C
Black with #DBDA2C
Text Example
Text Example
White with #DBDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA2C; }
p { color: rgb(219,218,44); }
H1.HeaderClassName
{
color: #DBDA2C;
}
.AnyTagClassName
{
color: #DBDA2C;
}
</style>
background-color css
<style>
a { background-color: #DBDA2C; }
a { background-color: rgb(219,218,44); }
div.DivClassName
{
background-color: #DBDA2C;
}
.BgClassName
{
background-color: #DBDA2C;
}
</style>
border-color css
<style>
span { border-color: #DBDA2C; }
span { border-color: rgb(219,218,44); }
td.TdClassName
{
border-color: #DBDA2C;
}
.TagClassName
{
border-color: #DBDA2C;
}
</style>