Shades of Bitter Lemon #D2D131
Tints of Bitter Lemon #D2D131
RGB
CMYK
RGB Variations
Color information
#D2D131 (or 0xD2D131) is known color: Bitter Lemon. HEX triplet: D2, D1 and 31. RGB value is (210,209,49). Sum of RGB (Red+Green+Blue) = 210+209+49=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D131 is #2D2ECE. Grayscale: #BFBFBF. Windows color (decimal): -2961103 or 3264978. OLE color: 3264978.
HSL color Cylindrical-coordinate representation of color #D2D131: hue angle of 59.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2D131 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 49 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.18 |
| HSL | 59.63º | 0.64% | 0.51% | - |
| HSV(B) | 59.63º | 0.77% | 0.82% | - |
| XYZ | 49.93 | 59.52 | 11.76 | - |
| YUV | 191.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 49 | 0 | 0.00 | 0.77 | 0.18 | 59.63 | 0.64 | 0.51 |
| Hex | D2 | D1 | 31 | 0 | 0 | 4D | 12 | 3C | 40 | 33 |
| Octal | 322 | 321 | 61 | 0 | 0 | 115 | 22 | 74 | 100 | 63 |
| Binary | 11010010 | 11010001 | 110001 | 0 | 0 | 1001101 | 10010 | 111100 | 1000000 | 110011 |
Color Harmonies of #D2D131
Complementary color
Monochromatic Colors of #D2D131
Black with #D2D131
Text Example
Text Example
White with #D2D131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D131; }
p { color: rgb(210,209,49); }
H1.HeaderClassName
{
color: #D2D131;
}
.AnyTagClassName
{
color: #D2D131;
}
</style>
background-color css
<style>
a { background-color: #D2D131; }
a { background-color: rgb(210,209,49); }
div.DivClassName
{
background-color: #D2D131;
}
.BgClassName
{
background-color: #D2D131;
}
</style>
border-color css
<style>
span { border-color: #D2D131; }
span { border-color: rgb(210,209,49); }
td.TdClassName
{
border-color: #D2D131;
}
.TagClassName
{
border-color: #D2D131;
}
</style>