Shades of Bitter Lemon #D8DD31
Tints of Bitter Lemon #D8DD31
RGB
CMYK
RGB Variations
Color information
#D8DD31 (or 0xD8DD31) is known color: Bitter Lemon. HEX triplet: D8, DD and 31. RGB value is (216,221,49). Sum of RGB (Red+Green+Blue) = 216+221+49=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD31 is #2722CE. Grayscale: #C8C8C8. Windows color (decimal): -2564815 or 3268056. OLE color: 3268056.
HSL color Cylindrical-coordinate representation of color #D8DD31: hue angle of 61.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8DD31 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 49 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.13 |
| HSL | 61.74º | 0.72% | 0.53% | - |
| HSV(B) | 61.74º | 0.78% | 0.87% | - |
| XYZ | 54.73 | 66.53 | 12.86 | - |
| YUV | 199.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 49 | 0.02 | 0 | 0.78 | 0.13 | 61.74 | 0.72 | 0.53 |
| Hex | D8 | DD | 31 | 2 | 0 | 4E | D | 3E | 48 | 35 |
| Octal | 330 | 335 | 61 | 2 | 0 | 116 | 15 | 76 | 110 | 65 |
| Binary | 11011000 | 11011101 | 110001 | 10 | 0 | 1001110 | 1101 | 111110 | 1001000 | 110101 |
Color Harmonies of #D8DD31
Complementary color
Monochromatic Colors of #D8DD31
Black with #D8DD31
Text Example
Text Example
White with #D8DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD31; }
p { color: rgb(216,221,49); }
H1.HeaderClassName
{
color: #D8DD31;
}
.AnyTagClassName
{
color: #D8DD31;
}
</style>
background-color css
<style>
a { background-color: #D8DD31; }
a { background-color: rgb(216,221,49); }
div.DivClassName
{
background-color: #D8DD31;
}
.BgClassName
{
background-color: #D8DD31;
}
</style>
border-color css
<style>
span { border-color: #D8DD31; }
span { border-color: rgb(216,221,49); }
td.TdClassName
{
border-color: #D8DD31;
}
.TagClassName
{
border-color: #D8DD31;
}
</style>