Shades of Bitter Lemon #DBD32A
Tints of Bitter Lemon #DBD32A
RGB
CMYK
RGB Variations
Color information
#DBD32A (or 0xDBD32A) is known color: Bitter Lemon. HEX triplet: DB, D3 and 2A. RGB value is (219,211,42). Sum of RGB (Red+Green+Blue) = 219+211+42=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD32A is #242CD5. Grayscale: #C2C2C2. Windows color (decimal): -2370774 or 2806747. OLE color: 2806747.
HSL color Cylindrical-coordinate representation of color #DBD32A: hue angle of 57.29º 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 #DBD32A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 42 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.14 |
| HSL | 57.29º | 0.71% | 0.51% | - |
| HSV(B) | 57.29º | 0.81% | 0.86% | - |
| XYZ | 52.93 | 61.82 | 11.33 | - |
| YUV | 194.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 42 | 0 | 0.04 | 0.81 | 0.14 | 57.29 | 0.71 | 0.51 |
| Hex | DB | D3 | 2A | 0 | 4 | 51 | E | 39 | 47 | 33 |
| Octal | 333 | 323 | 52 | 0 | 4 | 121 | 16 | 71 | 107 | 63 |
| Binary | 11011011 | 11010011 | 101010 | 0 | 100 | 1010001 | 1110 | 111001 | 1000111 | 110011 |
Color Harmonies of #DBD32A
Complementary color
Monochromatic Colors of #DBD32A
Black with #DBD32A
Text Example
Text Example
White with #DBD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD32A; }
p { color: rgb(219,211,42); }
H1.HeaderClassName
{
color: #DBD32A;
}
.AnyTagClassName
{
color: #DBD32A;
}
</style>
background-color css
<style>
a { background-color: #DBD32A; }
a { background-color: rgb(219,211,42); }
div.DivClassName
{
background-color: #DBD32A;
}
.BgClassName
{
background-color: #DBD32A;
}
</style>
border-color css
<style>
span { border-color: #DBD32A; }
span { border-color: rgb(219,211,42); }
td.TdClassName
{
border-color: #DBD32A;
}
.TagClassName
{
border-color: #DBD32A;
}
</style>