Shades of Bitter Lemon #DBDD1A
Tints of Bitter Lemon #DBDD1A
RGB
CMYK
RGB Variations
Color information
#DBDD1A (or 0xDBDD1A) is known color: Bitter Lemon. HEX triplet: DB, DD and 1A. RGB value is (219,221,26). Sum of RGB (Red+Green+Blue) = 219+221+26=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD1A is #2422E5. Grayscale: #C6C6C6. Windows color (decimal): -2368230 or 1760731. OLE color: 1760731.
HSL color Cylindrical-coordinate representation of color #DBDD1A: hue angle of 60.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBDD1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 26 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.13 |
| HSL | 60.62º | 0.79% | 0.48% | - |
| HSV(B) | 60.62º | 0.88% | 0.87% | - |
| XYZ | 55.26 | 66.85 | 10.97 | - |
| YUV | 198.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 26 | 0.01 | 0 | 0.88 | 0.13 | 60.62 | 0.79 | 0.48 |
| Hex | DB | DD | 1A | 1 | 0 | 58 | D | 3D | 4F | 30 |
| Octal | 333 | 335 | 32 | 1 | 0 | 130 | 15 | 75 | 117 | 60 |
| Binary | 11011011 | 11011101 | 11010 | 1 | 0 | 1011000 | 1101 | 111101 | 1001111 | 110000 |
Color Harmonies of #DBDD1A
Complementary color
Monochromatic Colors of #DBDD1A
Black with #DBDD1A
Text Example
Text Example
White with #DBDD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD1A; }
p { color: rgb(219,221,26); }
H1.HeaderClassName
{
color: #DBDD1A;
}
.AnyTagClassName
{
color: #DBDD1A;
}
</style>
background-color css
<style>
a { background-color: #DBDD1A; }
a { background-color: rgb(219,221,26); }
div.DivClassName
{
background-color: #DBDD1A;
}
.BgClassName
{
background-color: #DBDD1A;
}
</style>
border-color css
<style>
span { border-color: #DBDD1A; }
span { border-color: rgb(219,221,26); }
td.TdClassName
{
border-color: #DBDD1A;
}
.TagClassName
{
border-color: #DBDD1A;
}
</style>