Shades of Bitter Lemon #DBDD22
Tints of Bitter Lemon #DBDD22
RGB
CMYK
RGB Variations
Color information
#DBDD22 (or 0xDBDD22) is known color: Bitter Lemon. HEX triplet: DB, DD and 22. RGB value is (219,221,34). Sum of RGB (Red+Green+Blue) = 219+221+34=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 34 (13.67% from 255 or 7.17% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD22 is #2422DD. Grayscale: #C7C7C7. Windows color (decimal): -2368222 or 2285019. OLE color: 2285019.
HSL color Cylindrical-coordinate representation of color #DBDD22: hue angle of 60.64º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDD22 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 34 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.64º | 0.73% | 0.5% | - |
| HSV(B) | 60.64º | 0.85% | 0.87% | - |
| XYZ | 55.36 | 66.89 | 11.51 | - |
| YUV | 199.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 34 | 0.01 | 0 | 0.85 | 0.13 | 60.64 | 0.73 | 0.5 |
| Hex | DB | DD | 22 | 1 | 0 | 55 | D | 3D | 49 | 32 |
| Octal | 333 | 335 | 42 | 1 | 0 | 125 | 15 | 75 | 111 | 62 |
| Binary | 11011011 | 11011101 | 100010 | 1 | 0 | 1010101 | 1101 | 111101 | 1001001 | 110010 |
Color Harmonies of #DBDD22
Complementary color
Monochromatic Colors of #DBDD22
Black with #DBDD22
Text Example
Text Example
White with #DBDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD22; }
p { color: rgb(219,221,34); }
H1.HeaderClassName
{
color: #DBDD22;
}
.AnyTagClassName
{
color: #DBDD22;
}
</style>
background-color css
<style>
a { background-color: #DBDD22; }
a { background-color: rgb(219,221,34); }
div.DivClassName
{
background-color: #DBDD22;
}
.BgClassName
{
background-color: #DBDD22;
}
</style>
border-color css
<style>
span { border-color: #DBDD22; }
span { border-color: rgb(219,221,34); }
td.TdClassName
{
border-color: #DBDD22;
}
.TagClassName
{
border-color: #DBDD22;
}
</style>