Shades of Bitter Lemon #DBD32D
Tints of Bitter Lemon #DBD32D
RGB
CMYK
RGB Variations
Color information
#DBD32D (or 0xDBD32D) is known color: Bitter Lemon. HEX triplet: DB, D3 and 2D. RGB value is (219,211,45). Sum of RGB (Red+Green+Blue) = 219+211+45=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD32D is #242CD2. Grayscale: #C3C3C3. Windows color (decimal): -2370771 or 3003355. OLE color: 3003355.
HSL color Cylindrical-coordinate representation of color #DBD32D: hue angle of 57.24º 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 #DBD32D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 45 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.14 |
| HSL | 57.24º | 0.71% | 0.52% | - |
| HSV(B) | 57.24º | 0.79% | 0.86% | - |
| XYZ | 52.98 | 61.84 | 11.63 | - |
| YUV | 194.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 45 | 0 | 0.04 | 0.79 | 0.14 | 57.24 | 0.71 | 0.52 |
| Hex | DB | D3 | 2D | 0 | 4 | 4F | E | 39 | 47 | 34 |
| Octal | 333 | 323 | 55 | 0 | 4 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011011 | 11010011 | 101101 | 0 | 100 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DBD32D
Complementary color
Monochromatic Colors of #DBD32D
Black with #DBD32D
Text Example
Text Example
White with #DBD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD32D; }
p { color: rgb(219,211,45); }
H1.HeaderClassName
{
color: #DBD32D;
}
.AnyTagClassName
{
color: #DBD32D;
}
</style>
background-color css
<style>
a { background-color: #DBD32D; }
a { background-color: rgb(219,211,45); }
div.DivClassName
{
background-color: #DBD32D;
}
.BgClassName
{
background-color: #DBD32D;
}
</style>
border-color css
<style>
span { border-color: #DBD32D; }
span { border-color: rgb(219,211,45); }
td.TdClassName
{
border-color: #DBD32D;
}
.TagClassName
{
border-color: #DBD32D;
}
</style>