Shades of Bitter Lemon #D1D12F
Tints of Bitter Lemon #D1D12F
RGB
CMYK
RGB Variations
Color information
#D1D12F (or 0xD1D12F) is known color: Bitter Lemon. HEX triplet: D1, D1 and 2F. RGB value is (209,209,47). Sum of RGB (Red+Green+Blue) = 209+209+47=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D12F is #2E2ED0. Grayscale: #BFBFBF. Windows color (decimal): -3026641 or 3133905. OLE color: 3133905.
HSL color Cylindrical-coordinate representation of color #D1D12F: hue angle of 60º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1D12F is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 47 | - |
| CMYK | 0 | 0 | 0.78 | 0.18 |
| HSL | 60º | 0.64% | 0.5% | - |
| HSV(B) | 60º | 0.78% | 0.82% | - |
| XYZ | 49.61 | 59.36 | 11.53 | - |
| YUV | 190.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 47 | 0 | 0 | 0.78 | 0.18 | 60 | 0.64 | 0.5 |
| Hex | D1 | D1 | 2F | 0 | 0 | 4E | 12 | 3C | 40 | 32 |
| Octal | 321 | 321 | 57 | 0 | 0 | 116 | 22 | 74 | 100 | 62 |
| Binary | 11010001 | 11010001 | 101111 | 0 | 0 | 1001110 | 10010 | 111100 | 1000000 | 110010 |
Color Harmonies of #D1D12F
Complementary color
Monochromatic Colors of #D1D12F
Black with #D1D12F
Text Example
Text Example
White with #D1D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D12F; }
p { color: rgb(209,209,47); }
H1.HeaderClassName
{
color: #D1D12F;
}
.AnyTagClassName
{
color: #D1D12F;
}
</style>
background-color css
<style>
a { background-color: #D1D12F; }
a { background-color: rgb(209,209,47); }
div.DivClassName
{
background-color: #D1D12F;
}
.BgClassName
{
background-color: #D1D12F;
}
</style>
border-color css
<style>
span { border-color: #D1D12F; }
span { border-color: rgb(209,209,47); }
td.TdClassName
{
border-color: #D1D12F;
}
.TagClassName
{
border-color: #D1D12F;
}
</style>