Shades of Bitter Lemon #D1D527
Tints of Bitter Lemon #D1D527
RGB
CMYK
RGB Variations
Color information
#D1D527 (or 0xD1D527) is known color: Bitter Lemon. HEX triplet: D1, D5 and 27. RGB value is (209,213,39). Sum of RGB (Red+Green+Blue) = 209+213+39=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D527 is #2E2AD8. Grayscale: #C0C0C0. Windows color (decimal): -3025625 or 2610641. OLE color: 2610641.
HSL color Cylindrical-coordinate representation of color #D1D527: hue angle of 61.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1D527 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 39 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.16 |
| HSL | 61.38º | 0.69% | 0.49% | - |
| HSV(B) | 61.38º | 0.82% | 0.84% | - |
| XYZ | 50.45 | 61.29 | 11.09 | - |
| YUV | 191.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 39 | 0.02 | 0 | 0.82 | 0.16 | 61.38 | 0.69 | 0.49 |
| Hex | D1 | D5 | 27 | 2 | 0 | 52 | 10 | 3D | 45 | 31 |
| Octal | 321 | 325 | 47 | 2 | 0 | 122 | 20 | 75 | 105 | 61 |
| Binary | 11010001 | 11010101 | 100111 | 10 | 0 | 1010010 | 10000 | 111101 | 1000101 | 110001 |
Color Harmonies of #D1D527
Complementary color
Monochromatic Colors of #D1D527
Black with #D1D527
Text Example
Text Example
White with #D1D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D527; }
p { color: rgb(209,213,39); }
H1.HeaderClassName
{
color: #D1D527;
}
.AnyTagClassName
{
color: #D1D527;
}
</style>
background-color css
<style>
a { background-color: #D1D527; }
a { background-color: rgb(209,213,39); }
div.DivClassName
{
background-color: #D1D527;
}
.BgClassName
{
background-color: #D1D527;
}
</style>
border-color css
<style>
span { border-color: #D1D527; }
span { border-color: rgb(209,213,39); }
td.TdClassName
{
border-color: #D1D527;
}
.TagClassName
{
border-color: #D1D527;
}
</style>