Shades of Bitter Lemon #DBDD34
Tints of Bitter Lemon #DBDD34
RGB
CMYK
RGB Variations
Color information
#DBDD34 (or 0xDBDD34) is known color: Bitter Lemon. HEX triplet: DB, DD and 34. RGB value is (219,221,52). Sum of RGB (Red+Green+Blue) = 219+221+52=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD34 is #2422CB. Grayscale: #C9C9C9. Windows color (decimal): -2368204 or 3464667. OLE color: 3464667.
HSL color Cylindrical-coordinate representation of color #DBDD34: hue angle of 60.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBDD34 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 52 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.13 |
| HSL | 60.71º | 0.71% | 0.54% | - |
| HSV(B) | 60.71º | 0.76% | 0.87% | - |
| XYZ | 55.69 | 67.02 | 13.25 | - |
| YUV | 201.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 52 | 0.01 | 0 | 0.76 | 0.13 | 60.71 | 0.71 | 0.54 |
| Hex | DB | DD | 34 | 1 | 0 | 4C | D | 3D | 47 | 36 |
| Octal | 333 | 335 | 64 | 1 | 0 | 114 | 15 | 75 | 107 | 66 |
| Binary | 11011011 | 11011101 | 110100 | 1 | 0 | 1001100 | 1101 | 111101 | 1000111 | 110110 |
Color Harmonies of #DBDD34
Complementary color
Monochromatic Colors of #DBDD34
Black with #DBDD34
Text Example
Text Example
White with #DBDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD34; }
p { color: rgb(219,221,52); }
H1.HeaderClassName
{
color: #DBDD34;
}
.AnyTagClassName
{
color: #DBDD34;
}
</style>
background-color css
<style>
a { background-color: #DBDD34; }
a { background-color: rgb(219,221,52); }
div.DivClassName
{
background-color: #DBDD34;
}
.BgClassName
{
background-color: #DBDD34;
}
</style>
border-color css
<style>
span { border-color: #DBDD34; }
span { border-color: rgb(219,221,52); }
td.TdClassName
{
border-color: #DBDD34;
}
.TagClassName
{
border-color: #DBDD34;
}
</style>