Shades of Bitter Lemon #D7DB2A
Tints of Bitter Lemon #D7DB2A
RGB
CMYK
RGB Variations
Color information
#D7DB2A (or 0xD7DB2A) is known color: Bitter Lemon. HEX triplet: D7, DB and 2A. RGB value is (215,219,42). Sum of RGB (Red+Green+Blue) = 215+219+42=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB2A is #2824D5. Grayscale: #C6C6C6. Windows color (decimal): -2630870 or 2808791. OLE color: 2808791.
HSL color Cylindrical-coordinate representation of color #D7DB2A: hue angle of 61.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7DB2A is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 42 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.14 |
| HSL | 61.36º | 0.71% | 0.51% | - |
| HSV(B) | 61.36º | 0.81% | 0.86% | - |
| XYZ | 53.77 | 65.28 | 11.96 | - |
| YUV | 197.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 42 | 0.02 | 0 | 0.81 | 0.14 | 61.36 | 0.71 | 0.51 |
| Hex | D7 | DB | 2A | 2 | 0 | 51 | E | 3D | 47 | 33 |
| Octal | 327 | 333 | 52 | 2 | 0 | 121 | 16 | 75 | 107 | 63 |
| Binary | 11010111 | 11011011 | 101010 | 10 | 0 | 1010001 | 1110 | 111101 | 1000111 | 110011 |
Color Harmonies of #D7DB2A
Complementary color
Monochromatic Colors of #D7DB2A
Black with #D7DB2A
Text Example
Text Example
White with #D7DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB2A; }
p { color: rgb(215,219,42); }
H1.HeaderClassName
{
color: #D7DB2A;
}
.AnyTagClassName
{
color: #D7DB2A;
}
</style>
background-color css
<style>
a { background-color: #D7DB2A; }
a { background-color: rgb(215,219,42); }
div.DivClassName
{
background-color: #D7DB2A;
}
.BgClassName
{
background-color: #D7DB2A;
}
</style>
border-color css
<style>
span { border-color: #D7DB2A; }
span { border-color: rgb(215,219,42); }
td.TdClassName
{
border-color: #D7DB2A;
}
.TagClassName
{
border-color: #D7DB2A;
}
</style>