Shades of Bitter Lemon #D6D12D
Tints of Bitter Lemon #D6D12D
RGB
CMYK
RGB Variations
Color information
#D6D12D (or 0xD6D12D) is known color: Bitter Lemon. HEX triplet: D6, D1 and 2D. RGB value is (214,209,45). Sum of RGB (Red+Green+Blue) = 214+209+45=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D12D is #292ED2. Grayscale: #C0C0C0. Windows color (decimal): -2698963 or 3002838. OLE color: 3002838.
HSL color Cylindrical-coordinate representation of color #D6D12D: hue angle of 58.22º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6D12D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 45 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.16 |
| HSL | 58.22º | 0.67% | 0.51% | - |
| HSV(B) | 58.22º | 0.79% | 0.84% | - |
| XYZ | 51.01 | 60.09 | 11.39 | - |
| YUV | 191.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 45 | 0 | 0.02 | 0.79 | 0.16 | 58.22 | 0.67 | 0.51 |
| Hex | D6 | D1 | 2D | 0 | 2 | 4F | 10 | 3A | 43 | 33 |
| Octal | 326 | 321 | 55 | 0 | 2 | 117 | 20 | 72 | 103 | 63 |
| Binary | 11010110 | 11010001 | 101101 | 0 | 10 | 1001111 | 10000 | 111010 | 1000011 | 110011 |
Color Harmonies of #D6D12D
Complementary color
Monochromatic Colors of #D6D12D
Black with #D6D12D
Text Example
Text Example
White with #D6D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D12D; }
p { color: rgb(214,209,45); }
H1.HeaderClassName
{
color: #D6D12D;
}
.AnyTagClassName
{
color: #D6D12D;
}
</style>
background-color css
<style>
a { background-color: #D6D12D; }
a { background-color: rgb(214,209,45); }
div.DivClassName
{
background-color: #D6D12D;
}
.BgClassName
{
background-color: #D6D12D;
}
</style>
border-color css
<style>
span { border-color: #D6D12D; }
span { border-color: rgb(214,209,45); }
td.TdClassName
{
border-color: #D6D12D;
}
.TagClassName
{
border-color: #D6D12D;
}
</style>