Shades of Bitter Lemon #DBDD2A
Tints of Bitter Lemon #DBDD2A
RGB
CMYK
RGB Variations
Color information
#DBDD2A (or 0xDBDD2A) is known color: Bitter Lemon. HEX triplet: DB, DD and 2A. RGB value is (219,221,42). Sum of RGB (Red+Green+Blue) = 219+221+42=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD2A is #2422D5. Grayscale: #C8C8C8. Windows color (decimal): -2368214 or 2809307. OLE color: 2809307.
HSL color Cylindrical-coordinate representation of color #DBDD2A: hue angle of 60.67º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBDD2A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 42 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.13 |
| HSL | 60.67º | 0.72% | 0.52% | - |
| HSV(B) | 60.67º | 0.81% | 0.87% | - |
| XYZ | 55.49 | 66.94 | 12.19 | - |
| YUV | 200 | 38.84 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 42 | 0.01 | 0 | 0.81 | 0.13 | 60.67 | 0.72 | 0.52 |
| Hex | DB | DD | 2A | 1 | 0 | 51 | D | 3D | 48 | 34 |
| Octal | 333 | 335 | 52 | 1 | 0 | 121 | 15 | 75 | 110 | 64 |
| Binary | 11011011 | 11011101 | 101010 | 1 | 0 | 1010001 | 1101 | 111101 | 1001000 | 110100 |
Color Harmonies of #DBDD2A
Complementary color
Monochromatic Colors of #DBDD2A
Black with #DBDD2A
Text Example
Text Example
White with #DBDD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD2A; }
p { color: rgb(219,221,42); }
H1.HeaderClassName
{
color: #DBDD2A;
}
.AnyTagClassName
{
color: #DBDD2A;
}
</style>
background-color css
<style>
a { background-color: #DBDD2A; }
a { background-color: rgb(219,221,42); }
div.DivClassName
{
background-color: #DBDD2A;
}
.BgClassName
{
background-color: #DBDD2A;
}
</style>
border-color css
<style>
span { border-color: #DBDD2A; }
span { border-color: rgb(219,221,42); }
td.TdClassName
{
border-color: #DBDD2A;
}
.TagClassName
{
border-color: #DBDD2A;
}
</style>