Shades of Bitter Lemon #D6D82A
Tints of Bitter Lemon #D6D82A
RGB
CMYK
RGB Variations
Color information
#D6D82A (or 0xD6D82A) is known color: Bitter Lemon. HEX triplet: D6, D8 and 2A. RGB value is (214,216,42). Sum of RGB (Red+Green+Blue) = 214+216+42=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D82A is #2927D5. Grayscale: #C4C4C4. Windows color (decimal): -2697174 or 2808022. OLE color: 2808022.
HSL color Cylindrical-coordinate representation of color #D6D82A: hue angle of 60.69º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6D82A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 42 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.15 |
| HSL | 60.69º | 0.69% | 0.51% | - |
| HSV(B) | 60.69º | 0.81% | 0.85% | - |
| XYZ | 52.71 | 63.58 | 11.68 | - |
| YUV | 195.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 42 | 0.01 | 0 | 0.81 | 0.15 | 60.69 | 0.69 | 0.51 |
| Hex | D6 | D8 | 2A | 1 | 0 | 51 | F | 3D | 45 | 33 |
| Octal | 326 | 330 | 52 | 1 | 0 | 121 | 17 | 75 | 105 | 63 |
| Binary | 11010110 | 11011000 | 101010 | 1 | 0 | 1010001 | 1111 | 111101 | 1000101 | 110011 |
Color Harmonies of #D6D82A
Complementary color
Monochromatic Colors of #D6D82A
Black with #D6D82A
Text Example
Text Example
White with #D6D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D82A; }
p { color: rgb(214,216,42); }
H1.HeaderClassName
{
color: #D6D82A;
}
.AnyTagClassName
{
color: #D6D82A;
}
</style>
background-color css
<style>
a { background-color: #D6D82A; }
a { background-color: rgb(214,216,42); }
div.DivClassName
{
background-color: #D6D82A;
}
.BgClassName
{
background-color: #D6D82A;
}
</style>
border-color css
<style>
span { border-color: #D6D82A; }
span { border-color: rgb(214,216,42); }
td.TdClassName
{
border-color: #D6D82A;
}
.TagClassName
{
border-color: #D6D82A;
}
</style>