Shades of Bitter Lemon #DBD330
Tints of Bitter Lemon #DBD330
RGB
CMYK
RGB Variations
Color information
#DBD330 (or 0xDBD330) is known color: Bitter Lemon. HEX triplet: DB, D3 and 30. RGB value is (219,211,48). Sum of RGB (Red+Green+Blue) = 219+211+48=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD330 is #242CCF. Grayscale: #C3C3C3. Windows color (decimal): -2370768 or 3199963. OLE color: 3199963.
HSL color Cylindrical-coordinate representation of color #DBD330: hue angle of 57.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBD330 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 48 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.14 |
| HSL | 57.19º | 0.7% | 0.52% | - |
| HSV(B) | 57.19º | 0.78% | 0.86% | - |
| XYZ | 53.04 | 61.86 | 11.94 | - |
| YUV | 194.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 48 | 0 | 0.04 | 0.78 | 0.14 | 57.19 | 0.7 | 0.52 |
| Hex | DB | D3 | 30 | 0 | 4 | 4E | E | 39 | 46 | 34 |
| Octal | 333 | 323 | 60 | 0 | 4 | 116 | 16 | 71 | 106 | 64 |
| Binary | 11011011 | 11010011 | 110000 | 0 | 100 | 1001110 | 1110 | 111001 | 1000110 | 110100 |
Color Harmonies of #DBD330
Complementary color
Monochromatic Colors of #DBD330
Black with #DBD330
Text Example
Text Example
White with #DBD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD330; }
p { color: rgb(219,211,48); }
H1.HeaderClassName
{
color: #DBD330;
}
.AnyTagClassName
{
color: #DBD330;
}
</style>
background-color css
<style>
a { background-color: #DBD330; }
a { background-color: rgb(219,211,48); }
div.DivClassName
{
background-color: #DBD330;
}
.BgClassName
{
background-color: #DBD330;
}
</style>
border-color css
<style>
span { border-color: #DBD330; }
span { border-color: rgb(219,211,48); }
td.TdClassName
{
border-color: #DBD330;
}
.TagClassName
{
border-color: #DBD330;
}
</style>