Shades of Bitter Lemon #DBD22A
Tints of Bitter Lemon #DBD22A
RGB
CMYK
RGB Variations
Color information
#DBD22A (or 0xDBD22A) is known color: Bitter Lemon. HEX triplet: DB, D2 and 2A. RGB value is (219,210,42). Sum of RGB (Red+Green+Blue) = 219+210+42=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD22A is #242DD5. Grayscale: #C2C2C2. Windows color (decimal): -2371030 or 2806491. OLE color: 2806491.
HSL color Cylindrical-coordinate representation of color #DBD22A: hue angle of 56.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBD22A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 42 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.14 |
| HSL | 56.95º | 0.71% | 0.51% | - |
| HSV(B) | 56.95º | 0.81% | 0.86% | - |
| XYZ | 52.68 | 61.32 | 11.25 | - |
| YUV | 193.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 42 | 0 | 0.04 | 0.81 | 0.14 | 56.95 | 0.71 | 0.51 |
| Hex | DB | D2 | 2A | 0 | 4 | 51 | E | 39 | 47 | 33 |
| Octal | 333 | 322 | 52 | 0 | 4 | 121 | 16 | 71 | 107 | 63 |
| Binary | 11011011 | 11010010 | 101010 | 0 | 100 | 1010001 | 1110 | 111001 | 1000111 | 110011 |
Color Harmonies of #DBD22A
Complementary color
Monochromatic Colors of #DBD22A
Black with #DBD22A
Text Example
Text Example
White with #DBD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD22A; }
p { color: rgb(219,210,42); }
H1.HeaderClassName
{
color: #DBD22A;
}
.AnyTagClassName
{
color: #DBD22A;
}
</style>
background-color css
<style>
a { background-color: #DBD22A; }
a { background-color: rgb(219,210,42); }
div.DivClassName
{
background-color: #DBD22A;
}
.BgClassName
{
background-color: #DBD22A;
}
</style>
border-color css
<style>
span { border-color: #DBD22A; }
span { border-color: rgb(219,210,42); }
td.TdClassName
{
border-color: #DBD22A;
}
.TagClassName
{
border-color: #DBD22A;
}
</style>