Shades of Bitter Lemon #D8DA39
Tints of Bitter Lemon #D8DA39
RGB
CMYK
RGB Variations
Color information
#D8DA39 (or 0xD8DA39) is known color: Bitter Lemon. HEX triplet: D8, DA and 39. RGB value is (216,218,57). Sum of RGB (Red+Green+Blue) = 216+218+57=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA39 is #2725C6. Grayscale: #C7C7C7. Windows color (decimal): -2565575 or 3791576. OLE color: 3791576.
HSL color Cylindrical-coordinate representation of color #D8DA39: hue angle of 60.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8DA39 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 57 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.15 |
| HSL | 60.75º | 0.69% | 0.54% | - |
| HSV(B) | 60.75º | 0.74% | 0.85% | - |
| XYZ | 54.13 | 65.04 | 13.57 | - |
| YUV | 199.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 57 | 0.01 | 0 | 0.74 | 0.15 | 60.75 | 0.69 | 0.54 |
| Hex | D8 | DA | 39 | 1 | 0 | 4A | F | 3D | 45 | 36 |
| Octal | 330 | 332 | 71 | 1 | 0 | 112 | 17 | 75 | 105 | 66 |
| Binary | 11011000 | 11011010 | 111001 | 1 | 0 | 1001010 | 1111 | 111101 | 1000101 | 110110 |
Color Harmonies of #D8DA39
Complementary color
Monochromatic Colors of #D8DA39
Black with #D8DA39
Text Example
Text Example
White with #D8DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA39; }
p { color: rgb(216,218,57); }
H1.HeaderClassName
{
color: #D8DA39;
}
.AnyTagClassName
{
color: #D8DA39;
}
</style>
background-color css
<style>
a { background-color: #D8DA39; }
a { background-color: rgb(216,218,57); }
div.DivClassName
{
background-color: #D8DA39;
}
.BgClassName
{
background-color: #D8DA39;
}
</style>
border-color css
<style>
span { border-color: #D8DA39; }
span { border-color: rgb(216,218,57); }
td.TdClassName
{
border-color: #D8DA39;
}
.TagClassName
{
border-color: #D8DA39;
}
</style>