Shades of Bitter Lemon #DBDC2F
Tints of Bitter Lemon #DBDC2F
RGB
CMYK
RGB Variations
Color information
#DBDC2F (or 0xDBDC2F) is known color: Bitter Lemon. HEX triplet: DB, DC and 2F. RGB value is (219,220,47). Sum of RGB (Red+Green+Blue) = 219+220+47=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2F is #2423D0. Grayscale: #C8C8C8. Windows color (decimal): -2368465 or 3136731. OLE color: 3136731.
HSL color Cylindrical-coordinate representation of color #DBDC2F: hue angle of 60.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBDC2F is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 47 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.14 |
| HSL | 60.35º | 0.71% | 0.52% | - |
| HSV(B) | 60.35º | 0.79% | 0.86% | - |
| XYZ | 55.32 | 66.45 | 12.6 | - |
| YUV | 199.98 | 41.67 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 47 | 0.00 | 0 | 0.79 | 0.14 | 60.35 | 0.71 | 0.52 |
| Hex | DB | DC | 2F | 0 | 0 | 4F | E | 3C | 47 | 34 |
| Octal | 333 | 334 | 57 | 0 | 0 | 117 | 16 | 74 | 107 | 64 |
| Binary | 11011011 | 11011100 | 101111 | 0 | 0 | 1001111 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DBDC2F
Complementary color
Monochromatic Colors of #DBDC2F
Black with #DBDC2F
Text Example
Text Example
White with #DBDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC2F; }
p { color: rgb(219,220,47); }
H1.HeaderClassName
{
color: #DBDC2F;
}
.AnyTagClassName
{
color: #DBDC2F;
}
</style>
background-color css
<style>
a { background-color: #DBDC2F; }
a { background-color: rgb(219,220,47); }
div.DivClassName
{
background-color: #DBDC2F;
}
.BgClassName
{
background-color: #DBDC2F;
}
</style>
border-color css
<style>
span { border-color: #DBDC2F; }
span { border-color: rgb(219,220,47); }
td.TdClassName
{
border-color: #DBDC2F;
}
.TagClassName
{
border-color: #DBDC2F;
}
</style>