Shades of Bitter Lemon #D1D743
Tints of Bitter Lemon #D1D743
RGB
CMYK
RGB Variations
Color information
#D1D743 (or 0xD1D743) is known color: Bitter Lemon. HEX triplet: D1, D7 and 43. RGB value is (209,215,67). Sum of RGB (Red+Green+Blue) = 209+215+67=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D743 is #2E28BC. Grayscale: #C4C4C4. Windows color (decimal): -3025085 or 4446161. OLE color: 4446161.
HSL color Cylindrical-coordinate representation of color #D1D743: hue angle of 62.43º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1D743 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 67 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.16 |
| HSL | 62.43º | 0.65% | 0.55% | - |
| HSV(B) | 62.43º | 0.69% | 0.84% | - |
| XYZ | 51.61 | 62.56 | 14.67 | - |
| YUV | 196.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 67 | 0.03 | 0 | 0.69 | 0.16 | 62.43 | 0.65 | 0.55 |
| Hex | D1 | D7 | 43 | 3 | 0 | 45 | 10 | 3E | 41 | 37 |
| Octal | 321 | 327 | 103 | 3 | 0 | 105 | 20 | 76 | 101 | 67 |
| Binary | 11010001 | 11010111 | 1000011 | 11 | 0 | 1000101 | 10000 | 111110 | 1000001 | 110111 |
Color Harmonies of #D1D743
Complementary color
Monochromatic Colors of #D1D743
Black with #D1D743
Text Example
Text Example
White with #D1D743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D743; }
p { color: rgb(209,215,67); }
H1.HeaderClassName
{
color: #D1D743;
}
.AnyTagClassName
{
color: #D1D743;
}
</style>
background-color css
<style>
a { background-color: #D1D743; }
a { background-color: rgb(209,215,67); }
div.DivClassName
{
background-color: #D1D743;
}
.BgClassName
{
background-color: #D1D743;
}
</style>
border-color css
<style>
span { border-color: #D1D743; }
span { border-color: rgb(209,215,67); }
td.TdClassName
{
border-color: #D1D743;
}
.TagClassName
{
border-color: #D1D743;
}
</style>