Shades of Bitter Lemon #DBDD1B
Tints of Bitter Lemon #DBDD1B
RGB
CMYK
RGB Variations
Color information
#DBDD1B (or 0xDBDD1B) is known color: Bitter Lemon. HEX triplet: DB, DD and 1B. RGB value is (219,221,27). Sum of RGB (Red+Green+Blue) = 219+221+27=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD1B is #2422E4. Grayscale: #C7C7C7. Windows color (decimal): -2368229 or 1826267. OLE color: 1826267.
HSL color Cylindrical-coordinate representation of color #DBDD1B: hue angle of 60.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBDD1B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 27 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.62º | 0.78% | 0.49% | - |
| HSV(B) | 60.62º | 0.88% | 0.87% | - |
| XYZ | 55.27 | 66.85 | 11.03 | - |
| YUV | 198.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 27 | 0.01 | 0 | 0.88 | 0.13 | 60.62 | 0.78 | 0.49 |
| Hex | DB | DD | 1B | 1 | 0 | 58 | D | 3D | 4E | 31 |
| Octal | 333 | 335 | 33 | 1 | 0 | 130 | 15 | 75 | 116 | 61 |
| Binary | 11011011 | 11011101 | 11011 | 1 | 0 | 1011000 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DBDD1B
Complementary color
Monochromatic Colors of #DBDD1B
Black with #DBDD1B
Text Example
Text Example
White with #DBDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD1B; }
p { color: rgb(219,221,27); }
H1.HeaderClassName
{
color: #DBDD1B;
}
.AnyTagClassName
{
color: #DBDD1B;
}
</style>
background-color css
<style>
a { background-color: #DBDD1B; }
a { background-color: rgb(219,221,27); }
div.DivClassName
{
background-color: #DBDD1B;
}
.BgClassName
{
background-color: #DBDD1B;
}
</style>
border-color css
<style>
span { border-color: #DBDD1B; }
span { border-color: rgb(219,221,27); }
td.TdClassName
{
border-color: #DBDD1B;
}
.TagClassName
{
border-color: #DBDD1B;
}
</style>