Shades of Bitter Lemon #D8D737
Tints of Bitter Lemon #D8D737
RGB
CMYK
RGB Variations
Color information
#D8D737 (or 0xD8D737) is known color: Bitter Lemon. HEX triplet: D8, D7 and 37. RGB value is (216,215,55). Sum of RGB (Red+Green+Blue) = 216+215+55=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D737 is #2728C8. Grayscale: #C5C5C5. Windows color (decimal): -2566345 or 3659736. OLE color: 3659736.
HSL color Cylindrical-coordinate representation of color #D8D737: hue angle of 59.63º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8D737 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 55 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.15 |
| HSL | 59.63º | 0.67% | 0.53% | - |
| HSV(B) | 59.63º | 0.75% | 0.85% | - |
| XYZ | 53.31 | 63.48 | 13.06 | - |
| YUV | 197.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 55 | 0 | 0.00 | 0.75 | 0.15 | 59.63 | 0.67 | 0.53 |
| Hex | D8 | D7 | 37 | 0 | 0 | 4B | F | 3C | 43 | 35 |
| Octal | 330 | 327 | 67 | 0 | 0 | 113 | 17 | 74 | 103 | 65 |
| Binary | 11011000 | 11010111 | 110111 | 0 | 0 | 1001011 | 1111 | 111100 | 1000011 | 110101 |
Color Harmonies of #D8D737
Complementary color
Monochromatic Colors of #D8D737
Black with #D8D737
Text Example
Text Example
White with #D8D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D737; }
p { color: rgb(216,215,55); }
H1.HeaderClassName
{
color: #D8D737;
}
.AnyTagClassName
{
color: #D8D737;
}
</style>
background-color css
<style>
a { background-color: #D8D737; }
a { background-color: rgb(216,215,55); }
div.DivClassName
{
background-color: #D8D737;
}
.BgClassName
{
background-color: #D8D737;
}
</style>
border-color css
<style>
span { border-color: #D8D737; }
span { border-color: rgb(216,215,55); }
td.TdClassName
{
border-color: #D8D737;
}
.TagClassName
{
border-color: #D8D737;
}
</style>