Shades of Bitter Lemon #D6DA2D
Tints of Bitter Lemon #D6DA2D
RGB
CMYK
RGB Variations
Color information
#D6DA2D (or 0xD6DA2D) is known color: Bitter Lemon. HEX triplet: D6, DA and 2D. RGB value is (214,218,45). Sum of RGB (Red+Green+Blue) = 214+218+45=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA2D is #2925D2. Grayscale: #C5C5C5. Windows color (decimal): -2696659 or 3005142. OLE color: 3005142.
HSL color Cylindrical-coordinate representation of color #D6DA2D: hue angle of 61.39º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6DA2D is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 45 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.15 |
| HSL | 61.39º | 0.7% | 0.52% | - |
| HSV(B) | 61.39º | 0.79% | 0.85% | - |
| XYZ | 53.28 | 64.63 | 12.15 | - |
| YUV | 197.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 45 | 0.02 | 0 | 0.79 | 0.15 | 61.39 | 0.7 | 0.52 |
| Hex | D6 | DA | 2D | 2 | 0 | 4F | F | 3D | 46 | 34 |
| Octal | 326 | 332 | 55 | 2 | 0 | 117 | 17 | 75 | 106 | 64 |
| Binary | 11010110 | 11011010 | 101101 | 10 | 0 | 1001111 | 1111 | 111101 | 1000110 | 110100 |
Color Harmonies of #D6DA2D
Complementary color
Monochromatic Colors of #D6DA2D
Black with #D6DA2D
Text Example
Text Example
White with #D6DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA2D; }
p { color: rgb(214,218,45); }
H1.HeaderClassName
{
color: #D6DA2D;
}
.AnyTagClassName
{
color: #D6DA2D;
}
</style>
background-color css
<style>
a { background-color: #D6DA2D; }
a { background-color: rgb(214,218,45); }
div.DivClassName
{
background-color: #D6DA2D;
}
.BgClassName
{
background-color: #D6DA2D;
}
</style>
border-color css
<style>
span { border-color: #D6DA2D; }
span { border-color: rgb(214,218,45); }
td.TdClassName
{
border-color: #D6DA2D;
}
.TagClassName
{
border-color: #D6DA2D;
}
</style>