Shades of Bitter Lemon #DBDA26
Tints of Bitter Lemon #DBDA26
RGB
CMYK
RGB Variations
Color information
#DBDA26 (or 0xDBDA26) is known color: Bitter Lemon. HEX triplet: DB, DA and 26. RGB value is (219,218,38). Sum of RGB (Red+Green+Blue) = 219+218+38=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 38 (15.23% from 255 or 8% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA26 is #2425D9. Grayscale: #C6C6C6. Windows color (decimal): -2368986 or 2546395. OLE color: 2546395.
HSL color Cylindrical-coordinate representation of color #DBDA26: hue angle of 59.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDA26 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 38 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.14 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.83% | 0.86% | - |
| XYZ | 54.63 | 65.34 | 11.57 | - |
| YUV | 197.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 38 | 0 | 0.00 | 0.83 | 0.14 | 59.67 | 0.72 | 0.5 |
| Hex | DB | DA | 26 | 0 | 0 | 53 | E | 3C | 48 | 32 |
| Octal | 333 | 332 | 46 | 0 | 0 | 123 | 16 | 74 | 110 | 62 |
| Binary | 11011011 | 11011010 | 100110 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DBDA26
Complementary color
Monochromatic Colors of #DBDA26
Black with #DBDA26
Text Example
Text Example
White with #DBDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA26; }
p { color: rgb(219,218,38); }
H1.HeaderClassName
{
color: #DBDA26;
}
.AnyTagClassName
{
color: #DBDA26;
}
</style>
background-color css
<style>
a { background-color: #DBDA26; }
a { background-color: rgb(219,218,38); }
div.DivClassName
{
background-color: #DBDA26;
}
.BgClassName
{
background-color: #DBDA26;
}
</style>
border-color css
<style>
span { border-color: #DBDA26; }
span { border-color: rgb(219,218,38); }
td.TdClassName
{
border-color: #DBDA26;
}
.TagClassName
{
border-color: #DBDA26;
}
</style>