Shades of Bitter Lemon #D1D135
Tints of Bitter Lemon #D1D135
RGB
CMYK
RGB Variations
Color information
#D1D135 (or 0xD1D135) is known color: Bitter Lemon. HEX triplet: D1, D1 and 35. RGB value is (209,209,53). Sum of RGB (Red+Green+Blue) = 209+209+53=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D135 is #2E2ECA. Grayscale: #BFBFBF. Windows color (decimal): -3026635 or 3527121. OLE color: 3527121.
HSL color Cylindrical-coordinate representation of color #D1D135: hue angle of 60º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1D135 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 53 | - |
| CMYK | 0 | 0 | 0.75 | 0.18 |
| HSL | 60º | 0.63% | 0.51% | - |
| HSV(B) | 60º | 0.75% | 0.82% | - |
| XYZ | 49.74 | 59.41 | 12.21 | - |
| YUV | 191.22 | 50 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 53 | 0 | 0 | 0.75 | 0.18 | 60 | 0.63 | 0.51 |
| Hex | D1 | D1 | 35 | 0 | 0 | 4B | 12 | 3C | 3F | 33 |
| Octal | 321 | 321 | 65 | 0 | 0 | 113 | 22 | 74 | 77 | 63 |
| Binary | 11010001 | 11010001 | 110101 | 0 | 0 | 1001011 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D1D135
Complementary color
Monochromatic Colors of #D1D135
Black with #D1D135
Text Example
Text Example
White with #D1D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D135; }
p { color: rgb(209,209,53); }
H1.HeaderClassName
{
color: #D1D135;
}
.AnyTagClassName
{
color: #D1D135;
}
</style>
background-color css
<style>
a { background-color: #D1D135; }
a { background-color: rgb(209,209,53); }
div.DivClassName
{
background-color: #D1D135;
}
.BgClassName
{
background-color: #D1D135;
}
</style>
border-color css
<style>
span { border-color: #D1D135; }
span { border-color: rgb(209,209,53); }
td.TdClassName
{
border-color: #D1D135;
}
.TagClassName
{
border-color: #D1D135;
}
</style>