Shades of Bitter Lemon #DBDD25
Tints of Bitter Lemon #DBDD25
RGB
CMYK
RGB Variations
Color information
#DBDD25 (or 0xDBDD25) is known color: Bitter Lemon. HEX triplet: DB, DD and 25. RGB value is (219,221,37). Sum of RGB (Red+Green+Blue) = 219+221+37=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD25 is #2422DA. Grayscale: #C8C8C8. Windows color (decimal): -2368219 or 2481627. OLE color: 2481627.
HSL color Cylindrical-coordinate representation of color #DBDD25: hue angle of 60.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBDD25 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 37 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.13 |
| HSL | 60.65º | 0.73% | 0.51% | - |
| HSV(B) | 60.65º | 0.83% | 0.87% | - |
| XYZ | 55.4 | 66.91 | 11.74 | - |
| YUV | 199.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 37 | 0.01 | 0 | 0.83 | 0.13 | 60.65 | 0.73 | 0.51 |
| Hex | DB | DD | 25 | 1 | 0 | 53 | D | 3D | 49 | 33 |
| Octal | 333 | 335 | 45 | 1 | 0 | 123 | 15 | 75 | 111 | 63 |
| Binary | 11011011 | 11011101 | 100101 | 1 | 0 | 1010011 | 1101 | 111101 | 1001001 | 110011 |
Color Harmonies of #DBDD25
Complementary color
Monochromatic Colors of #DBDD25
Black with #DBDD25
Text Example
Text Example
White with #DBDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD25; }
p { color: rgb(219,221,37); }
H1.HeaderClassName
{
color: #DBDD25;
}
.AnyTagClassName
{
color: #DBDD25;
}
</style>
background-color css
<style>
a { background-color: #DBDD25; }
a { background-color: rgb(219,221,37); }
div.DivClassName
{
background-color: #DBDD25;
}
.BgClassName
{
background-color: #DBDD25;
}
</style>
border-color css
<style>
span { border-color: #DBDD25; }
span { border-color: rgb(219,221,37); }
td.TdClassName
{
border-color: #DBDD25;
}
.TagClassName
{
border-color: #DBDD25;
}
</style>