Shades of Bitter Lemon #D5DB38
Tints of Bitter Lemon #D5DB38
RGB
CMYK
RGB Variations
Color information
#D5DB38 (or 0xD5DB38) is known color: Bitter Lemon. HEX triplet: D5, DB and 38. RGB value is (213,219,56). Sum of RGB (Red+Green+Blue) = 213+219+56=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DB38 is #2A24C7. Grayscale: #C7C7C7. Windows color (decimal): -2761928 or 3726293. OLE color: 3726293.
HSL color Cylindrical-coordinate representation of color #D5DB38: hue angle of 62.21º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5DB38 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 56 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.14 |
| HSL | 62.21º | 0.69% | 0.54% | - |
| HSV(B) | 62.21º | 0.74% | 0.86% | - |
| XYZ | 53.49 | 65.09 | 13.49 | - |
| YUV | 198.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 56 | 0.03 | 0 | 0.74 | 0.14 | 62.21 | 0.69 | 0.54 |
| Hex | D5 | DB | 38 | 3 | 0 | 4A | E | 3E | 45 | 36 |
| Octal | 325 | 333 | 70 | 3 | 0 | 112 | 16 | 76 | 105 | 66 |
| Binary | 11010101 | 11011011 | 111000 | 11 | 0 | 1001010 | 1110 | 111110 | 1000101 | 110110 |
Color Harmonies of #D5DB38
Complementary color
Monochromatic Colors of #D5DB38
Black with #D5DB38
Text Example
Text Example
White with #D5DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB38; }
p { color: rgb(213,219,56); }
H1.HeaderClassName
{
color: #D5DB38;
}
.AnyTagClassName
{
color: #D5DB38;
}
</style>
background-color css
<style>
a { background-color: #D5DB38; }
a { background-color: rgb(213,219,56); }
div.DivClassName
{
background-color: #D5DB38;
}
.BgClassName
{
background-color: #D5DB38;
}
</style>
border-color css
<style>
span { border-color: #D5DB38; }
span { border-color: rgb(213,219,56); }
td.TdClassName
{
border-color: #D5DB38;
}
.TagClassName
{
border-color: #D5DB38;
}
</style>