Shades of Bitter Lemon #DBDD2F
Tints of Bitter Lemon #DBDD2F
RGB
CMYK
RGB Variations
Color information
#DBDD2F (or 0xDBDD2F) is known color: Bitter Lemon. HEX triplet: DB, DD and 2F. RGB value is (219,221,47). Sum of RGB (Red+Green+Blue) = 219+221+47=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD2F is #2422D0. Grayscale: #C9C9C9. Windows color (decimal): -2368209 or 3136987. OLE color: 3136987.
HSL color Cylindrical-coordinate representation of color #DBDD2F: hue angle of 60.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDD2F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 47 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.13 |
| HSL | 60.69º | 0.72% | 0.53% | - |
| HSV(B) | 60.69º | 0.79% | 0.87% | - |
| XYZ | 55.58 | 66.98 | 12.69 | - |
| YUV | 200.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 47 | 0.01 | 0 | 0.79 | 0.13 | 60.69 | 0.72 | 0.53 |
| Hex | DB | DD | 2F | 1 | 0 | 4F | D | 3D | 48 | 35 |
| Octal | 333 | 335 | 57 | 1 | 0 | 117 | 15 | 75 | 110 | 65 |
| Binary | 11011011 | 11011101 | 101111 | 1 | 0 | 1001111 | 1101 | 111101 | 1001000 | 110101 |
Color Harmonies of #DBDD2F
Complementary color
Monochromatic Colors of #DBDD2F
Black with #DBDD2F
Text Example
Text Example
White with #DBDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD2F; }
p { color: rgb(219,221,47); }
H1.HeaderClassName
{
color: #DBDD2F;
}
.AnyTagClassName
{
color: #DBDD2F;
}
</style>
background-color css
<style>
a { background-color: #DBDD2F; }
a { background-color: rgb(219,221,47); }
div.DivClassName
{
background-color: #DBDD2F;
}
.BgClassName
{
background-color: #DBDD2F;
}
</style>
border-color css
<style>
span { border-color: #DBDD2F; }
span { border-color: rgb(219,221,47); }
td.TdClassName
{
border-color: #DBDD2F;
}
.TagClassName
{
border-color: #DBDD2F;
}
</style>