Shades of Bitter Lemon #D8D738
Tints of Bitter Lemon #D8D738
RGB
CMYK
RGB Variations
Color information
#D8D738 (or 0xD8D738) is known color: Bitter Lemon. HEX triplet: D8, D7 and 38. RGB value is (216,215,56). Sum of RGB (Red+Green+Blue) = 216+215+56=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D738 is #2728C7. Grayscale: #C5C5C5. Windows color (decimal): -2566344 or 3725272. OLE color: 3725272.
HSL color Cylindrical-coordinate representation of color #D8D738: hue angle of 59.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8D738 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 56 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.15 |
| HSL | 59.63º | 0.67% | 0.53% | - |
| HSV(B) | 59.63º | 0.74% | 0.85% | - |
| XYZ | 53.33 | 63.49 | 13.18 | - |
| YUV | 197.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 56 | 0 | 0.00 | 0.74 | 0.15 | 59.63 | 0.67 | 0.53 |
| Hex | D8 | D7 | 38 | 0 | 0 | 4A | F | 3C | 43 | 35 |
| Octal | 330 | 327 | 70 | 0 | 0 | 112 | 17 | 74 | 103 | 65 |
| Binary | 11011000 | 11010111 | 111000 | 0 | 0 | 1001010 | 1111 | 111100 | 1000011 | 110101 |
Color Harmonies of #D8D738
Complementary color
Monochromatic Colors of #D8D738
Black with #D8D738
Text Example
Text Example
White with #D8D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D738; }
p { color: rgb(216,215,56); }
H1.HeaderClassName
{
color: #D8D738;
}
.AnyTagClassName
{
color: #D8D738;
}
</style>
background-color css
<style>
a { background-color: #D8D738; }
a { background-color: rgb(216,215,56); }
div.DivClassName
{
background-color: #D8D738;
}
.BgClassName
{
background-color: #D8D738;
}
</style>
border-color css
<style>
span { border-color: #D8D738; }
span { border-color: rgb(216,215,56); }
td.TdClassName
{
border-color: #D8D738;
}
.TagClassName
{
border-color: #D8D738;
}
</style>