Shades of Bitter Lemon #D2D12C
Tints of Bitter Lemon #D2D12C
RGB
CMYK
RGB Variations
Color information
#D2D12C (or 0xD2D12C) is known color: Bitter Lemon. HEX triplet: D2, D1 and 2C. RGB value is (210,209,44). Sum of RGB (Red+Green+Blue) = 210+209+44=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D12C is #2D2ED3. Grayscale: #BFBFBF. Windows color (decimal): -2961108 or 2937298. OLE color: 2937298.
HSL color Cylindrical-coordinate representation of color #D2D12C: hue angle of 59.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2D12C is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 44 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.18 |
| HSL | 59.64º | 0.65% | 0.5% | - |
| HSV(B) | 59.64º | 0.79% | 0.82% | - |
| XYZ | 49.83 | 59.48 | 11.24 | - |
| YUV | 190.49 | 45.33 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 44 | 0 | 0.00 | 0.79 | 0.18 | 59.64 | 0.65 | 0.5 |
| Hex | D2 | D1 | 2C | 0 | 0 | 4F | 12 | 3C | 41 | 32 |
| Octal | 322 | 321 | 54 | 0 | 0 | 117 | 22 | 74 | 101 | 62 |
| Binary | 11010010 | 11010001 | 101100 | 0 | 0 | 1001111 | 10010 | 111100 | 1000001 | 110010 |
Color Harmonies of #D2D12C
Complementary color
Monochromatic Colors of #D2D12C
Black with #D2D12C
Text Example
Text Example
White with #D2D12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D12C; }
p { color: rgb(210,209,44); }
H1.HeaderClassName
{
color: #D2D12C;
}
.AnyTagClassName
{
color: #D2D12C;
}
</style>
background-color css
<style>
a { background-color: #D2D12C; }
a { background-color: rgb(210,209,44); }
div.DivClassName
{
background-color: #D2D12C;
}
.BgClassName
{
background-color: #D2D12C;
}
</style>
border-color css
<style>
span { border-color: #D2D12C; }
span { border-color: rgb(210,209,44); }
td.TdClassName
{
border-color: #D2D12C;
}
.TagClassName
{
border-color: #D2D12C;
}
</style>