Shades of Bitter Lemon #DBDD30
Tints of Bitter Lemon #DBDD30
RGB
CMYK
RGB Variations
Color information
#DBDD30 (or 0xDBDD30) is known color: Bitter Lemon. HEX triplet: DB, DD and 30. RGB value is (219,221,48). Sum of RGB (Red+Green+Blue) = 219+221+48=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD30 is #2422CF. Grayscale: #C9C9C9. Windows color (decimal): -2368208 or 3202523. OLE color: 3202523.
HSL color Cylindrical-coordinate representation of color #DBDD30: hue angle of 60.69º 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 #DBDD30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.13 |
| HSL | 60.69º | 0.72% | 0.53% | - |
| HSV(B) | 60.69º | 0.78% | 0.87% | - |
| XYZ | 55.6 | 66.99 | 12.8 | - |
| YUV | 200.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 48 | 0.01 | 0 | 0.78 | 0.13 | 60.69 | 0.72 | 0.53 |
| Hex | DB | DD | 30 | 1 | 0 | 4E | D | 3D | 48 | 35 |
| Octal | 333 | 335 | 60 | 1 | 0 | 116 | 15 | 75 | 110 | 65 |
| Binary | 11011011 | 11011101 | 110000 | 1 | 0 | 1001110 | 1101 | 111101 | 1001000 | 110101 |
Color Harmonies of #DBDD30
Complementary color
Monochromatic Colors of #DBDD30
Black with #DBDD30
Text Example
Text Example
White with #DBDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD30; }
p { color: rgb(219,221,48); }
H1.HeaderClassName
{
color: #DBDD30;
}
.AnyTagClassName
{
color: #DBDD30;
}
</style>
background-color css
<style>
a { background-color: #DBDD30; }
a { background-color: rgb(219,221,48); }
div.DivClassName
{
background-color: #DBDD30;
}
.BgClassName
{
background-color: #DBDD30;
}
</style>
border-color css
<style>
span { border-color: #DBDD30; }
span { border-color: rgb(219,221,48); }
td.TdClassName
{
border-color: #DBDD30;
}
.TagClassName
{
border-color: #DBDD30;
}
</style>