Shades of Bitter Lemon #D1D945
Tints of Bitter Lemon #D1D945
RGB
CMYK
RGB Variations
Color information
#D1D945 (or 0xD1D945) is known color: Bitter Lemon. HEX triplet: D1, D9 and 45. RGB value is (209,217,69). Sum of RGB (Red+Green+Blue) = 209+217+69=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D945 is #2E26BA. Grayscale: #C6C6C6. Windows color (decimal): -3024571 or 4577745. OLE color: 4577745.
HSL color Cylindrical-coordinate representation of color #D1D945: hue angle of 63.24º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1D945 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 69 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.15 |
| HSL | 63.24º | 0.66% | 0.56% | - |
| HSV(B) | 63.24º | 0.68% | 0.85% | - |
| XYZ | 52.18 | 63.61 | 15.16 | - |
| YUV | 197.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 69 | 0.04 | 0 | 0.68 | 0.15 | 63.24 | 0.66 | 0.56 |
| Hex | D1 | D9 | 45 | 4 | 0 | 44 | F | 3F | 42 | 38 |
| Octal | 321 | 331 | 105 | 4 | 0 | 104 | 17 | 77 | 102 | 70 |
| Binary | 11010001 | 11011001 | 1000101 | 100 | 0 | 1000100 | 1111 | 111111 | 1000010 | 111000 |
Color Harmonies of #D1D945
Complementary color
Monochromatic Colors of #D1D945
Black with #D1D945
Text Example
Text Example
White with #D1D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D945; }
p { color: rgb(209,217,69); }
H1.HeaderClassName
{
color: #D1D945;
}
.AnyTagClassName
{
color: #D1D945;
}
</style>
background-color css
<style>
a { background-color: #D1D945; }
a { background-color: rgb(209,217,69); }
div.DivClassName
{
background-color: #D1D945;
}
.BgClassName
{
background-color: #D1D945;
}
</style>
border-color css
<style>
span { border-color: #D1D945; }
span { border-color: rgb(209,217,69); }
td.TdClassName
{
border-color: #D1D945;
}
.TagClassName
{
border-color: #D1D945;
}
</style>