Shades of Bitter Lemon #DBDD33
Tints of Bitter Lemon #DBDD33
RGB
CMYK
RGB Variations
Color information
#DBDD33 (or 0xDBDD33) is known color: Bitter Lemon. HEX triplet: DB, DD and 33. RGB value is (219,221,51). Sum of RGB (Red+Green+Blue) = 219+221+51=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD33 is #2422CC. Grayscale: #C9C9C9. Windows color (decimal): -2368205 or 3399131. OLE color: 3399131.
HSL color Cylindrical-coordinate representation of color #DBDD33: hue angle of 60.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBDD33 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.13 |
| HSL | 60.71º | 0.71% | 0.53% | - |
| HSV(B) | 60.71º | 0.77% | 0.87% | - |
| XYZ | 55.67 | 67.01 | 13.13 | - |
| YUV | 201.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 51 | 0.01 | 0 | 0.77 | 0.13 | 60.71 | 0.71 | 0.53 |
| Hex | DB | DD | 33 | 1 | 0 | 4D | D | 3D | 47 | 35 |
| Octal | 333 | 335 | 63 | 1 | 0 | 115 | 15 | 75 | 107 | 65 |
| Binary | 11011011 | 11011101 | 110011 | 1 | 0 | 1001101 | 1101 | 111101 | 1000111 | 110101 |
Color Harmonies of #DBDD33
Complementary color
Monochromatic Colors of #DBDD33
Black with #DBDD33
Text Example
Text Example
White with #DBDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD33; }
p { color: rgb(219,221,51); }
H1.HeaderClassName
{
color: #DBDD33;
}
.AnyTagClassName
{
color: #DBDD33;
}
</style>
background-color css
<style>
a { background-color: #DBDD33; }
a { background-color: rgb(219,221,51); }
div.DivClassName
{
background-color: #DBDD33;
}
.BgClassName
{
background-color: #DBDD33;
}
</style>
border-color css
<style>
span { border-color: #DBDD33; }
span { border-color: rgb(219,221,51); }
td.TdClassName
{
border-color: #DBDD33;
}
.TagClassName
{
border-color: #DBDD33;
}
</style>