Shades of Bitter Lemon #DBD731
Tints of Bitter Lemon #DBD731
RGB
CMYK
RGB Variations
Color information
#DBD731 (or 0xDBD731) is known color: Bitter Lemon. HEX triplet: DB, D7 and 31. RGB value is (219,215,49). Sum of RGB (Red+Green+Blue) = 219+215+49=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD731 is #2428CE. Grayscale: #C5C5C5. Windows color (decimal): -2369743 or 3266523. OLE color: 3266523.
HSL color Cylindrical-coordinate representation of color #DBD731: hue angle of 58.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBD731 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.14 |
| HSL | 58.59º | 0.7% | 0.53% | - |
| HSV(B) | 58.59º | 0.78% | 0.86% | - |
| XYZ | 54.07 | 63.88 | 12.39 | - |
| YUV | 197.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 49 | 0 | 0.02 | 0.78 | 0.14 | 58.59 | 0.7 | 0.53 |
| Hex | DB | D7 | 31 | 0 | 2 | 4E | E | 3B | 46 | 35 |
| Octal | 333 | 327 | 61 | 0 | 2 | 116 | 16 | 73 | 106 | 65 |
| Binary | 11011011 | 11010111 | 110001 | 0 | 10 | 1001110 | 1110 | 111011 | 1000110 | 110101 |
Color Harmonies of #DBD731
Complementary color
Monochromatic Colors of #DBD731
Black with #DBD731
Text Example
Text Example
White with #DBD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD731; }
p { color: rgb(219,215,49); }
H1.HeaderClassName
{
color: #DBD731;
}
.AnyTagClassName
{
color: #DBD731;
}
</style>
background-color css
<style>
a { background-color: #DBD731; }
a { background-color: rgb(219,215,49); }
div.DivClassName
{
background-color: #DBD731;
}
.BgClassName
{
background-color: #DBD731;
}
</style>
border-color css
<style>
span { border-color: #DBD731; }
span { border-color: rgb(219,215,49); }
td.TdClassName
{
border-color: #DBD731;
}
.TagClassName
{
border-color: #DBD731;
}
</style>