Shades of Bitter Lemon #DBDC31
Tints of Bitter Lemon #DBDC31
RGB
CMYK
RGB Variations
Color information
#DBDC31 (or 0xDBDC31) is known color: Bitter Lemon. HEX triplet: DB, DC and 31. RGB value is (219,220,49). Sum of RGB (Red+Green+Blue) = 219+220+49=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC31 is #2423CE. Grayscale: #C8C8C8. Windows color (decimal): -2368463 or 3267803. OLE color: 3267803.
HSL color Cylindrical-coordinate representation of color #DBDC31: hue angle of 60.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBDC31 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 49 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.14 |
| HSL | 60.35º | 0.71% | 0.53% | - |
| HSV(B) | 60.35º | 0.78% | 0.86% | - |
| XYZ | 55.36 | 66.47 | 12.82 | - |
| YUV | 200.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 49 | 0.00 | 0 | 0.78 | 0.14 | 60.35 | 0.71 | 0.53 |
| Hex | DB | DC | 31 | 0 | 0 | 4E | E | 3C | 47 | 35 |
| Octal | 333 | 334 | 61 | 0 | 0 | 116 | 16 | 74 | 107 | 65 |
| Binary | 11011011 | 11011100 | 110001 | 0 | 0 | 1001110 | 1110 | 111100 | 1000111 | 110101 |
Color Harmonies of #DBDC31
Complementary color
Monochromatic Colors of #DBDC31
Black with #DBDC31
Text Example
Text Example
White with #DBDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC31; }
p { color: rgb(219,220,49); }
H1.HeaderClassName
{
color: #DBDC31;
}
.AnyTagClassName
{
color: #DBDC31;
}
</style>
background-color css
<style>
a { background-color: #DBDC31; }
a { background-color: rgb(219,220,49); }
div.DivClassName
{
background-color: #DBDC31;
}
.BgClassName
{
background-color: #DBDC31;
}
</style>
border-color css
<style>
span { border-color: #DBDC31; }
span { border-color: rgb(219,220,49); }
td.TdClassName
{
border-color: #DBDC31;
}
.TagClassName
{
border-color: #DBDC31;
}
</style>