Shades of Bitter Lemon #D9D12B
Tints of Bitter Lemon #D9D12B
RGB
CMYK
RGB Variations
Color information
#D9D12B (or 0xD9D12B) is known color: Bitter Lemon. HEX triplet: D9, D1 and 2B. RGB value is (217,209,43). Sum of RGB (Red+Green+Blue) = 217+209+43=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D12B is #262ED4. Grayscale: #C1C1C1. Windows color (decimal): -2502357 or 2871769. OLE color: 2871769.
HSL color Cylindrical-coordinate representation of color #D9D12B: hue angle of 57.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9D12B is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 43 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.15 |
| HSL | 57.24º | 0.7% | 0.51% | - |
| HSV(B) | 57.24º | 0.8% | 0.85% | - |
| XYZ | 51.85 | 60.53 | 11.24 | - |
| YUV | 192.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 43 | 0 | 0.04 | 0.80 | 0.15 | 57.24 | 0.7 | 0.51 |
| Hex | D9 | D1 | 2B | 0 | 4 | 50 | F | 39 | 46 | 33 |
| Octal | 331 | 321 | 53 | 0 | 4 | 120 | 17 | 71 | 106 | 63 |
| Binary | 11011001 | 11010001 | 101011 | 0 | 100 | 1010000 | 1111 | 111001 | 1000110 | 110011 |
Color Harmonies of #D9D12B
Complementary color
Monochromatic Colors of #D9D12B
Black with #D9D12B
Text Example
Text Example
White with #D9D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D12B; }
p { color: rgb(217,209,43); }
H1.HeaderClassName
{
color: #D9D12B;
}
.AnyTagClassName
{
color: #D9D12B;
}
</style>
background-color css
<style>
a { background-color: #D9D12B; }
a { background-color: rgb(217,209,43); }
div.DivClassName
{
background-color: #D9D12B;
}
.BgClassName
{
background-color: #D9D12B;
}
</style>
border-color css
<style>
span { border-color: #D9D12B; }
span { border-color: rgb(217,209,43); }
td.TdClassName
{
border-color: #D9D12B;
}
.TagClassName
{
border-color: #D9D12B;
}
</style>