Shades of Bitter Lemon #D2D729
Tints of Bitter Lemon #D2D729
RGB
CMYK
RGB Variations
Color information
#D2D729 (or 0xD2D729) is known color: Bitter Lemon. HEX triplet: D2, D7 and 29. RGB value is (210,215,41). Sum of RGB (Red+Green+Blue) = 210+215+41=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D729 is #2D28D6. Grayscale: #C2C2C2. Windows color (decimal): -2959575 or 2742226. OLE color: 2742226.
HSL color Cylindrical-coordinate representation of color #D2D729: hue angle of 61.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2D729 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 41 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.16 |
| HSL | 61.72º | 0.69% | 0.5% | - |
| HSV(B) | 61.72º | 0.81% | 0.84% | - |
| XYZ | 51.28 | 62.46 | 11.45 | - |
| YUV | 193.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 41 | 0.02 | 0 | 0.81 | 0.16 | 61.72 | 0.69 | 0.5 |
| Hex | D2 | D7 | 29 | 2 | 0 | 51 | 10 | 3E | 45 | 32 |
| Octal | 322 | 327 | 51 | 2 | 0 | 121 | 20 | 76 | 105 | 62 |
| Binary | 11010010 | 11010111 | 101001 | 10 | 0 | 1010001 | 10000 | 111110 | 1000101 | 110010 |
Color Harmonies of #D2D729
Complementary color
Monochromatic Colors of #D2D729
Black with #D2D729
Text Example
Text Example
White with #D2D729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D729; }
p { color: rgb(210,215,41); }
H1.HeaderClassName
{
color: #D2D729;
}
.AnyTagClassName
{
color: #D2D729;
}
</style>
background-color css
<style>
a { background-color: #D2D729; }
a { background-color: rgb(210,215,41); }
div.DivClassName
{
background-color: #D2D729;
}
.BgClassName
{
background-color: #D2D729;
}
</style>
border-color css
<style>
span { border-color: #D2D729; }
span { border-color: rgb(210,215,41); }
td.TdClassName
{
border-color: #D2D729;
}
.TagClassName
{
border-color: #D2D729;
}
</style>