Shades of Bitter Lemon #D6D12B
Tints of Bitter Lemon #D6D12B
RGB
CMYK
RGB Variations
Color information
#D6D12B (or 0xD6D12B) is known color: Bitter Lemon. HEX triplet: D6, D1 and 2B. RGB value is (214,209,43). Sum of RGB (Red+Green+Blue) = 214+209+43=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D12B is #292ED4. Grayscale: #C0C0C0. Windows color (decimal): -2698965 or 2871766. OLE color: 2871766.
HSL color Cylindrical-coordinate representation of color #D6D12B: hue angle of 58.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6D12B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 43 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.16 |
| HSL | 58.25º | 0.68% | 0.5% | - |
| HSV(B) | 58.25º | 0.8% | 0.84% | - |
| XYZ | 50.97 | 60.07 | 11.19 | - |
| YUV | 191.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 43 | 0 | 0.02 | 0.80 | 0.16 | 58.25 | 0.68 | 0.5 |
| Hex | D6 | D1 | 2B | 0 | 2 | 50 | 10 | 3A | 44 | 32 |
| Octal | 326 | 321 | 53 | 0 | 2 | 120 | 20 | 72 | 104 | 62 |
| Binary | 11010110 | 11010001 | 101011 | 0 | 10 | 1010000 | 10000 | 111010 | 1000100 | 110010 |
Color Harmonies of #D6D12B
Complementary color
Monochromatic Colors of #D6D12B
Black with #D6D12B
Text Example
Text Example
White with #D6D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D12B; }
p { color: rgb(214,209,43); }
H1.HeaderClassName
{
color: #D6D12B;
}
.AnyTagClassName
{
color: #D6D12B;
}
</style>
background-color css
<style>
a { background-color: #D6D12B; }
a { background-color: rgb(214,209,43); }
div.DivClassName
{
background-color: #D6D12B;
}
.BgClassName
{
background-color: #D6D12B;
}
</style>
border-color css
<style>
span { border-color: #D6D12B; }
span { border-color: rgb(214,209,43); }
td.TdClassName
{
border-color: #D6D12B;
}
.TagClassName
{
border-color: #D6D12B;
}
</style>