Shades of Bitter Lemon #D1DB23
Tints of Bitter Lemon #D1DB23
RGB
CMYK
RGB Variations
Color information
#D1DB23 (or 0xD1DB23) is known color: Bitter Lemon. HEX triplet: D1, DB and 23. RGB value is (209,219,35). Sum of RGB (Red+Green+Blue) = 209+219+35=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DB23 is #2E24DC. Grayscale: #C3C3C3. Windows color (decimal): -3024093 or 2350033. OLE color: 2350033.
HSL color Cylindrical-coordinate representation of color #D1DB23: hue angle of 63.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1DB23 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 35 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.14 |
| HSL | 63.26º | 0.72% | 0.5% | - |
| HSV(B) | 63.26º | 0.84% | 0.86% | - |
| XYZ | 51.93 | 64.34 | 11.27 | - |
| YUV | 195.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 35 | 0.05 | 0 | 0.84 | 0.14 | 63.26 | 0.72 | 0.5 |
| Hex | D1 | DB | 23 | 5 | 0 | 54 | E | 3F | 48 | 32 |
| Octal | 321 | 333 | 43 | 5 | 0 | 124 | 16 | 77 | 110 | 62 |
| Binary | 11010001 | 11011011 | 100011 | 101 | 0 | 1010100 | 1110 | 111111 | 1001000 | 110010 |
Color Harmonies of #D1DB23
Complementary color
Monochromatic Colors of #D1DB23
Black with #D1DB23
Text Example
Text Example
White with #D1DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB23; }
p { color: rgb(209,219,35); }
H1.HeaderClassName
{
color: #D1DB23;
}
.AnyTagClassName
{
color: #D1DB23;
}
</style>
background-color css
<style>
a { background-color: #D1DB23; }
a { background-color: rgb(209,219,35); }
div.DivClassName
{
background-color: #D1DB23;
}
.BgClassName
{
background-color: #D1DB23;
}
</style>
border-color css
<style>
span { border-color: #D1DB23; }
span { border-color: rgb(209,219,35); }
td.TdClassName
{
border-color: #D1DB23;
}
.TagClassName
{
border-color: #D1DB23;
}
</style>