Shades of Bitter Lemon #DBD22D
Tints of Bitter Lemon #DBD22D
RGB
CMYK
RGB Variations
Color information
#DBD22D (or 0xDBD22D) is known color: Bitter Lemon. HEX triplet: DB, D2 and 2D. RGB value is (219,210,45). Sum of RGB (Red+Green+Blue) = 219+210+45=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD22D is #242DD2. Grayscale: #C2C2C2. Windows color (decimal): -2371027 or 3003099. OLE color: 3003099.
HSL color Cylindrical-coordinate representation of color #DBD22D: hue angle of 56.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBD22D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 45 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.14 |
| HSL | 56.9º | 0.71% | 0.52% | - |
| HSV(B) | 56.9º | 0.79% | 0.86% | - |
| XYZ | 52.73 | 61.34 | 11.54 | - |
| YUV | 193.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 45 | 0 | 0.04 | 0.79 | 0.14 | 56.9 | 0.71 | 0.52 |
| Hex | DB | D2 | 2D | 0 | 4 | 4F | E | 39 | 47 | 34 |
| Octal | 333 | 322 | 55 | 0 | 4 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011011 | 11010010 | 101101 | 0 | 100 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DBD22D
Complementary color
Monochromatic Colors of #DBD22D
Black with #DBD22D
Text Example
Text Example
White with #DBD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD22D; }
p { color: rgb(219,210,45); }
H1.HeaderClassName
{
color: #DBD22D;
}
.AnyTagClassName
{
color: #DBD22D;
}
</style>
background-color css
<style>
a { background-color: #DBD22D; }
a { background-color: rgb(219,210,45); }
div.DivClassName
{
background-color: #DBD22D;
}
.BgClassName
{
background-color: #DBD22D;
}
</style>
border-color css
<style>
span { border-color: #DBD22D; }
span { border-color: rgb(219,210,45); }
td.TdClassName
{
border-color: #DBD22D;
}
.TagClassName
{
border-color: #DBD22D;
}
</style>