Shades of Bitter Lemon #D6D82F
Tints of Bitter Lemon #D6D82F
RGB
CMYK
RGB Variations
Color information
#D6D82F (or 0xD6D82F) is known color: Bitter Lemon. HEX triplet: D6, D8 and 2F. RGB value is (214,216,47). Sum of RGB (Red+Green+Blue) = 214+216+47=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D82F is #2927D0. Grayscale: #C4C4C4. Windows color (decimal): -2697169 or 3135702. OLE color: 3135702.
HSL color Cylindrical-coordinate representation of color #D6D82F: hue angle of 60.71º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6D82F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 47 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.15 |
| HSL | 60.71º | 0.68% | 0.52% | - |
| HSV(B) | 60.71º | 0.78% | 0.85% | - |
| XYZ | 52.8 | 63.61 | 12.19 | - |
| YUV | 196.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 47 | 0.01 | 0 | 0.78 | 0.15 | 60.71 | 0.68 | 0.52 |
| Hex | D6 | D8 | 2F | 1 | 0 | 4E | F | 3D | 44 | 34 |
| Octal | 326 | 330 | 57 | 1 | 0 | 116 | 17 | 75 | 104 | 64 |
| Binary | 11010110 | 11011000 | 101111 | 1 | 0 | 1001110 | 1111 | 111101 | 1000100 | 110100 |
Color Harmonies of #D6D82F
Complementary color
Monochromatic Colors of #D6D82F
Black with #D6D82F
Text Example
Text Example
White with #D6D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D82F; }
p { color: rgb(214,216,47); }
H1.HeaderClassName
{
color: #D6D82F;
}
.AnyTagClassName
{
color: #D6D82F;
}
</style>
background-color css
<style>
a { background-color: #D6D82F; }
a { background-color: rgb(214,216,47); }
div.DivClassName
{
background-color: #D6D82F;
}
.BgClassName
{
background-color: #D6D82F;
}
</style>
border-color css
<style>
span { border-color: #D6D82F; }
span { border-color: rgb(214,216,47); }
td.TdClassName
{
border-color: #D6D82F;
}
.TagClassName
{
border-color: #D6D82F;
}
</style>