Shades of Bitter Lemon #D1D133
Tints of Bitter Lemon #D1D133
RGB
CMYK
RGB Variations
Color information
#D1D133 (or 0xD1D133) is known color: Bitter Lemon. HEX triplet: D1, D1 and 33. RGB value is (209,209,51). Sum of RGB (Red+Green+Blue) = 209+209+51=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D133 is #2E2ECC. Grayscale: #BFBFBF. Windows color (decimal): -3026637 or 3396049. OLE color: 3396049.
HSL color Cylindrical-coordinate representation of color #D1D133: 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.76%. Process color model (Four color, CMYK) of #D1D133 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 51 | - |
| CMYK | 0 | 0 | 0.76 | 0.18 |
| HSL | 60º | 0.63% | 0.51% | - |
| HSV(B) | 60º | 0.76% | 0.82% | - |
| XYZ | 49.69 | 59.4 | 11.98 | - |
| YUV | 190.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 51 | 0 | 0 | 0.76 | 0.18 | 60 | 0.63 | 0.51 |
| Hex | D1 | D1 | 33 | 0 | 0 | 4C | 12 | 3C | 3F | 33 |
| Octal | 321 | 321 | 63 | 0 | 0 | 114 | 22 | 74 | 77 | 63 |
| Binary | 11010001 | 11010001 | 110011 | 0 | 0 | 1001100 | 10010 | 111100 | 111111 | 110011 |
Color Harmonies of #D1D133
Complementary color
Monochromatic Colors of #D1D133
Black with #D1D133
Text Example
Text Example
White with #D1D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D133; }
p { color: rgb(209,209,51); }
H1.HeaderClassName
{
color: #D1D133;
}
.AnyTagClassName
{
color: #D1D133;
}
</style>
background-color css
<style>
a { background-color: #D1D133; }
a { background-color: rgb(209,209,51); }
div.DivClassName
{
background-color: #D1D133;
}
.BgClassName
{
background-color: #D1D133;
}
</style>
border-color css
<style>
span { border-color: #D1D133; }
span { border-color: rgb(209,209,51); }
td.TdClassName
{
border-color: #D1D133;
}
.TagClassName
{
border-color: #D1D133;
}
</style>