Shades of Bitter Lemon #DBDA2A
Tints of Bitter Lemon #DBDA2A
RGB
CMYK
RGB Variations
Color information
#DBDA2A (or 0xDBDA2A) is known color: Bitter Lemon. HEX triplet: DB, DA and 2A. RGB value is (219,218,42). Sum of RGB (Red+Green+Blue) = 219+218+42=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA2A is #2425D5. Grayscale: #C6C6C6. Windows color (decimal): -2368982 or 2808539. OLE color: 2808539.
HSL color Cylindrical-coordinate representation of color #DBDA2A: 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.81%. Process color model (Four color, CMYK) of #DBDA2A is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 42 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.14 |
| HSL | 59.66º | 0.71% | 0.51% | - |
| HSV(B) | 59.66º | 0.81% | 0.86% | - |
| XYZ | 54.7 | 65.37 | 11.93 | - |
| YUV | 198.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 42 | 0 | 0.00 | 0.81 | 0.14 | 59.66 | 0.71 | 0.51 |
| Hex | DB | DA | 2A | 0 | 0 | 51 | E | 3C | 47 | 33 |
| Octal | 333 | 332 | 52 | 0 | 0 | 121 | 16 | 74 | 107 | 63 |
| Binary | 11011011 | 11011010 | 101010 | 0 | 0 | 1010001 | 1110 | 111100 | 1000111 | 110011 |
Color Harmonies of #DBDA2A
Complementary color
Monochromatic Colors of #DBDA2A
Black with #DBDA2A
Text Example
Text Example
White with #DBDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA2A; }
p { color: rgb(219,218,42); }
H1.HeaderClassName
{
color: #DBDA2A;
}
.AnyTagClassName
{
color: #DBDA2A;
}
</style>
background-color css
<style>
a { background-color: #DBDA2A; }
a { background-color: rgb(219,218,42); }
div.DivClassName
{
background-color: #DBDA2A;
}
.BgClassName
{
background-color: #DBDA2A;
}
</style>
border-color css
<style>
span { border-color: #DBDA2A; }
span { border-color: rgb(219,218,42); }
td.TdClassName
{
border-color: #DBDA2A;
}
.TagClassName
{
border-color: #DBDA2A;
}
</style>