Shades of Bitter Lemon #DBDD1E
Tints of Bitter Lemon #DBDD1E
RGB
CMYK
RGB Variations
Color information
#DBDD1E (or 0xDBDD1E) is known color: Bitter Lemon. HEX triplet: DB, DD and 1E. RGB value is (219,221,30). Sum of RGB (Red+Green+Blue) = 219+221+30=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD1E is #2422E1. Grayscale: #C7C7C7. Windows color (decimal): -2368226 or 2022875. OLE color: 2022875.
HSL color Cylindrical-coordinate representation of color #DBDD1E: hue angle of 60.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBDD1E is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 30 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.13 |
| HSL | 60.63º | 0.76% | 0.49% | - |
| HSV(B) | 60.63º | 0.86% | 0.87% | - |
| XYZ | 55.3 | 66.87 | 11.22 | - |
| YUV | 198.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 30 | 0.01 | 0 | 0.86 | 0.13 | 60.63 | 0.76 | 0.49 |
| Hex | DB | DD | 1E | 1 | 0 | 56 | D | 3D | 4C | 31 |
| Octal | 333 | 335 | 36 | 1 | 0 | 126 | 15 | 75 | 114 | 61 |
| Binary | 11011011 | 11011101 | 11110 | 1 | 0 | 1010110 | 1101 | 111101 | 1001100 | 110001 |
Color Harmonies of #DBDD1E
Complementary color
Monochromatic Colors of #DBDD1E
Black with #DBDD1E
Text Example
Text Example
White with #DBDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD1E; }
p { color: rgb(219,221,30); }
H1.HeaderClassName
{
color: #DBDD1E;
}
.AnyTagClassName
{
color: #DBDD1E;
}
</style>
background-color css
<style>
a { background-color: #DBDD1E; }
a { background-color: rgb(219,221,30); }
div.DivClassName
{
background-color: #DBDD1E;
}
.BgClassName
{
background-color: #DBDD1E;
}
</style>
border-color css
<style>
span { border-color: #DBDD1E; }
span { border-color: rgb(219,221,30); }
td.TdClassName
{
border-color: #DBDD1E;
}
.TagClassName
{
border-color: #DBDD1E;
}
</style>