Shades of Bitter Lemon #DBDE1C
Tints of Bitter Lemon #DBDE1C
RGB
CMYK
RGB Variations
Color information
#DBDE1C (or 0xDBDE1C) is known color: Bitter Lemon. HEX triplet: DB, DE and 1C. RGB value is (219,222,28). Sum of RGB (Red+Green+Blue) = 219+222+28=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE1C is #2421E3. Grayscale: #C7C7C7. Windows color (decimal): -2367972 or 1892059. OLE color: 1892059.
HSL color Cylindrical-coordinate representation of color #DBDE1C: hue angle of 60.93º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBDE1C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.13 |
| HSL | 60.93º | 0.78% | 0.49% | - |
| HSV(B) | 60.93º | 0.87% | 0.87% | - |
| XYZ | 55.54 | 67.39 | 11.18 | - |
| YUV | 198.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 28 | 0.01 | 0 | 0.87 | 0.13 | 60.93 | 0.78 | 0.49 |
| Hex | DB | DE | 1C | 1 | 0 | 57 | D | 3D | 4E | 31 |
| Octal | 333 | 336 | 34 | 1 | 0 | 127 | 15 | 75 | 116 | 61 |
| Binary | 11011011 | 11011110 | 11100 | 1 | 0 | 1010111 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DBDE1C
Complementary color
Monochromatic Colors of #DBDE1C
Black with #DBDE1C
Text Example
Text Example
White with #DBDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE1C; }
p { color: rgb(219,222,28); }
H1.HeaderClassName
{
color: #DBDE1C;
}
.AnyTagClassName
{
color: #DBDE1C;
}
</style>
background-color css
<style>
a { background-color: #DBDE1C; }
a { background-color: rgb(219,222,28); }
div.DivClassName
{
background-color: #DBDE1C;
}
.BgClassName
{
background-color: #DBDE1C;
}
</style>
border-color css
<style>
span { border-color: #DBDE1C; }
span { border-color: rgb(219,222,28); }
td.TdClassName
{
border-color: #DBDE1C;
}
.TagClassName
{
border-color: #DBDE1C;
}
</style>