Shades of Bitter Lemon #DBDE34
Tints of Bitter Lemon #DBDE34
RGB
CMYK
RGB Variations
Color information
#DBDE34 (or 0xDBDE34) is known color: Bitter Lemon. HEX triplet: DB, DE and 34. RGB value is (219,222,52). Sum of RGB (Red+Green+Blue) = 219+222+52=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE34 is #2421CB. Grayscale: #CACACA. Windows color (decimal): -2367948 or 3464923. OLE color: 3464923.
HSL color Cylindrical-coordinate representation of color #DBDE34: hue angle of 61.06º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBDE34 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 52 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.13 |
| HSL | 61.06º | 0.72% | 0.54% | - |
| HSV(B) | 61.06º | 0.77% | 0.87% | - |
| XYZ | 55.95 | 67.55 | 13.34 | - |
| YUV | 201.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 52 | 0.01 | 0 | 0.77 | 0.13 | 61.06 | 0.72 | 0.54 |
| Hex | DB | DE | 34 | 1 | 0 | 4D | D | 3D | 48 | 36 |
| Octal | 333 | 336 | 64 | 1 | 0 | 115 | 15 | 75 | 110 | 66 |
| Binary | 11011011 | 11011110 | 110100 | 1 | 0 | 1001101 | 1101 | 111101 | 1001000 | 110110 |
Color Harmonies of #DBDE34
Complementary color
Monochromatic Colors of #DBDE34
Black with #DBDE34
Text Example
Text Example
White with #DBDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE34; }
p { color: rgb(219,222,52); }
H1.HeaderClassName
{
color: #DBDE34;
}
.AnyTagClassName
{
color: #DBDE34;
}
</style>
background-color css
<style>
a { background-color: #DBDE34; }
a { background-color: rgb(219,222,52); }
div.DivClassName
{
background-color: #DBDE34;
}
.BgClassName
{
background-color: #DBDE34;
}
</style>
border-color css
<style>
span { border-color: #DBDE34; }
span { border-color: rgb(219,222,52); }
td.TdClassName
{
border-color: #DBDE34;
}
.TagClassName
{
border-color: #DBDE34;
}
</style>