Shades of Bitter Lemon #DBDA2E
Tints of Bitter Lemon #DBDA2E
RGB
CMYK
RGB Variations
Color information
#DBDA2E (or 0xDBDA2E) is known color: Bitter Lemon. HEX triplet: DB, DA and 2E. RGB value is (219,218,46). Sum of RGB (Red+Green+Blue) = 219+218+46=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2E is #2425D1. Grayscale: #C7C7C7. Windows color (decimal): -2368978 or 3070683. OLE color: 3070683.
HSL color Cylindrical-coordinate representation of color #DBDA2E: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDA2E is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 46 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.14 |
| HSL | 59.65º | 0.71% | 0.52% | - |
| HSV(B) | 59.65º | 0.79% | 0.86% | - |
| XYZ | 54.78 | 65.4 | 12.32 | - |
| YUV | 198.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 46 | 0 | 0.00 | 0.79 | 0.14 | 59.65 | 0.71 | 0.52 |
| Hex | DB | DA | 2E | 0 | 0 | 4F | E | 3C | 47 | 34 |
| Octal | 333 | 332 | 56 | 0 | 0 | 117 | 16 | 74 | 107 | 64 |
| Binary | 11011011 | 11011010 | 101110 | 0 | 0 | 1001111 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DBDA2E
Complementary color
Monochromatic Colors of #DBDA2E
Black with #DBDA2E
Text Example
Text Example
White with #DBDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA2E; }
p { color: rgb(219,218,46); }
H1.HeaderClassName
{
color: #DBDA2E;
}
.AnyTagClassName
{
color: #DBDA2E;
}
</style>
background-color css
<style>
a { background-color: #DBDA2E; }
a { background-color: rgb(219,218,46); }
div.DivClassName
{
background-color: #DBDA2E;
}
.BgClassName
{
background-color: #DBDA2E;
}
</style>
border-color css
<style>
span { border-color: #DBDA2E; }
span { border-color: rgb(219,218,46); }
td.TdClassName
{
border-color: #DBDA2E;
}
.TagClassName
{
border-color: #DBDA2E;
}
</style>