Shades of Bitter Lemon #D1DD3C
Tints of Bitter Lemon #D1DD3C
RGB
CMYK
RGB Variations
Color information
#D1DD3C (or 0xD1DD3C) is known color: Bitter Lemon. HEX triplet: D1, DD and 3C. RGB value is (209,221,60). Sum of RGB (Red+Green+Blue) = 209+221+60=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD3C is #2E22C3. Grayscale: #C7C7C7. Windows color (decimal): -3023556 or 3988945. OLE color: 3988945.
HSL color Cylindrical-coordinate representation of color #D1DD3C: hue angle of 64.47º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1DD3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.13 |
| HSL | 64.47º | 0.7% | 0.55% | - |
| HSV(B) | 64.47º | 0.73% | 0.87% | - |
| XYZ | 52.97 | 65.59 | 14.14 | - |
| YUV | 199.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 60 | 0.05 | 0 | 0.73 | 0.13 | 64.47 | 0.7 | 0.55 |
| Hex | D1 | DD | 3C | 5 | 0 | 49 | D | 40 | 46 | 37 |
| Octal | 321 | 335 | 74 | 5 | 0 | 111 | 15 | 100 | 106 | 67 |
| Binary | 11010001 | 11011101 | 111100 | 101 | 0 | 1001001 | 1101 | 1000000 | 1000110 | 110111 |
Color Harmonies of #D1DD3C
Complementary color
Monochromatic Colors of #D1DD3C
Black with #D1DD3C
Text Example
Text Example
White with #D1DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD3C; }
p { color: rgb(209,221,60); }
H1.HeaderClassName
{
color: #D1DD3C;
}
.AnyTagClassName
{
color: #D1DD3C;
}
</style>
background-color css
<style>
a { background-color: #D1DD3C; }
a { background-color: rgb(209,221,60); }
div.DivClassName
{
background-color: #D1DD3C;
}
.BgClassName
{
background-color: #D1DD3C;
}
</style>
border-color css
<style>
span { border-color: #D1DD3C; }
span { border-color: rgb(209,221,60); }
td.TdClassName
{
border-color: #D1DD3C;
}
.TagClassName
{
border-color: #D1DD3C;
}
</style>