Shades of Bitter Lemon #D6D12F
Tints of Bitter Lemon #D6D12F
RGB
CMYK
RGB Variations
Color information
#D6D12F (or 0xD6D12F) is known color: Bitter Lemon. HEX triplet: D6, D1 and 2F. RGB value is (214,209,47). Sum of RGB (Red+Green+Blue) = 214+209+47=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D12F is #292ED0. Grayscale: #C0C0C0. Windows color (decimal): -2698961 or 3133910. OLE color: 3133910.
HSL color Cylindrical-coordinate representation of color #D6D12F: hue angle of 58.2º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6D12F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 47 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.16 |
| HSL | 58.2º | 0.67% | 0.51% | - |
| HSV(B) | 58.2º | 0.78% | 0.84% | - |
| XYZ | 51.05 | 60.1 | 11.6 | - |
| YUV | 192.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 47 | 0 | 0.02 | 0.78 | 0.16 | 58.2 | 0.67 | 0.51 |
| Hex | D6 | D1 | 2F | 0 | 2 | 4E | 10 | 3A | 43 | 33 |
| Octal | 326 | 321 | 57 | 0 | 2 | 116 | 20 | 72 | 103 | 63 |
| Binary | 11010110 | 11010001 | 101111 | 0 | 10 | 1001110 | 10000 | 111010 | 1000011 | 110011 |
Color Harmonies of #D6D12F
Complementary color
Monochromatic Colors of #D6D12F
Black with #D6D12F
Text Example
Text Example
White with #D6D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D12F; }
p { color: rgb(214,209,47); }
H1.HeaderClassName
{
color: #D6D12F;
}
.AnyTagClassName
{
color: #D6D12F;
}
</style>
background-color css
<style>
a { background-color: #D6D12F; }
a { background-color: rgb(214,209,47); }
div.DivClassName
{
background-color: #D6D12F;
}
.BgClassName
{
background-color: #D6D12F;
}
</style>
border-color css
<style>
span { border-color: #D6D12F; }
span { border-color: rgb(214,209,47); }
td.TdClassName
{
border-color: #D6D12F;
}
.TagClassName
{
border-color: #D6D12F;
}
</style>