Shades of Bitter Lemon #D6D82B
Tints of Bitter Lemon #D6D82B
RGB
CMYK
RGB Variations
Color information
#D6D82B (or 0xD6D82B) is known color: Bitter Lemon. HEX triplet: D6, D8 and 2B. RGB value is (214,216,43). Sum of RGB (Red+Green+Blue) = 214+216+43=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D82B is #2927D4. Grayscale: #C4C4C4. Windows color (decimal): -2697173 or 2873558. OLE color: 2873558.
HSL color Cylindrical-coordinate representation of color #D6D82B: hue angle of 60.69º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6D82B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.15 |
| HSL | 60.69º | 0.69% | 0.51% | - |
| HSV(B) | 60.69º | 0.8% | 0.85% | - |
| XYZ | 52.72 | 63.58 | 11.78 | - |
| YUV | 195.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 43 | 0.01 | 0 | 0.80 | 0.15 | 60.69 | 0.69 | 0.51 |
| Hex | D6 | D8 | 2B | 1 | 0 | 50 | F | 3D | 45 | 33 |
| Octal | 326 | 330 | 53 | 1 | 0 | 120 | 17 | 75 | 105 | 63 |
| Binary | 11010110 | 11011000 | 101011 | 1 | 0 | 1010000 | 1111 | 111101 | 1000101 | 110011 |
Color Harmonies of #D6D82B
Complementary color
Monochromatic Colors of #D6D82B
Black with #D6D82B
Text Example
Text Example
White with #D6D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D82B; }
p { color: rgb(214,216,43); }
H1.HeaderClassName
{
color: #D6D82B;
}
.AnyTagClassName
{
color: #D6D82B;
}
</style>
background-color css
<style>
a { background-color: #D6D82B; }
a { background-color: rgb(214,216,43); }
div.DivClassName
{
background-color: #D6D82B;
}
.BgClassName
{
background-color: #D6D82B;
}
</style>
border-color css
<style>
span { border-color: #D6D82B; }
span { border-color: rgb(214,216,43); }
td.TdClassName
{
border-color: #D6D82B;
}
.TagClassName
{
border-color: #D6D82B;
}
</style>