Shades of Bitter Lemon #D1D834
Tints of Bitter Lemon #D1D834
RGB
CMYK
RGB Variations
Color information
#D1D834 (or 0xD1D834) is known color: Bitter Lemon. HEX triplet: D1, D8 and 34. RGB value is (209,216,52). Sum of RGB (Red+Green+Blue) = 209+216+52=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D834 is #2E27CB. Grayscale: #C3C3C3. Windows color (decimal): -3024844 or 3463377. OLE color: 3463377.
HSL color Cylindrical-coordinate representation of color #D1D834: hue angle of 62.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1D834 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 52 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.15 |
| HSL | 62.56º | 0.68% | 0.53% | - |
| HSV(B) | 62.56º | 0.76% | 0.85% | - |
| XYZ | 51.47 | 62.91 | 12.68 | - |
| YUV | 195.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 52 | 0.03 | 0 | 0.76 | 0.15 | 62.56 | 0.68 | 0.53 |
| Hex | D1 | D8 | 34 | 3 | 0 | 4C | F | 3F | 44 | 35 |
| Octal | 321 | 330 | 64 | 3 | 0 | 114 | 17 | 77 | 104 | 65 |
| Binary | 11010001 | 11011000 | 110100 | 11 | 0 | 1001100 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #D1D834
Complementary color
Monochromatic Colors of #D1D834
Black with #D1D834
Text Example
Text Example
White with #D1D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D834; }
p { color: rgb(209,216,52); }
H1.HeaderClassName
{
color: #D1D834;
}
.AnyTagClassName
{
color: #D1D834;
}
</style>
background-color css
<style>
a { background-color: #D1D834; }
a { background-color: rgb(209,216,52); }
div.DivClassName
{
background-color: #D1D834;
}
.BgClassName
{
background-color: #D1D834;
}
</style>
border-color css
<style>
span { border-color: #D1D834; }
span { border-color: rgb(209,216,52); }
td.TdClassName
{
border-color: #D1D834;
}
.TagClassName
{
border-color: #D1D834;
}
</style>