Shades of Bitter Lemon #D7DB23
Tints of Bitter Lemon #D7DB23
RGB
CMYK
RGB Variations
Color information
#D7DB23 (or 0xD7DB23) is known color: Bitter Lemon. HEX triplet: D7, DB and 23. RGB value is (215,219,35). Sum of RGB (Red+Green+Blue) = 215+219+35=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB23 is #2824DC. Grayscale: #C5C5C5. Windows color (decimal): -2630877 or 2350039. OLE color: 2350039.
HSL color Cylindrical-coordinate representation of color #D7DB23: hue angle of 61.3º 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 #D7DB23 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 35 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.14 |
| HSL | 61.3º | 0.72% | 0.5% | - |
| HSV(B) | 61.3º | 0.84% | 0.86% | - |
| XYZ | 53.66 | 65.23 | 11.35 | - |
| YUV | 196.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 35 | 0.02 | 0 | 0.84 | 0.14 | 61.3 | 0.72 | 0.5 |
| Hex | D7 | DB | 23 | 2 | 0 | 54 | E | 3D | 48 | 32 |
| Octal | 327 | 333 | 43 | 2 | 0 | 124 | 16 | 75 | 110 | 62 |
| Binary | 11010111 | 11011011 | 100011 | 10 | 0 | 1010100 | 1110 | 111101 | 1001000 | 110010 |
Color Harmonies of #D7DB23
Complementary color
Monochromatic Colors of #D7DB23
Black with #D7DB23
Text Example
Text Example
White with #D7DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB23; }
p { color: rgb(215,219,35); }
H1.HeaderClassName
{
color: #D7DB23;
}
.AnyTagClassName
{
color: #D7DB23;
}
</style>
background-color css
<style>
a { background-color: #D7DB23; }
a { background-color: rgb(215,219,35); }
div.DivClassName
{
background-color: #D7DB23;
}
.BgClassName
{
background-color: #D7DB23;
}
</style>
border-color css
<style>
span { border-color: #D7DB23; }
span { border-color: rgb(215,219,35); }
td.TdClassName
{
border-color: #D7DB23;
}
.TagClassName
{
border-color: #D7DB23;
}
</style>