Shades of Bitter Lemon #D2D12B
Tints of Bitter Lemon #D2D12B
RGB
CMYK
RGB Variations
Color information
#D2D12B (or 0xD2D12B) is known color: Bitter Lemon. HEX triplet: D2, D1 and 2B. RGB value is (210,209,43). Sum of RGB (Red+Green+Blue) = 210+209+43=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D12B is #2D2ED4. Grayscale: #BFBFBF. Windows color (decimal): -2961109 or 2871762. OLE color: 2871762.
HSL color Cylindrical-coordinate representation of color #D2D12B: hue angle of 59.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2D12B is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 43 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.18 |
| HSL | 59.64º | 0.66% | 0.5% | - |
| HSV(B) | 59.64º | 0.8% | 0.82% | - |
| XYZ | 49.81 | 59.48 | 11.14 | - |
| YUV | 190.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 43 | 0 | 0.00 | 0.80 | 0.18 | 59.64 | 0.66 | 0.5 |
| Hex | D2 | D1 | 2B | 0 | 0 | 50 | 12 | 3C | 42 | 32 |
| Octal | 322 | 321 | 53 | 0 | 0 | 120 | 22 | 74 | 102 | 62 |
| Binary | 11010010 | 11010001 | 101011 | 0 | 0 | 1010000 | 10010 | 111100 | 1000010 | 110010 |
Color Harmonies of #D2D12B
Complementary color
Monochromatic Colors of #D2D12B
Black with #D2D12B
Text Example
Text Example
White with #D2D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D12B; }
p { color: rgb(210,209,43); }
H1.HeaderClassName
{
color: #D2D12B;
}
.AnyTagClassName
{
color: #D2D12B;
}
</style>
background-color css
<style>
a { background-color: #D2D12B; }
a { background-color: rgb(210,209,43); }
div.DivClassName
{
background-color: #D2D12B;
}
.BgClassName
{
background-color: #D2D12B;
}
</style>
border-color css
<style>
span { border-color: #D2D12B; }
span { border-color: rgb(210,209,43); }
td.TdClassName
{
border-color: #D2D12B;
}
.TagClassName
{
border-color: #D2D12B;
}
</style>