Shades of Bitter Lemon #DBDD2D
Tints of Bitter Lemon #DBDD2D
RGB
CMYK
RGB Variations
Color information
#DBDD2D (or 0xDBDD2D) is known color: Bitter Lemon. HEX triplet: DB, DD and 2D. RGB value is (219,221,45). Sum of RGB (Red+Green+Blue) = 219+221+45=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD2D is #2422D2. Grayscale: #C9C9C9. Windows color (decimal): -2368211 or 3005915. OLE color: 3005915.
HSL color Cylindrical-coordinate representation of color #DBDD2D: hue angle of 60.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBDD2D is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 45 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.13 |
| HSL | 60.68º | 0.72% | 0.52% | - |
| HSV(B) | 60.68º | 0.8% | 0.87% | - |
| XYZ | 55.54 | 66.96 | 12.48 | - |
| YUV | 200.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 45 | 0.01 | 0 | 0.80 | 0.13 | 60.68 | 0.72 | 0.52 |
| Hex | DB | DD | 2D | 1 | 0 | 50 | D | 3D | 48 | 34 |
| Octal | 333 | 335 | 55 | 1 | 0 | 120 | 15 | 75 | 110 | 64 |
| Binary | 11011011 | 11011101 | 101101 | 1 | 0 | 1010000 | 1101 | 111101 | 1001000 | 110100 |
Color Harmonies of #DBDD2D
Complementary color
Monochromatic Colors of #DBDD2D
Black with #DBDD2D
Text Example
Text Example
White with #DBDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD2D; }
p { color: rgb(219,221,45); }
H1.HeaderClassName
{
color: #DBDD2D;
}
.AnyTagClassName
{
color: #DBDD2D;
}
</style>
background-color css
<style>
a { background-color: #DBDD2D; }
a { background-color: rgb(219,221,45); }
div.DivClassName
{
background-color: #DBDD2D;
}
.BgClassName
{
background-color: #DBDD2D;
}
</style>
border-color css
<style>
span { border-color: #DBDD2D; }
span { border-color: rgb(219,221,45); }
td.TdClassName
{
border-color: #DBDD2D;
}
.TagClassName
{
border-color: #DBDD2D;
}
</style>