Shades of Bitter Lemon #D6D329
Tints of Bitter Lemon #D6D329
RGB
CMYK
RGB Variations
Color information
#D6D329 (or 0xD6D329) is known color: Bitter Lemon. HEX triplet: D6, D3 and 29. RGB value is (214,211,41). Sum of RGB (Red+Green+Blue) = 214+211+41=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D329 is #292CD6. Grayscale: #C1C1C1. Windows color (decimal): -2698455 or 2741206. OLE color: 2741206.
HSL color Cylindrical-coordinate representation of color #D6D329: hue angle of 58.96º degrees, saturation: 0.68, 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 #D6D329 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 41 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.16 |
| HSL | 58.96º | 0.68% | 0.5% | - |
| HSV(B) | 58.96º | 0.81% | 0.84% | - |
| XYZ | 51.43 | 61.04 | 11.17 | - |
| YUV | 192.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 41 | 0 | 0.01 | 0.81 | 0.16 | 58.96 | 0.68 | 0.5 |
| Hex | D6 | D3 | 29 | 0 | 1 | 51 | 10 | 3B | 44 | 32 |
| Octal | 326 | 323 | 51 | 0 | 1 | 121 | 20 | 73 | 104 | 62 |
| Binary | 11010110 | 11010011 | 101001 | 0 | 1 | 1010001 | 10000 | 111011 | 1000100 | 110010 |
Color Harmonies of #D6D329
Complementary color
Monochromatic Colors of #D6D329
Black with #D6D329
Text Example
Text Example
White with #D6D329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D329; }
p { color: rgb(214,211,41); }
H1.HeaderClassName
{
color: #D6D329;
}
.AnyTagClassName
{
color: #D6D329;
}
</style>
background-color css
<style>
a { background-color: #D6D329; }
a { background-color: rgb(214,211,41); }
div.DivClassName
{
background-color: #D6D329;
}
.BgClassName
{
background-color: #D6D329;
}
</style>
border-color css
<style>
span { border-color: #D6D329; }
span { border-color: rgb(214,211,41); }
td.TdClassName
{
border-color: #D6D329;
}
.TagClassName
{
border-color: #D6D329;
}
</style>