Shades of Bitter Lemon #DBD42A
Tints of Bitter Lemon #DBD42A
RGB
CMYK
RGB Variations
Color information
#DBD42A (or 0xDBD42A) is known color: Bitter Lemon. HEX triplet: DB, D4 and 2A. RGB value is (219,212,42). Sum of RGB (Red+Green+Blue) = 219+212+42=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD42A is #242BD5. Grayscale: #C3C3C3. Windows color (decimal): -2370518 or 2807003. OLE color: 2807003.
HSL color Cylindrical-coordinate representation of color #DBD42A: hue angle of 57.63º 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 #DBD42A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.14 |
| HSL | 57.63º | 0.71% | 0.51% | - |
| HSV(B) | 57.63º | 0.81% | 0.86% | - |
| XYZ | 53.17 | 62.31 | 11.42 | - |
| YUV | 194.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 42 | 0 | 0.03 | 0.81 | 0.14 | 57.63 | 0.71 | 0.51 |
| Hex | DB | D4 | 2A | 0 | 3 | 51 | E | 3A | 47 | 33 |
| Octal | 333 | 324 | 52 | 0 | 3 | 121 | 16 | 72 | 107 | 63 |
| Binary | 11011011 | 11010100 | 101010 | 0 | 11 | 1010001 | 1110 | 111010 | 1000111 | 110011 |
Color Harmonies of #DBD42A
Complementary color
Monochromatic Colors of #DBD42A
Black with #DBD42A
Text Example
Text Example
White with #DBD42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD42A; }
p { color: rgb(219,212,42); }
H1.HeaderClassName
{
color: #DBD42A;
}
.AnyTagClassName
{
color: #DBD42A;
}
</style>
background-color css
<style>
a { background-color: #DBD42A; }
a { background-color: rgb(219,212,42); }
div.DivClassName
{
background-color: #DBD42A;
}
.BgClassName
{
background-color: #DBD42A;
}
</style>
border-color css
<style>
span { border-color: #DBD42A; }
span { border-color: rgb(219,212,42); }
td.TdClassName
{
border-color: #DBD42A;
}
.TagClassName
{
border-color: #DBD42A;
}
</style>