Shades of Bitter Lemon #D6D72B
Tints of Bitter Lemon #D6D72B
RGB
CMYK
RGB Variations
Color information
#D6D72B (or 0xD6D72B) is known color: Bitter Lemon. HEX triplet: D6, D7 and 2B. RGB value is (214,215,43). Sum of RGB (Red+Green+Blue) = 214+215+43=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D72B is #2928D4. Grayscale: #C3C3C3. Windows color (decimal): -2697429 or 2873302. OLE color: 2873302.
HSL color Cylindrical-coordinate representation of color #D6D72B: hue angle of 60.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6D72B is Cyan = 0.00, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 215 | 43 | - |
| CMYK | 0.00 | 0 | 0.8 | 0.16 |
| HSL | 60.35º | 0.68% | 0.51% | - |
| HSV(B) | 60.35º | 0.8% | 0.84% | - |
| XYZ | 52.47 | 63.07 | 11.69 | - |
| YUV | 195.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 43 | 0.00 | 0 | 0.8 | 0.16 | 60.35 | 0.68 | 0.51 |
| Hex | D6 | D7 | 2B | 0 | 0 | 50 | 10 | 3C | 44 | 33 |
| Octal | 326 | 327 | 53 | 0 | 0 | 120 | 20 | 74 | 104 | 63 |
| Binary | 11010110 | 11010111 | 101011 | 0 | 0 | 1010000 | 10000 | 111100 | 1000100 | 110011 |
Color Harmonies of #D6D72B
Complementary color
Monochromatic Colors of #D6D72B
Black with #D6D72B
Text Example
Text Example
White with #D6D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D72B; }
p { color: rgb(214,215,43); }
H1.HeaderClassName
{
color: #D6D72B;
}
.AnyTagClassName
{
color: #D6D72B;
}
</style>
background-color css
<style>
a { background-color: #D6D72B; }
a { background-color: rgb(214,215,43); }
div.DivClassName
{
background-color: #D6D72B;
}
.BgClassName
{
background-color: #D6D72B;
}
</style>
border-color css
<style>
span { border-color: #D6D72B; }
span { border-color: rgb(214,215,43); }
td.TdClassName
{
border-color: #D6D72B;
}
.TagClassName
{
border-color: #D6D72B;
}
</style>