Shades of Bitter Lemon #D1D827
Tints of Bitter Lemon #D1D827
RGB
CMYK
RGB Variations
Color information
#D1D827 (or 0xD1D827) is known color: Bitter Lemon. HEX triplet: D1, D8 and 27. RGB value is (209,216,39). Sum of RGB (Red+Green+Blue) = 209+216+39=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D827 is #2E27D8. Grayscale: #C2C2C2. Windows color (decimal): -3024857 or 2611409. OLE color: 2611409.
HSL color Cylindrical-coordinate representation of color #D1D827: hue angle of 62.37º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1D827 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 39 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.15 |
| HSL | 62.37º | 0.69% | 0.5% | - |
| HSV(B) | 62.37º | 0.82% | 0.85% | - |
| XYZ | 51.22 | 62.81 | 11.34 | - |
| YUV | 193.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 39 | 0.03 | 0 | 0.82 | 0.15 | 62.37 | 0.69 | 0.5 |
| Hex | D1 | D8 | 27 | 3 | 0 | 52 | F | 3E | 45 | 32 |
| Octal | 321 | 330 | 47 | 3 | 0 | 122 | 17 | 76 | 105 | 62 |
| Binary | 11010001 | 11011000 | 100111 | 11 | 0 | 1010010 | 1111 | 111110 | 1000101 | 110010 |
Color Harmonies of #D1D827
Complementary color
Monochromatic Colors of #D1D827
Black with #D1D827
Text Example
Text Example
White with #D1D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D827; }
p { color: rgb(209,216,39); }
H1.HeaderClassName
{
color: #D1D827;
}
.AnyTagClassName
{
color: #D1D827;
}
</style>
background-color css
<style>
a { background-color: #D1D827; }
a { background-color: rgb(209,216,39); }
div.DivClassName
{
background-color: #D1D827;
}
.BgClassName
{
background-color: #D1D827;
}
</style>
border-color css
<style>
span { border-color: #D1D827; }
span { border-color: rgb(209,216,39); }
td.TdClassName
{
border-color: #D1D827;
}
.TagClassName
{
border-color: #D1D827;
}
</style>