Shades of Bitter Lemon #D6DD34
Tints of Bitter Lemon #D6DD34
RGB
CMYK
RGB Variations
Color information
#D6DD34 (or 0xD6DD34) is known color: Bitter Lemon. HEX triplet: D6, DD and 34. RGB value is (214,221,52). Sum of RGB (Red+Green+Blue) = 214+221+52=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD34 is #2922CB. Grayscale: #C8C8C8. Windows color (decimal): -2695884 or 3464662. OLE color: 3464662.
HSL color Cylindrical-coordinate representation of color #D6DD34: hue angle of 62.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6DD34 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 52 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.13 |
| HSL | 62.49º | 0.71% | 0.54% | - |
| HSV(B) | 62.49º | 0.76% | 0.87% | - |
| XYZ | 54.21 | 66.26 | 13.18 | - |
| YUV | 199.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 52 | 0.03 | 0 | 0.76 | 0.13 | 62.49 | 0.71 | 0.54 |
| Hex | D6 | DD | 34 | 3 | 0 | 4C | D | 3E | 47 | 36 |
| Octal | 326 | 335 | 64 | 3 | 0 | 114 | 15 | 76 | 107 | 66 |
| Binary | 11010110 | 11011101 | 110100 | 11 | 0 | 1001100 | 1101 | 111110 | 1000111 | 110110 |
Color Harmonies of #D6DD34
Complementary color
Monochromatic Colors of #D6DD34
Black with #D6DD34
Text Example
Text Example
White with #D6DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD34; }
p { color: rgb(214,221,52); }
H1.HeaderClassName
{
color: #D6DD34;
}
.AnyTagClassName
{
color: #D6DD34;
}
</style>
background-color css
<style>
a { background-color: #D6DD34; }
a { background-color: rgb(214,221,52); }
div.DivClassName
{
background-color: #D6DD34;
}
.BgClassName
{
background-color: #D6DD34;
}
</style>
border-color css
<style>
span { border-color: #D6DD34; }
span { border-color: rgb(214,221,52); }
td.TdClassName
{
border-color: #D6DD34;
}
.TagClassName
{
border-color: #D6DD34;
}
</style>