Shades of Bitter Lemon #DBDC22
Tints of Bitter Lemon #DBDC22
RGB
CMYK
RGB Variations
Color information
#DBDC22 (or 0xDBDC22) is known color: Bitter Lemon. HEX triplet: DB, DC and 22. RGB value is (219,220,34). Sum of RGB (Red+Green+Blue) = 219+220+34=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 34 (13.67% from 255 or 7.19% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC22 is #2423DD. Grayscale: #C7C7C7. Windows color (decimal): -2368478 or 2284763. OLE color: 2284763.
HSL color Cylindrical-coordinate representation of color #DBDC22: hue angle of 60.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBDC22 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 34 | - |
| CMYK | 0.00 | 0 | 0.85 | 0.14 |
| HSL | 60.32º | 0.73% | 0.5% | - |
| HSV(B) | 60.32º | 0.85% | 0.86% | - |
| XYZ | 55.1 | 66.36 | 11.42 | - |
| YUV | 198.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 34 | 0.00 | 0 | 0.85 | 0.14 | 60.32 | 0.73 | 0.5 |
| Hex | DB | DC | 22 | 0 | 0 | 55 | E | 3C | 49 | 32 |
| Octal | 333 | 334 | 42 | 0 | 0 | 125 | 16 | 74 | 111 | 62 |
| Binary | 11011011 | 11011100 | 100010 | 0 | 0 | 1010101 | 1110 | 111100 | 1001001 | 110010 |
Color Harmonies of #DBDC22
Complementary color
Monochromatic Colors of #DBDC22
Black with #DBDC22
Text Example
Text Example
White with #DBDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC22; }
p { color: rgb(219,220,34); }
H1.HeaderClassName
{
color: #DBDC22;
}
.AnyTagClassName
{
color: #DBDC22;
}
</style>
background-color css
<style>
a { background-color: #DBDC22; }
a { background-color: rgb(219,220,34); }
div.DivClassName
{
background-color: #DBDC22;
}
.BgClassName
{
background-color: #DBDC22;
}
</style>
border-color css
<style>
span { border-color: #DBDC22; }
span { border-color: rgb(219,220,34); }
td.TdClassName
{
border-color: #DBDC22;
}
.TagClassName
{
border-color: #DBDC22;
}
</style>