Shades of Bitter Lemon #D5DB31
Tints of Bitter Lemon #D5DB31
RGB
CMYK
RGB Variations
Color information
#D5DB31 (or 0xD5DB31) is known color: Bitter Lemon. HEX triplet: D5, DB and 31. RGB value is (213,219,49). Sum of RGB (Red+Green+Blue) = 213+219+49=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB31 is #2A24CE. Grayscale: #C6C6C6. Windows color (decimal): -2761935 or 3267541. OLE color: 3267541.
HSL color Cylindrical-coordinate representation of color #D5DB31: hue angle of 62.12º 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 #D5DB31 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 49 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.14 |
| HSL | 62.12º | 0.7% | 0.53% | - |
| HSV(B) | 62.12º | 0.78% | 0.86% | - |
| XYZ | 53.33 | 65.03 | 12.65 | - |
| YUV | 197.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 49 | 0.03 | 0 | 0.78 | 0.14 | 62.12 | 0.7 | 0.53 |
| Hex | D5 | DB | 31 | 3 | 0 | 4E | E | 3E | 46 | 35 |
| Octal | 325 | 333 | 61 | 3 | 0 | 116 | 16 | 76 | 106 | 65 |
| Binary | 11010101 | 11011011 | 110001 | 11 | 0 | 1001110 | 1110 | 111110 | 1000110 | 110101 |
Color Harmonies of #D5DB31
Complementary color
Monochromatic Colors of #D5DB31
Black with #D5DB31
Text Example
Text Example
White with #D5DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB31; }
p { color: rgb(213,219,49); }
H1.HeaderClassName
{
color: #D5DB31;
}
.AnyTagClassName
{
color: #D5DB31;
}
</style>
background-color css
<style>
a { background-color: #D5DB31; }
a { background-color: rgb(213,219,49); }
div.DivClassName
{
background-color: #D5DB31;
}
.BgClassName
{
background-color: #D5DB31;
}
</style>
border-color css
<style>
span { border-color: #D5DB31; }
span { border-color: rgb(213,219,49); }
td.TdClassName
{
border-color: #D5DB31;
}
.TagClassName
{
border-color: #D5DB31;
}
</style>