Shades of Bitter Lemon #D1D823
Tints of Bitter Lemon #D1D823
RGB
CMYK
RGB Variations
Color information
#D1D823 (or 0xD1D823) is known color: Bitter Lemon. HEX triplet: D1, D8 and 23. RGB value is (209,216,35). Sum of RGB (Red+Green+Blue) = 209+216+35=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D823 is #2E27DC. Grayscale: #C1C1C1. Windows color (decimal): -3024861 or 2349265. OLE color: 2349265.
HSL color Cylindrical-coordinate representation of color #D1D823: hue angle of 62.32º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1D823 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 35 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.15 |
| HSL | 62.32º | 0.72% | 0.49% | - |
| HSV(B) | 62.32º | 0.84% | 0.85% | - |
| XYZ | 51.15 | 62.79 | 11.01 | - |
| YUV | 193.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 35 | 0.03 | 0 | 0.84 | 0.15 | 62.32 | 0.72 | 0.49 |
| Hex | D1 | D8 | 23 | 3 | 0 | 54 | F | 3E | 48 | 31 |
| Octal | 321 | 330 | 43 | 3 | 0 | 124 | 17 | 76 | 110 | 61 |
| Binary | 11010001 | 11011000 | 100011 | 11 | 0 | 1010100 | 1111 | 111110 | 1001000 | 110001 |
Color Harmonies of #D1D823
Complementary color
Monochromatic Colors of #D1D823
Black with #D1D823
Text Example
Text Example
White with #D1D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D823; }
p { color: rgb(209,216,35); }
H1.HeaderClassName
{
color: #D1D823;
}
.AnyTagClassName
{
color: #D1D823;
}
</style>
background-color css
<style>
a { background-color: #D1D823; }
a { background-color: rgb(209,216,35); }
div.DivClassName
{
background-color: #D1D823;
}
.BgClassName
{
background-color: #D1D823;
}
</style>
border-color css
<style>
span { border-color: #D1D823; }
span { border-color: rgb(209,216,35); }
td.TdClassName
{
border-color: #D1D823;
}
.TagClassName
{
border-color: #D1D823;
}
</style>