Shades of Bitter Lemon #DBDD31
Tints of Bitter Lemon #DBDD31
RGB
CMYK
RGB Variations
Color information
#DBDD31 (or 0xDBDD31) is known color: Bitter Lemon. HEX triplet: DB, DD and 31. RGB value is (219,221,49). Sum of RGB (Red+Green+Blue) = 219+221+49=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD31 is #2422CE. Grayscale: #C9C9C9. Windows color (decimal): -2368207 or 3268059. OLE color: 3268059.
HSL color Cylindrical-coordinate representation of color #DBDD31: hue angle of 60.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBDD31 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 49 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.13 |
| HSL | 60.7º | 0.72% | 0.53% | - |
| HSV(B) | 60.7º | 0.78% | 0.87% | - |
| XYZ | 55.62 | 66.99 | 12.91 | - |
| YUV | 200.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 49 | 0.01 | 0 | 0.78 | 0.13 | 60.7 | 0.72 | 0.53 |
| Hex | DB | DD | 31 | 1 | 0 | 4E | D | 3D | 48 | 35 |
| Octal | 333 | 335 | 61 | 1 | 0 | 116 | 15 | 75 | 110 | 65 |
| Binary | 11011011 | 11011101 | 110001 | 1 | 0 | 1001110 | 1101 | 111101 | 1001000 | 110101 |
Color Harmonies of #DBDD31
Complementary color
Monochromatic Colors of #DBDD31
Black with #DBDD31
Text Example
Text Example
White with #DBDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD31; }
p { color: rgb(219,221,49); }
H1.HeaderClassName
{
color: #DBDD31;
}
.AnyTagClassName
{
color: #DBDD31;
}
</style>
background-color css
<style>
a { background-color: #DBDD31; }
a { background-color: rgb(219,221,49); }
div.DivClassName
{
background-color: #DBDD31;
}
.BgClassName
{
background-color: #DBDD31;
}
</style>
border-color css
<style>
span { border-color: #DBDD31; }
span { border-color: rgb(219,221,49); }
td.TdClassName
{
border-color: #DBDD31;
}
.TagClassName
{
border-color: #DBDD31;
}
</style>