Shades of Bitter Lemon #DBD32E
Tints of Bitter Lemon #DBD32E
RGB
CMYK
RGB Variations
Color information
#DBD32E (or 0xDBD32E) is known color: Bitter Lemon. HEX triplet: DB, D3 and 2E. RGB value is (219,211,46). Sum of RGB (Red+Green+Blue) = 219+211+46=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD32E is #242CD1. Grayscale: #C3C3C3. Windows color (decimal): -2370770 or 3068891. OLE color: 3068891.
HSL color Cylindrical-coordinate representation of color #DBD32E: hue angle of 57.23º 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 #DBD32E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 46 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.14 |
| HSL | 57.23º | 0.71% | 0.52% | - |
| HSV(B) | 57.23º | 0.79% | 0.86% | - |
| XYZ | 53 | 61.85 | 11.73 | - |
| YUV | 194.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 46 | 0 | 0.04 | 0.79 | 0.14 | 57.23 | 0.71 | 0.52 |
| Hex | DB | D3 | 2E | 0 | 4 | 4F | E | 39 | 47 | 34 |
| Octal | 333 | 323 | 56 | 0 | 4 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011011 | 11010011 | 101110 | 0 | 100 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DBD32E
Complementary color
Monochromatic Colors of #DBD32E
Black with #DBD32E
Text Example
Text Example
White with #DBD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD32E; }
p { color: rgb(219,211,46); }
H1.HeaderClassName
{
color: #DBD32E;
}
.AnyTagClassName
{
color: #DBD32E;
}
</style>
background-color css
<style>
a { background-color: #DBD32E; }
a { background-color: rgb(219,211,46); }
div.DivClassName
{
background-color: #DBD32E;
}
.BgClassName
{
background-color: #DBD32E;
}
</style>
border-color css
<style>
span { border-color: #DBD32E; }
span { border-color: rgb(219,211,46); }
td.TdClassName
{
border-color: #DBD32E;
}
.TagClassName
{
border-color: #DBD32E;
}
</style>