Shades of Bitter Lemon #DBD732
Tints of Bitter Lemon #DBD732
RGB
CMYK
RGB Variations
Color information
#DBD732 (or 0xDBD732) is known color: Bitter Lemon. HEX triplet: DB, D7 and 32. RGB value is (219,215,50). Sum of RGB (Red+Green+Blue) = 219+215+50=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD732 is #2428CD. Grayscale: #C6C6C6. Windows color (decimal): -2369742 or 3332059. OLE color: 3332059.
HSL color Cylindrical-coordinate representation of color #DBD732: hue angle of 58.58º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBD732 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 50 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.14 |
| HSL | 58.58º | 0.7% | 0.53% | - |
| HSV(B) | 58.58º | 0.77% | 0.86% | - |
| XYZ | 54.09 | 63.89 | 12.5 | - |
| YUV | 197.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 50 | 0 | 0.02 | 0.77 | 0.14 | 58.58 | 0.7 | 0.53 |
| Hex | DB | D7 | 32 | 0 | 2 | 4D | E | 3B | 46 | 35 |
| Octal | 333 | 327 | 62 | 0 | 2 | 115 | 16 | 73 | 106 | 65 |
| Binary | 11011011 | 11010111 | 110010 | 0 | 10 | 1001101 | 1110 | 111011 | 1000110 | 110101 |
Color Harmonies of #DBD732
Complementary color
Monochromatic Colors of #DBD732
Black with #DBD732
Text Example
Text Example
White with #DBD732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD732; }
p { color: rgb(219,215,50); }
H1.HeaderClassName
{
color: #DBD732;
}
.AnyTagClassName
{
color: #DBD732;
}
</style>
background-color css
<style>
a { background-color: #DBD732; }
a { background-color: rgb(219,215,50); }
div.DivClassName
{
background-color: #DBD732;
}
.BgClassName
{
background-color: #DBD732;
}
</style>
border-color css
<style>
span { border-color: #DBD732; }
span { border-color: rgb(219,215,50); }
td.TdClassName
{
border-color: #DBD732;
}
.TagClassName
{
border-color: #DBD732;
}
</style>