Shades of Bitter Lemon #D1DB3C
Tints of Bitter Lemon #D1DB3C
RGB
CMYK
RGB Variations
Color information
#D1DB3C (or 0xD1DB3C) is known color: Bitter Lemon. HEX triplet: D1, DB and 3C. RGB value is (209,219,60). Sum of RGB (Red+Green+Blue) = 209+219+60=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB3C is #2E24C3. Grayscale: #C6C6C6. Windows color (decimal): -3024068 or 3988433. OLE color: 3988433.
HSL color Cylindrical-coordinate representation of color #D1DB3C: hue angle of 63.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1DB3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.14 |
| HSL | 63.77º | 0.69% | 0.55% | - |
| HSV(B) | 63.77º | 0.73% | 0.86% | - |
| XYZ | 52.44 | 64.54 | 13.97 | - |
| YUV | 197.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 60 | 0.05 | 0 | 0.73 | 0.14 | 63.77 | 0.69 | 0.55 |
| Hex | D1 | DB | 3C | 5 | 0 | 49 | E | 40 | 45 | 37 |
| Octal | 321 | 333 | 74 | 5 | 0 | 111 | 16 | 100 | 105 | 67 |
| Binary | 11010001 | 11011011 | 111100 | 101 | 0 | 1001001 | 1110 | 1000000 | 1000101 | 110111 |
Color Harmonies of #D1DB3C
Complementary color
Monochromatic Colors of #D1DB3C
Black with #D1DB3C
Text Example
Text Example
White with #D1DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB3C; }
p { color: rgb(209,219,60); }
H1.HeaderClassName
{
color: #D1DB3C;
}
.AnyTagClassName
{
color: #D1DB3C;
}
</style>
background-color css
<style>
a { background-color: #D1DB3C; }
a { background-color: rgb(209,219,60); }
div.DivClassName
{
background-color: #D1DB3C;
}
.BgClassName
{
background-color: #D1DB3C;
}
</style>
border-color css
<style>
span { border-color: #D1DB3C; }
span { border-color: rgb(209,219,60); }
td.TdClassName
{
border-color: #D1DB3C;
}
.TagClassName
{
border-color: #D1DB3C;
}
</style>