Shades of Bitter Lemon #DBDC1D
Tints of Bitter Lemon #DBDC1D
RGB
CMYK
RGB Variations
Color information
#DBDC1D (or 0xDBDC1D) is known color: Bitter Lemon. HEX triplet: DB, DC and 1D. RGB value is (219,220,29). Sum of RGB (Red+Green+Blue) = 219+220+29=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC1D is #2423E2. Grayscale: #C6C6C6. Windows color (decimal): -2368483 or 1957083. OLE color: 1957083.
HSL color Cylindrical-coordinate representation of color #DBDC1D: hue angle of 60.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBDC1D is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 29 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.14 |
| HSL | 60.31º | 0.77% | 0.49% | - |
| HSV(B) | 60.31º | 0.87% | 0.86% | - |
| XYZ | 55.03 | 66.34 | 11.07 | - |
| YUV | 197.93 | 32.67 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 29 | 0.00 | 0 | 0.87 | 0.14 | 60.31 | 0.77 | 0.49 |
| Hex | DB | DC | 1D | 0 | 0 | 57 | E | 3C | 4D | 31 |
| Octal | 333 | 334 | 35 | 0 | 0 | 127 | 16 | 74 | 115 | 61 |
| Binary | 11011011 | 11011100 | 11101 | 0 | 0 | 1010111 | 1110 | 111100 | 1001101 | 110001 |
Color Harmonies of #DBDC1D
Complementary color
Monochromatic Colors of #DBDC1D
Black with #DBDC1D
Text Example
Text Example
White with #DBDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC1D; }
p { color: rgb(219,220,29); }
H1.HeaderClassName
{
color: #DBDC1D;
}
.AnyTagClassName
{
color: #DBDC1D;
}
</style>
background-color css
<style>
a { background-color: #DBDC1D; }
a { background-color: rgb(219,220,29); }
div.DivClassName
{
background-color: #DBDC1D;
}
.BgClassName
{
background-color: #DBDC1D;
}
</style>
border-color css
<style>
span { border-color: #DBDC1D; }
span { border-color: rgb(219,220,29); }
td.TdClassName
{
border-color: #DBDC1D;
}
.TagClassName
{
border-color: #DBDC1D;
}
</style>