Shades of Bitter Lemon #DBDD21
Tints of Bitter Lemon #DBDD21
RGB
CMYK
RGB Variations
Color information
#DBDD21 (or 0xDBDD21) is known color: Bitter Lemon. HEX triplet: DB, DD and 21. RGB value is (219,221,33). Sum of RGB (Red+Green+Blue) = 219+221+33=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD21 is #2422DE. Grayscale: #C7C7C7. Windows color (decimal): -2368223 or 2219483. OLE color: 2219483.
HSL color Cylindrical-coordinate representation of color #DBDD21: hue angle of 60.64º degrees, saturation: 0.74, 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 #DBDD21 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.13 |
| HSL | 60.64º | 0.74% | 0.5% | - |
| HSV(B) | 60.64º | 0.85% | 0.87% | - |
| XYZ | 55.34 | 66.88 | 11.43 | - |
| YUV | 198.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 33 | 0.01 | 0 | 0.85 | 0.13 | 60.64 | 0.74 | 0.5 |
| Hex | DB | DD | 21 | 1 | 0 | 55 | D | 3D | 4A | 32 |
| Octal | 333 | 335 | 41 | 1 | 0 | 125 | 15 | 75 | 112 | 62 |
| Binary | 11011011 | 11011101 | 100001 | 1 | 0 | 1010101 | 1101 | 111101 | 1001010 | 110010 |
Color Harmonies of #DBDD21
Complementary color
Monochromatic Colors of #DBDD21
Black with #DBDD21
Text Example
Text Example
White with #DBDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD21; }
p { color: rgb(219,221,33); }
H1.HeaderClassName
{
color: #DBDD21;
}
.AnyTagClassName
{
color: #DBDD21;
}
</style>
background-color css
<style>
a { background-color: #DBDD21; }
a { background-color: rgb(219,221,33); }
div.DivClassName
{
background-color: #DBDD21;
}
.BgClassName
{
background-color: #DBDD21;
}
</style>
border-color css
<style>
span { border-color: #DBDD21; }
span { border-color: rgb(219,221,33); }
td.TdClassName
{
border-color: #DBDD21;
}
.TagClassName
{
border-color: #DBDD21;
}
</style>