Shades of Bitter Lemon #DBDA22
Tints of Bitter Lemon #DBDA22
RGB
CMYK
RGB Variations
Color information
#DBDA22 (or 0xDBDA22) is known color: Bitter Lemon. HEX triplet: DB, DA and 22. RGB value is (219,218,34). Sum of RGB (Red+Green+Blue) = 219+218+34=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA22 is #2425DD. Grayscale: #C6C6C6. Windows color (decimal): -2368990 or 2284251. OLE color: 2284251.
HSL color Cylindrical-coordinate representation of color #DBDA22: hue angle of 59.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBDA22 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 34 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.14 |
| HSL | 59.68º | 0.73% | 0.5% | - |
| HSV(B) | 59.68º | 0.84% | 0.86% | - |
| XYZ | 54.57 | 65.32 | 11.24 | - |
| YUV | 197.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 34 | 0 | 0.00 | 0.84 | 0.14 | 59.68 | 0.73 | 0.5 |
| Hex | DB | DA | 22 | 0 | 0 | 54 | E | 3C | 49 | 32 |
| Octal | 333 | 332 | 42 | 0 | 0 | 124 | 16 | 74 | 111 | 62 |
| Binary | 11011011 | 11011010 | 100010 | 0 | 0 | 1010100 | 1110 | 111100 | 1001001 | 110010 |
Color Harmonies of #DBDA22
Complementary color
Monochromatic Colors of #DBDA22
Black with #DBDA22
Text Example
Text Example
White with #DBDA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA22; }
p { color: rgb(219,218,34); }
H1.HeaderClassName
{
color: #DBDA22;
}
.AnyTagClassName
{
color: #DBDA22;
}
</style>
background-color css
<style>
a { background-color: #DBDA22; }
a { background-color: rgb(219,218,34); }
div.DivClassName
{
background-color: #DBDA22;
}
.BgClassName
{
background-color: #DBDA22;
}
</style>
border-color css
<style>
span { border-color: #DBDA22; }
span { border-color: rgb(219,218,34); }
td.TdClassName
{
border-color: #DBDA22;
}
.TagClassName
{
border-color: #DBDA22;
}
</style>